Skip to content

Commit af031b7

Browse files
authored
Merge pull request #145 from CycloneDX/external-references_issue-129
add ExternalReferences
2 parents ee8e892 + 0c28b27 commit af031b7

26 files changed

+14073
-2182
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Added
8+
* The resulting SBoM hold ExternalReferences as fetched from package descriptions. (via [#145])
9+
10+
[#145]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/145
11+
712
## 3.8.0 - 2021-11-30
813

914
* Fixed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": "^7.3 || ^8.0",
3030
"composer-plugin-api": "^2.0",
31-
"cyclonedx/cyclonedx-library": "^1.0",
31+
"cyclonedx/cyclonedx-library": "^1.2",
3232
"package-url/packageurl-php": "^1.0"
3333
},
3434
"require-dev": {

demo/laravel-7.12.0/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ Run one of these from the demo directory:
5555
Lock-file should stay in a certain state, after updating dependencies.
5656

5757
Upgrade the `composer.lock` tile to the latest changes to the plugin via:
58+
1. downgrade composer to v2: `composer self-update -- 2.0.0`
5859
1. run `composer -dproject update 'cyclonedx/cyclonedx-php-composer'`
59-
2. revert in the `composer.lock` some setup
60-
* for package `cyclonedx/cyclonedx-php-composer`:
61-
* set `version` to `dev-master`
62-
* delete the `dist.reference`
63-
* set `plugin-api-version` to `2.0.0`
6460

6561
Then re-generate all results as shown in section above.

0 commit comments

Comments
 (0)