laminas-composer-autoloading

Sets up Composer-based autoloading for your Laminas modules

BSD-3-CLAUSE License

Downloads
693.2K
Stars
7
Committers
10

Bot releases are visible (Hide)

laminas-composer-autoloading - 3.6.0 Latest Release

Published by laminas-bot 11 months ago

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

laminas-composer-autoloading - 3.5.0

Published by laminas-bot almost 2 years ago

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

laminas-composer-autoloading - 3.4.0

Published by laminas-bot almost 2 years ago

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

laminas-composer-autoloading - 3.3.0

Published by laminas-bot about 2 years ago

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

laminas-composer-autoloading - 3.2.0

Published by laminas-bot about 2 years ago

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

laminas-composer-autoloading - 3.1.0

Published by laminas-bot almost 3 years ago

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

laminas-composer-autoloading - 3.0.0

Published by laminas-bot over 3 years ago

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

laminas-composer-autoloading - 2.2.0

Published by laminas-bot over 3 years ago

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 - laminas-composer-autoloading 2.1.1

Published by weierophinney over 4 years ago

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.
Package Rankings
Top 4.1% on Packagist.org
Badges
Extracted from project README
Build Status type-coverage Psalm level
Related Projects