3.0.0
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 yourconfig/application.config.php
orconfig/modules.config.php
orconfig/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
andcomposer: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