Skip to content

Tags: villfa/composer-substitution-plugin

Tags

1.4.0

Toggle 1.4.0's commit message
Enable plugin by default from Composer 2.2

1.3.3

Toggle 1.3.3's commit message
Fix TypeError when configuration is invalid

1.3.2

Toggle 1.3.2's commit message
Add compatibility with PHP-8.1

1.3.1

Toggle 1.3.1's commit message
Add support for Composer-2 new events

1.3.0

Toggle 1.3.0's commit message
Contains:

* Compatibilty with Composer 1.0
* Fix substitution with command abbreviation or alias

1.2.1

Toggle 1.2.1's commit message
Extends compatibility to more versions of Composer

1.2.0

Toggle 1.2.0's commit message
New Feature:

* Add support for substitutions by process
* Disable plugin for non supported versions of Composer
* Apply substitutions on Composer events too

1.1.1

Toggle 1.1.1's commit message
Hotfix:

* Include missing files

1.1.0

Toggle 1.1.0's commit message
Changes:

* Add support for substitutions by constants
* Add the 'escape' option
* Autoloading is not triggered anymore by callback of native functions
* Apply substitution only on invoked scripts

1.0.3

Toggle 1.0.3's commit message
Contains:

* Fix scope isolation with IncludeProvider
* Fix issue #1 by calling autoloader when needed