Skip to content

Commit 43df043

Browse files
Merge pull request #13 from kfeng0806/symfony-process-backward-compatible
Add symfony process 4.2 support back
2 parents ba9ed4a + fa214a5 commit 43df043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": "^7.2",
18-
"symfony/process": "^5.0"
18+
"symfony/process": "^4.2|^5.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "9.1.4"

0 commit comments

Comments
 (0)