Skip to content

Commit

Permalink
Update phpunit/phpunit requirement from ^9.6.13 to ^11.2.7 (#170)
Browse files Browse the repository at this point in the history
* Update phpunit/phpunit requirement from ^9.6.13 to ^11.2.7

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.7/ChangeLog-11.2.md)
- [Commits](sebastianbergmann/phpunit@9.6.13...11.2.7)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Allow PHPUnit 10

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessandro Lai <alessandro.lai85@gmail.com>
  • Loading branch information
dependabot[bot] and Jean85 authored Jul 17, 2024
1 parent 71022da commit 7badee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"matthiasnoback/symfony-dependency-injection-test": "^4",
"symfony/web-profiler-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.6.13",
"phpunit/phpunit": "^9.6.13 || ^10.5.27",
"symfony/phpunit-bridge": "^7.0",
"facile-it/facile-coding-standard": "1.2.0",
"phpstan/phpstan": "1.11.7",
Expand Down

0 comments on commit 7badee0

Please sign in to comment.