Skip to content

Commit

Permalink
feat: populate license acknowledgement (#479)
Browse files Browse the repository at this point in the history
fixes #474

---------

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Apr 30, 2024
1 parent 88cf1cf commit defcbfe
Show file tree
Hide file tree
Showing 25 changed files with 1,103 additions and 519 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.

<!-- add unreleased items here -->

* Added
* Declared licenses are marked as such ([#474] via [#479])
* Dependencies
* Raised dependency `cyclonedx/cyclonedx-library:^3.3`, was `:^3.2` (via [#479])

[#474]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/474
[#479]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/479

## 5.1.0 - 2024-04-23

Added _basic_ support for [_CycloneDX_ Specification-1.6](https://github.com/CycloneDX/specification/releases/tag/1.6).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": "^8.1",
"composer-plugin-api": "^2.3",
"cyclonedx/cyclonedx-library": "^3.2",
"cyclonedx/cyclonedx-library": "^3.3",
"package-url/packageurl-php": "^1.0"
},
"require-dev": {
Expand Down
84 changes: 56 additions & 28 deletions demo/devReq/results/bom.1.6.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit defcbfe

Please sign in to comment.