Releases: llaville/box-manifest
Releases · llaville/box-manifest
2.3.0
2.3.0 - 2023-02-17
Added
- PHPUnit 10 support : phpunit.xml.dist configuration migration
Fixed
- #4 : Prevent error when Composer installation does not exists
- #5 : Prevent Fatal error when root package installed as none version published
Full Changelog: 2.2.1...2.3.0
2.2.1
Fixed
- regression with previous version 2.2.0 when dependency version have an alias
Full Changelog: 2.2.0...2.2.1
2.1.0
Added
- #3 : New Composer manifest builder to highlight dependencies constraints and versions
Full Changelog: 2.0.0...2.1.0
2.0.0
1.2.0
WARNING: This is the last version to support BOX v3. Upcoming Box Manifest 2.0 will only support BOX v4 !
Changed
- Improve BOX v3 patch and synchronize with BOX v4 support by adding a
compile
--bootstrap
option
1.1.0
Changed
When package version is a branch alias, print branch name with commit reference.
i.e:
cweagans/composer-patches: 1.7.2
graphp/graph: dev-master@04461a7
graphp/graphviz: dev-master@42a2098
Instead of only
cweagans/composer-patches: 1.7.2
graphp/graph: dev-master
graphp/graphviz: dev-master
Fixed
Avoid Fatal Error when local project autoloader does not exist.
1.0.2
1.0.1
CAUTION If you want to use the PHAR version of bartlett/box-manifest
, the BOX check-requirements setting is not supported !
Docker and Composer Versions are not affected by this restriction.
Added
- Dockerfile to build docker image (available online) of this package
Changed
- Patch for official
humbug/box
project on version 3.16 to support both BOX and user project scope with autoloader
Removed
- Follows recommendation at https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#workdir