Skip to content

Commit

Permalink
chore: allow PHPUnit 11,
Browse files Browse the repository at this point in the history
only use "symfony/phpunit-bridge" 7
  • Loading branch information
Chris8934 committed Mar 5, 2024
1 parent 0885fc7 commit 8a71682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require-dev": {
"phpspec/prophecy": "^1.8",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.6 || ^10.4",
"phpunit/phpunit": "^9.6.17 || ^10.5.11 || ^11.0.4",
"symfony/dotenv": "^5.4 || ^6.3 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0",
"symfony/phpunit-bridge": "^7.0",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0"
},
"suggest": {
Expand Down

0 comments on commit 8a71682

Please sign in to comment.