Skip to content

Commit b66d11b

Browse files
authored
Update composer.json (#84)
Allow symfony/process 7.x
1 parent 63c5bab commit b66d11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/phpunit-bridge": "^4.2 || ^5",
3131
"phpstan/phpstan": "^0.12.55",
3232
"psr/log": "^1.0",
33-
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
33+
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)