Skip to content

Releases: laminas/laminas-component-installer

2.6.0

02 Dec 17:35
2.6.0
33c3579
Compare
Choose a tag to compare

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

30 Sep 12:21
2.5.1
6f1e114
Compare
Choose a tag to compare

Release Notes for 2.5.1

2.5.x bugfix release (patch)

2.5.1

2.4.1

30 Sep 12:15
2.4.1
42522e5
Compare
Choose a tag to compare

2.4.1 - 2021-09-30


Release Notes for 2.4.1

2.4.x bugfix release (patch)

2.4.1

2.3.3

30 Sep 12:10
2.3.3
f87bb71
Compare
Choose a tag to compare

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

10 May 19:41
2.5.0
223d81c
Compare
Choose a tag to compare

Release Notes for 2.5.0

Feature release (minor)

Added

  • Changes between updates are now detected cleanly. Newly added composer.json extra informations to provide config-provider or module lead to a prompt if the component should be added to the configuration. Removed composer.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

2.4.0

01 Dec 22:04
2.4.0
98c6590
Compare
Choose a tag to compare

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

2.3.2

27 Oct 21:29
2.3.2
ea0c0d1
Compare
Choose a tag to compare

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

2.3.1

24 Oct 18:12
2.3.1
00c4847
Compare
Choose a tag to compare

2.3.1 - 2020-10-24

Fixed

  • #16 Fixed issue with detection packages in composer v2 as dev dependencies.

Release Notes for 2.3.1

2.3.x bugfix release (patch)

2.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.3.0

02 Sep 15:15
2.3.0
Compare
Choose a tag to compare

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 the modules.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

Enhancement

laminas-component-installer 2.2.0

01 Jul 20:23
2.2.0
5f99cfa
Compare
Choose a tag to compare

Added

  • #8 adds PHP 7.4 for travis build matrix

  • #7 Added support for composer v2

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.