Skip to content

Commit

Permalink
Merge pull request #13 from kfeng0806/symfony-process-backward-compat…
Browse files Browse the repository at this point in the history
…ible

Add symfony process 4.2 support back
  • Loading branch information
aminyazdanpanah authored May 9, 2020
2 parents ba9ed4a + fa214a5 commit 43df043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^7.2",
"symfony/process": "^5.0"
"symfony/process": "^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "9.1.4"
Expand Down

0 comments on commit 43df043

Please sign in to comment.