Skip to content

Releases: ffraenz/private-composer-installer

v5.0.1

30 Oct 09:44
8655e3d
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where a missing .env file would result in an endless loop in Windows environments (#34).
  • Fixed an issue where an exception gets thrown dealing with all numeric version numbers (#35).

v5.0.0

26 Oct 23:49
3a5431d
Compare
Choose a tag to compare

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

20 Feb 18:54
c6895f9
Compare
Choose a tag to compare

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

07 Nov 12:08
166ae01
Compare
Choose a tag to compare

Fixed

Fixed an exception being raised when a package dist URL is set to NULL. Packages with absent dist URLs now get treated like packages without placeholders – they get ignored. Versions ^2.0 are not affected by this issue.

v3.0.0

22 Oct 20:29
e93e2f8
Compare
Choose a tag to compare

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

30 Jan 22:00
dc54b02
Compare
Choose a tag to compare

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

15 Sep 09:13
7924c1b
Compare
Choose a tag to compare

Added

  • Adds unit, coverage and code formatting tests

v1.0.1

23 Jul 10:05
fcc2195
Compare
Choose a tag to compare

Changed

v1.0.0

08 Feb 09:27
a4825d3
Compare
Choose a tag to compare
Initial commit