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)