Skip to content

Commit

Permalink
Restricting the test pack to 9.5 until symfony/phpunit-bridge support…
Browse files Browse the repository at this point in the history
…s 10
  • Loading branch information
weaverryan authored and nicolas-grekas committed Feb 6, 2023
1 parent 03ab012 commit 7b708c5
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 @@ -4,13 +4,13 @@
"license": "MIT",
"description": "A pack for functional and end-to-end testing within a Symfony app",
"require": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "*",
"symfony/css-selector": "*",
"symfony/phpunit-bridge": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "*",
"symfony/css-selector": "*",
"symfony/phpunit-bridge": "*"
Expand Down

0 comments on commit 7b708c5

Please sign in to comment.