Skip to content

Commit

Permalink
Merge pull request #67 from jmsche/symfony-7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
freekmurze authored Dec 1, 2023
2 parents e35c709 + 9bfca5e commit 9a363a2
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 @@ -19,10 +19,10 @@
"php": "^8.0",
"nikic/php-parser": "^4.13",
"phpdocumentor/type-resolver": "^1.6.2",
"symfony/process": "^5.2|^6.0"
"symfony/process": "^5.2|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"friendsofphp/php-cs-fixer": "^3.40",
"larapack/dd": "^1.1",
"myclabs/php-enum": "^1.7",
"pestphp/pest": "^1.22",
Expand Down

0 comments on commit 9a363a2

Please sign in to comment.