Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2021

Bumps laminas/laminas-composer-autoloading from 2.2.0 to 3.0.0.

Release notes

Sourced from laminas/laminas-composer-autoloading's releases.

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 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

Changelog

Sourced from laminas/laminas-composer-autoloading's changelog.

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

3.1.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.3.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.
Commits
  • 4cc2a1a Merge pull request #9 from weierophinney/feature/laminas-cli
  • 9518e98 qa: adds tests for AutoloadDumpViaSystemProcess implementation
  • 756311f qa: adds tests for FileWriterViaFilePutContents implementation
  • 04b6fb9 qa: adds tests for FileReaderViaFileGetContents
  • eb411e2 qa: adds unit tests for MoveModuleClassFileViaFileOperations
  • fad0f80 refactor: convert into laminas-cli commands
  • dcb6de0 Bumps changelog version to 2.3.0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 28, 2021
Bumps [laminas/laminas-composer-autoloading](https://github.com/laminas/laminas-composer-autoloading) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/laminas/laminas-composer-autoloading/releases)
- [Changelog](https://github.com/laminas/laminas-composer-autoloading/blob/3.1.x/CHANGELOG.md)
- [Commits](laminas/laminas-composer-autoloading@2.2.0...3.0.0)

---
updated-dependencies:
- dependency-name: laminas/laminas-composer-autoloading
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/app/laminas/laminas-composer-autoloading-3.0.0 branch from de7c785 to 89f4345 Compare August 2, 2021 21:42
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 22, 2021

Superseded by #8.

@dependabot dependabot bot closed this Oct 22, 2021
@dependabot dependabot bot deleted the dependabot/composer/app/laminas/laminas-composer-autoloading-3.0.0 branch October 22, 2021 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant