Skip to content

Commit

Permalink
fix
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 690c93c commit 0e528cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
## 4.1.1 - 2023-08-27

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

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 || ^3.0",
"cyclonedx/cyclonedx-library": "^3.0",
"package-url/packageurl-php": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/MakeBom/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
use Composer\Factory as ComposerFactory;
use Composer\IO\IOInterface;
use CycloneDX\Core\Serialization;
use CycloneDX\Core\Spec\_SpecProtocol as Spec;
use CycloneDX\Core\Spec\Format;
use CycloneDX\Core\Spec\Spec;
use CycloneDX\Core\Spec\SpecFactory;
use CycloneDX\Core\Utils\BomUtility;
use CycloneDX\Core\Validation\Validator;
Expand Down

0 comments on commit 0e528cf

Please sign in to comment.