Skip to content

Commit 0968660

Browse files
authored
require symfony/process 4.2
`NewCommand` relies on `Process::fromShellCommandline()`, which was introduced in `symfony/process` version 4.2.0
1 parent a20e0cf commit 0968660

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
@@ -15,7 +15,7 @@
1515
"guzzlehttp/guzzle": "^6.0",
1616
"symfony/console": "^4.0|^5.0",
1717
"symfony/filesystem": "^4.0|^5.0",
18-
"symfony/process": "^4.0|^5.0"
18+
"symfony/process": "^4.2|^5.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)