Skip to content

Commit 6ab2449

Browse files
remicolletsebastianbergmann
authored andcommitted
Fix miimal Symfony version
`fromShellCommandline` was introduced in 4.2
1 parent c0c26c9 commit 6ab2449

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
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.0",
30-
"symfony/process": "^4 || ^5"
30+
"symfony/process": "^4.2 || ^5"
3131
},
3232
"autoload": {
3333
"classmap": [

0 commit comments

Comments
 (0)