Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

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

Release notes

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

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

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

... (truncated)

Changelog

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

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

2.3.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.
Commits
  • 4942804 3.1.0 readiness
  • 089e742 Merge pull request #12 from arueckauer/qa/php81
  • 709f57a Upgrade mikey179/vfsstream to 1.6.10 for PHP 8.1 compatibility
  • 0958c12 Add PHP 8.1 support
  • 38e66e6 Merge pull request #10 from ghostwriter/remove-file-headers
  • 1e0d70e Merge branch '3.1.x' into remove-file-headers
  • c070d23 Remove file headers
  • 496edc3 Bumps changelog version to 3.0.1
  • aae8c23 Bumps changelog version to 3.1.0
  • 4cc2a1a Merge pull request #9 from weierophinney/feature/laminas-cli
  • Additional commits viewable 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)

Bumps [laminas/laminas-composer-autoloading](https://github.com/laminas/laminas-composer-autoloading) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/laminas/laminas-composer-autoloading/releases)
- [Changelog](https://github.com/laminas/laminas-composer-autoloading/blob/3.2.x/CHANGELOG.md)
- [Commits](laminas/laminas-composer-autoloading@2.2.0...3.1.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 added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 22, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2022

Superseded by #29.

@dependabot dependabot bot closed this Jul 25, 2022
@dependabot dependabot bot deleted the dependabot/composer/app/laminas/laminas-composer-autoloading-3.1.0 branch July 25, 2022 03:17
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