Releases: ffraenz/private-composer-installer
Releases · ffraenz/private-composer-installer
v5.0.1
v5.0.0
I announce the immediate availability of v5.0.0.
If you use vlucas/phpdotenv
in your project, make sure you upgrade to ^4.1
or ^5.2
beforehand to avoid conflicts.
Composer 2 just got real 🎉
Added
- Support for Composer 2.x has been added while maintaining support for Composer 1.x (#25).
Changed
- Support for vlucas/phpdotenv versions
^4.1
and^5.2
has been added (#29). .env
files can now be placed in directories above the project folder, at custom locations and with custom names (#26).- The plugin code has been refactored to increase extensibility by dependent packages.
Thank you so much, @mcaskill, @szepeviktor, @GrahamCampbell and @Seldaek. You rock!
v4.0.0
Changed
- Upgrades the vlucas/phpdotenv package to version
^4.0
. This is a breaking change if you are using an older version of this package in your project.
v3.0.1
v3.0.0
Upgrading from previous versions should only introduce breaking changes for undesired edge cases.
Changed
.env
files are now loaded without actually setting environment variables (#12).- If the exact version number is already part of the dist URL the version hash is no longer being added (#9).
- The
{%version}
placeholder is now case insensitive (e.g.{%VERSION}
). - PHP < 7.1 is no longer supported.
v2.0.0
Changed
- Upgrades the vlucas/phpdotenv package to version
^3.0
. This is a breaking change if you are using an older version of this package in your project.
v1.0.2
v1.0.1
Changed
- Makes this composer plugin compatible to hirak/prestissimo.