Setono / SyliusRedirectPlugin

Add redirects to your Sylius store from a simple interface
MIT License
22 stars 24 forks source link

composer(deps-dev): update phpspec/phpspec requirement from ^6.1 to ^7.2 #97

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Updates the requirements on phpspec/phpspec to permit the latest version.

Release notes

Sourced from phpspec/phpspec's releases.

7.2.0

Added

Fixed

  • Error when checking an Exception with unset properties is thrown @​jmleroux
  • Sort order of default matchers made consistent between PHP 7/8 @​dannyvw
  • Removed redundant cast @​driesvints

Changed

  • Ship fewer files in the archive versions @​drupol
Changelog

Sourced from phpspec/phpspec's changelog.

7.2.0

Added

Fixed

  • Error when checking an Exception with unset properties is thrown @​jmleroux
  • Sort order of default matchers made consistent between PHP 7/8 @​dannyvw
  • Removed redundant cast @​driesvints

Changed

  • Ship fewer files in the archive versions @​drupol

7.1.0

Fixed

Added

7.0.1

Fixed

7.0.0

Changed

Commits
  • bbeb10f Prepare for 7.2.0 release
  • 717b82d Merge pull request #1402 from loic425/symfony-6-support
  • 4afa39d Merge pull request #1400 from gquemener/display_ignored_resources
  • c5ed836 Display ignored resources with dot formatter
  • ffbbcca Display ignored resources with tap formatter
  • ca01690 Eases autoloading issue debugging
  • 47fe0d1 [Console] Fix finder defintion in PHPSpec
  • 5dd3088 Downgrade PHP to 7.3 on composer
  • 0be38aa Fix typehint and drop support for PHP 7.3
  • 57747e0 Symfony 6 support (without Flex dependency)
  • Additional commits viewable in compare view


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[bot] commented 1 year ago

Superseded by #109.