Skip to content

Releases: laminas/laminas-composer-autoloading

3.6.0

04 Dec 07:40
3.6.0
446110d
Compare
Choose a tag to compare

Release Notes for 3.6.0

Feature release (minor)

3.6.0

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

Enhancement

3.5.0

21 Dec 11:40
3.5.0
a5a206b
Compare
Choose a tag to compare

Release Notes for 3.5.0

Feature release (minor)

3.5.0

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

Enhancement,renovate

3.4.0

07 Dec 01:20
3.4.0
8552162
Compare
Choose a tag to compare

3.4.0 - 2022-12-07


Release Notes for 3.4.0

Feature release (minor)

3.4.0

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

Enhancement

3.3.0

03 Oct 02:25
3.3.0
8f9be60
Compare
Choose a tag to compare

3.3.0 - 2022-10-03


Release Notes for 3.3.0

Feature release (minor)

3.3.0

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

Enhancement

3.2.0

24 Jul 10:42
3.2.0
d03c395
Compare
Choose a tag to compare

3.2.0 - 2022-07-24


Release Notes for 3.2.0

Feature release (minor)

3.2.0

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

renovate

Enhancement

3.1.0

21 Oct 14:29
3.1.0
4942804
Compare
Choose a tag to compare

3.1.0 - 2021-10-21


Release Notes for 3.1.0

Feature release (minor)

3.1.0

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

Enhancement

3.0.0

29 Mar 14:56
3.0.0
4cc2a1a
Compare
Choose a tag to compare

Release Notes for 3.0.0

Added

  • The package now exposes itself as a component/module to Laminas MVC applications. As such, if you are using the laminas-component-installer, you should be prompted to add the component to your application. If you do not, please be sure to add the Laminas\ComposerAutoloader module to your config/application.config.php or config/modules.config.php or config/development.config.php.dist.

Changed

  • This tooling now integrates with laminas-cli instead of shipping its own binary. Users will now access it via ./vendor/bin/laminas instead of ./vendor/bin/laminas-composer-autoloader.

    • Related to this change, the commands are now composer:autoload:enable and composer:autoload:disable:

      # Enable the "Status" module:
      $ ./vendor/bin/laminas composer:autoload:enable Status
      # Disable the "Admin" module:
      $ ./vendor/bin/laminas composer:autoload:disable Admin
  • All internals were rewritten, and the majority of classes are no longer present. If you were extending them, there will be breakage. (As the public interface of this package was primarily the commands themselves, this should have limited impact.)

3.0.0

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

BC Break,Enhancement

2.2.0

22 Mar 22:28
2.2.0
4267d34
Compare
Choose a tag to compare

2.2.0 - 2021-03-22


Release Notes for 2.2.0

Added

  • This release adds support for PHP 8.0.

Removed

  • This release removes support for PHP versions prior to 7.3.

2.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 2

Enhancement

laminas-composer-autoloading 2.1.1

20 Apr 14:05
2.1.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #1 fixes an incorrect relative path when emitting help information, due to a malformed migration string.