Skip to content

Releases: llaville/box-manifest

2.3.0

17 Feb 10:41
Compare
Choose a tag to compare

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

14 Jan 13:28
Compare
Choose a tag to compare

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

28 Nov 13:45
Compare
Choose a tag to compare

Added

  • #3 : New Composer manifest builder to highlight dependencies constraints and versions

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Nov 11:16
Compare
Choose a tag to compare

Added

  • #2 : Add support to BOX v4

Full Changelog: 1.2.0...2.0.0

1.2.0

24 Nov 08:53
Compare
Choose a tag to compare

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

13 Sep 14:10
Compare
Choose a tag to compare

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

28 Feb 19:28
Compare
Choose a tag to compare

Fixed

Remove check-requirements setting restriction introduced with version 1.0.1 only on PHAR distribution.

1.0.1

28 Feb 12:59
Compare
Choose a tag to compare

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

1.0.0

20 Feb 13:01
Compare
Choose a tag to compare

First release with basic features.