Skip to content

Releases: CycloneDX/cyclonedx-php-library

1.0.3

15 Nov 08:14
49d73ec
Compare
Choose a tag to compare

Fixed

  • CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl() no longer restricts the argument to be a valid URL.
    Per schema definition licenseType.url should be a URI, not a URL.
    See #18

Changed

  • CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl() no longer throws InvalidArgumentException
    if the argument is not a URL (via #19)

1.0.2

30 Oct 11:15
1f94790
Compare
Choose a tag to compare

Fixed

  • Psalm-annotation of CycloneDX\Core\Enums\Classification::isValidValue() (via #10)

1.0.1

23 Oct 11:54
5787d83
Compare
Choose a tag to compare

Removed composer's conflict constraint.
This was done to enable some workflows with package forks/mirrors that don't have proper version detection.

1.0.0

07 Oct 12:25
9fcba9e
Compare
Choose a tag to compare