Skip to content

Commit

Permalink
Merge pull request #2 from tfink/master
Browse files Browse the repository at this point in the history
Also allow usage of symfony/process 5.x
  • Loading branch information
vdechenaux authored Apr 23, 2020
2 parents c1f6404 + 16a8958 commit 0b7ace4
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 @@ -18,7 +18,7 @@
},
"require": {
"php": "^7.1",
"symfony/process": "^3.3|^4.0"
"symfony/process": "^3.3|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit 0b7ace4

Please sign in to comment.