Skip to content

Commit

Permalink
add suport for cyclonedx/cyclonedx-library:^3
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Aug 27, 2023
1 parent 14f79c9 commit ff1dc96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.

## unreleased

* Dependencies
* Requires `cyclonedx/cyclonedx-library:^2.3||^3.0`, was `:^2.3` (via [#])
* Style
* Applied latest PHP Coding Standards (via [#395])

[#395]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/395
[#]:

## 4.1.0 - 2023-07-04

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require": {
"php": "^8.1",
"composer-plugin-api": "^2.3",
"cyclonedx/cyclonedx-library": "^2.3",
"cyclonedx/cyclonedx-library": "^2.3||^3.0",
"package-url/packageurl-php": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit ff1dc96

Please sign in to comment.