All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning, using the Keep a CHANGELOG principles.
WARNING: This is the last version to support BOX v3. Upcoming Box Manifest 2.0 will only support BOX v4 !
- Improve BOX v3 patch and synchronize with BOX v4 support by adding a
compile
--bootstrap
option
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
Avoid Fatal Error when local project autoloader does not exist.
Remove check-requirements
setting restriction introduced with version 1.0.1 only on PHAR distribution.
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.
- Dockerfile to build docker image (available online) of this package
- Patch for official
humbug/box
project on version 3.16 to support both BOX and user project scope with autoloader
- Follows recommendation at https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#workdir
- First release with basic features. Read online documentation to learn more.