Pull requests are welcome. But please read the CycloneDX contributing guidelines first.
The development-setup requires PHP >= 8.1.
To start developing simply run composer run-script dev-setup to install dev-dependencies and tools.
Make sure
- to run
composer run-script cs-fixto have the coding standards applied. - to run
composer run-script testand pass all tests.
Please sign off your commits, to show that you agree to publish your changes under the current terms and licenses of the project , and to indicate agreement with Developer Certificate of Origin (DCO).
git commit --signed-off ...