Releases: laminas/laminas-composer-autoloading
Releases · laminas/laminas-composer-autoloading
3.6.0
3.5.0
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
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
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
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
- 14: Configure Renovate thanks to @renovate[bot]
Enhancement
3.1.0
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
- 12: Add support for PHP 8.1 thanks to @arueckauer
- 10: Remove file headers thanks to @ghostwriter
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
BC Break,Enhancement
2.2.0
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
- 8: Update to laminas-coding-standard v2 thanks to @weierophinney
- 7: Add Psalm integration thanks to @weierophinney
- 6: Update to support PHP 8.0 thanks to @weierophinney
- 5: Switch from Travis to Laminas CI worfklow on GHA thanks to @weierophinney
- 3: PHP 8.0 support thanks to @boesing
laminas-composer-autoloading 2.1.1
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.