Releases: CycloneDX/cyclonedx-php-library
Releases · CycloneDX/cyclonedx-php-library
1.0.3
Fixed
CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()
no longer restricts the argument to be a valid URL.
Per schema definitionlicenseType.url
should be a URI, not a URL.
See #18
Changed
CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()
no longer throwsInvalidArgumentException
if the argument is not a URL (via #19)
1.0.2
1.0.1
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
Initial release.
Split the library from
/src/Core
of cyclonedx-php-composer (346e6200fb2f5086061b15c2ee44f540893ce97d)