Skip to content

Commit cf828b3

Browse files
committed
build: allow symfony 7.0
1 parent 4c2ca3a commit cf828b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "LGPL-3.0-or-later",
66
"require": {
77
"php": ">=8.0.2",
8-
"symfony/process": "^5.4||^6.0"
8+
"symfony/process": "^5.4||^6.0||^7.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^9.6",
12-
"friendsofphp/php-cs-fixer": "^3.0"
12+
"friendsofphp/php-cs-fixer": "^3.41"
1313
},
1414
"authors": [
1515
{

0 commit comments

Comments
 (0)