Skip to content

Commit

Permalink
add support symfony/process 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Apr 11, 2018
1 parent 5fb604f commit 87d6255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"php": "^7.1.3",
"ext-pcre": "*",
"ext-mbstring": "*",
"symfony/process": "^4.0"
"symfony/process": "^3.3|^4.0"

},
"require-dev": {
"phpunit/phpunit": "^7.1.1",
"phpunit/phpunit": "^7.1.2",
"phpstan/phpstan": "^0.9"
},
"autoload": {
Expand Down

0 comments on commit 87d6255

Please sign in to comment.