Skip to content

Commit

Permalink
update symfony deps for test fixtures also
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 4, 2020
1 parent f47966d commit 52b9f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/appengine-standard/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^5",
"symfony/browser-kit": "~3",
"symfony/process": "~3",
"symfony/browser-kit": "^3.4 || ^4.3 || ^5.0",
"symfony/process": "^3.4 || ^4.3 || ^5.0",
"phpunit/phpunit": "^5"
},
"autoload": {
Expand Down

0 comments on commit 52b9f31

Please sign in to comment.