Skip to content

Commit

Permalink
Bump GrumPHP to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Nov 29, 2023
1 parent f4026ca commit e02ab4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"minimum-stability": "stable",
"require": {
"php": ">7.4",
"phpro/grumphp": "^1.10",
"symfony/options-resolver": "~5.3 || ~6.0",
"symfony/http-client": "~5.3 || ~6.0",
"symfony/serializer": "~5.3 || ~6.0"
"phpro/grumphp": "^2.3",
"symfony/options-resolver": "~5.3 || ~6.0 || ~7.0",
"symfony/http-client": "~5.3 || ~6.0 || ~7.0",
"symfony/serializer": "~5.3 || ~6.0 || ~7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down

0 comments on commit e02ab4f

Please sign in to comment.