Skip to content

Commit 9a363a2

Browse files
authored
Merge pull request #67 from jmsche/symfony-7
Allow Symfony 7
2 parents e35c709 + 9bfca5e commit 9a363a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"php": "^8.0",
2020
"nikic/php-parser": "^4.13",
2121
"phpdocumentor/type-resolver": "^1.6.2",
22-
"symfony/process": "^5.2|^6.0"
22+
"symfony/process": "^5.2|^6.0|^7.0"
2323
},
2424
"require-dev": {
25-
"friendsofphp/php-cs-fixer": "^2.18",
25+
"friendsofphp/php-cs-fixer": "^3.40",
2626
"larapack/dd": "^1.1",
2727
"myclabs/php-enum": "^1.7",
2828
"pestphp/pest": "^1.22",

0 commit comments

Comments
 (0)