Skip to content

3.0.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 29 Mar 14:56
· 95 commits to 3.7.x since this release
3.0.0
4cc2a1a

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