Skip to content

Commit

Permalink
Merge branch 'next-command-namespaced' into next-command-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck committed Feb 11, 2023
2 parents 8889ab6 + e0a1cc3 commit c3ec04d
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 @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
* Removed support for PHP `<8.1` (via [#250])
* Removed support for Composer `<2.3` ([#153] via [#250])
* CLI
* Removed deprecated composer command `make-bom`, call `composer CycloneDX:make-sbom` instead ([#293] via [#309])
* Changed option `output-file` to default to `-` now, which causes to print to STDOUT (via [#250])
* Removed option `exclude-dev` in favour of new option `omit` (via [#250])
* Removed option `exclude-plugins` in favour of new option `omit` (via [#250])
Expand Down Expand Up @@ -45,6 +46,8 @@ All notable changes to this project will be documented in this file.
[#250]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/250
[#261]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/261
[#279]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/279
[#293]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/293
[#309]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/309

* Changes
* CLI via `composer make-bom` became deprecated, use `composer CycloneDX:make-sbom` instead. ([#293] via [#308])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ composer require --dev cyclonedx/cyclonedx-php-composer
After successful installation, the composer command `CycloneDX:make-sbom` is available.

```text
$ composer make-bom --help
$ composer CycloneDX:make-sbom --help
Description:
Generate a CycloneDX Bill of Materials from a PHP composer project.
Expand Down

0 comments on commit c3ec04d

Please sign in to comment.