Releases: laminas/laminas-component-installer
Releases · laminas/laminas-component-installer
2.6.0
Release Notes for 2.6.0
Added
- This release adds support for PHP 8.1.
Removed
- This release removes support for PHP 7.3.
2.6.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Enhancement
2.5.1
Release Notes for 2.5.1
2.5.x bugfix release (patch)
2.5.1
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
42: Merge release 2.4.1 into 2.5.x thanks to @github-actions[bot]
2.4.1
2.4.1 - 2021-09-30
Release Notes for 2.4.1
2.4.x bugfix release (patch)
2.4.1
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
41: Merge release 2.3.3 into 2.4.x thanks to @github-actions[bot]
2.3.3
2.3.3 - 2021-09-30
Release Notes for 2.3.3
2.3.x bugfix release (patch)
2.3.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Documentation
2.5.0
Release Notes for 2.5.0
Feature release (minor)
Added
- Changes between updates are now detected cleanly. Newly added
composer.json
extra
informations to provideconfig-provider
ormodule
lead to a prompt if the component should be added to the configuration. Removedcomposer.json
extra
informations will also remove the component from the configuration.
2.5.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Enhancement
- 32: Remove file headers thanks to @ghostwriter
- 28: feat: apply component changes during update thanks to @boesing
- 27: Update to laminas-coding-standard 2.1 series thanks to @weierophinney
- 26: continous integration with psalm thanks to @boesing
- 25: qa: remove prophecy usage thanks to @boesing
2.4.0
2.4.0 - 2020-12-01
Added
- #22 adds support for PHP 8.
Removed
- #22 removes support for PHP versions prior to 7.3.
Fixed
- #24 fixes an issue whereby a config file that contains multiple points of possible injection was having the component/module injected multiple times. It now will inject only at the first matching location. If you maintain such a configuration file and need injection to occur multiple times or at a location other than the first match, you will need to do so manually.
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 3
Bug
Enhancement
- 23: Psalm integration thanks to @weierophinney and @boesing
- 22: PHP 8 support Fixes #14 thanks to @adamturcsan and @boesing
2.3.2
2.3.2 - 2020-10-27
Fixed
- #19 provides a change that ensures the plugin re-uses the root package repository within the post-package-install event context, preventing errors in multiple Composer commands when the plugin is present.
Release Notes for 2.3.2
2.3.x bugfix release (patch)
2.3.2
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
- 19: fix erros with composer commands thanks to @kpicaza and @svycka
2.3.1
2.3.0
2.3.0 - 2020-09-02
Added
- Nothing.
Changed
- #9 modifies the installer to add development dependencies to the
development.config.php
file instead of themodules.config.php
file in MVC applications.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release Notes for 2.3.0
2.3.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2