Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the composer-dependencies group across 1 directory with 2 updates #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Updates the requirements on laminas/laminas-crypt and doctrine/annotations to permit the latest version.
Updates laminas/laminas-crypt to 4.0.0

Release notes

Sourced from laminas/laminas-crypt's releases.

4.0.0

Release Notes for 4.0.0

Release Notes for v4.0

This is the final release of laminas-crypt introducing native types to the codebase and allowing Psr\Container ^1||^2.

Only PHP versions 8.1, 8.2 and 8.3 are now supported

Breaking Changes

  • Laminas\Crypt\Symmetric\PaddingPluginManager and Laminas\Crypt\SymmetricPluginManager are now final and include native parameter and return types compatible with psr-container 2.0
  • The method Laminas\Crypt\PublicKey\Rsa\PublicKey::getCertificate() has been removed
  • The class Laminas\Crypt\Symmetric\Mcrypt has been removed thereby removing support for the mcrypt extension
  • strict_types has been enabled throughout the codebase
  • All method parameters and return types now use native types - this will break any existing inheritors that lack native types.

4.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

BC Break,Enhancement

Commits
  • 16ebe74 Merge pull request #35 from marcelthole/typesafe-upgrades
  • f6b34a7 Merge pull request #34 from marcelthole/allow-psr-container-2
  • 35c19d7 Merge branch '4.0.x' into typesafe-upgrades
  • 38b84e1 Merge pull request #2 from marcelthole/allow-psr-container-2
  • ffaa151 Update laminas-coding-standard
  • 088abef Use native typehints
  • 5847b76 Upgrade PHPUnit to version 10
  • 811cf1e Drop PHP 8.0 support
  • 748c3da Delete deprecated mcrypt
  • 58d19b7 use strict types for every file
  • Additional commits viewable in compare view

Updates doctrine/annotations to 2.0.2

Release notes

Sourced from doctrine/annotations's releases.

2.0.2

Release Notes for 2.0.2

2.0.x bugfix release (patch)

2.0.2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Improvement

Documentation

Changes from Lower Branches

  • This release includes all changes of the 1.14.4 release
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from fibble as a code owner September 9, 2024 19:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 9, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/composer-dependencies-49b88c1ad0 branch from 320fb52 to 0bd559d Compare October 7, 2024 19:41
…with 2 updates

Updates the requirements on [laminas/laminas-crypt](https://github.com/laminas/laminas-crypt) and [doctrine/annotations](https://github.com/doctrine/annotations) to permit the latest version.

Updates `laminas/laminas-crypt` to 4.0.0
- [Release notes](https://github.com/laminas/laminas-crypt/releases)
- [Commits](laminas/laminas-crypt@3.4.0...4.0.0)

Updates `doctrine/annotations` to 2.0.2
- [Release notes](https://github.com/doctrine/annotations/releases)
- [Commits](doctrine/annotations@1.14.2...2.0.2)

---
updated-dependencies:
- dependency-name: laminas/laminas-crypt
  dependency-type: direct:production
  dependency-group: composer-dependencies
- dependency-name: doctrine/annotations
  dependency-type: direct:development
  dependency-group: composer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/composer-dependencies-49b88c1ad0 branch from 0bd559d to 3cf134f Compare October 14, 2024 19:35
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.

0 participants