v2.0.x does not support multiple licenses definition
Hello,
I've noticed that if we have a project with multiple licenses (as explained in Composer documentation, we cannot build a manifest.xml file that reflect the project situation.
See :
- https://github.com/phar-io/manifest/blob/master/manifest.xsd#L43
- https://github.com/phar-io/manifest/blob/2.0.3/src/xml/CopyrightElement.php#L19
As this will lead to a BC break - returning a Collection of Licenses rather than a single license - we cannot add this into 2.x.
Awaiting next major release 3.0
Is there a scheduled date release for the major version 3.0 ?
Not yet. I have a work in progress implementation for the multi licenses definitions but I want to add additional things for a 3.0 release.
Sorry for the delay.
is there a planned date for major version 3.0 ?