Skip to content

Commit

Permalink
Merge pull request #7 from fink3l/hotfix/compatibility-with-symfony-p…
Browse files Browse the repository at this point in the history
…rocess

change depends symfony/process package version to < 4.2
  • Loading branch information
andrey committed Jan 9, 2019
2 parents d3f4ee3 + a1889e4 commit 78eb17a
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 @@ -24,7 +24,7 @@
}
],
"require": {
"symfony/process": "~2.8|~3.0|~4.0",
"symfony/process": ">2.0,<4.2",
"symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/options-resolver": "~2.8|~3.0|~4.0",
"php": "^5.6 || ^7.0"
Expand Down

0 comments on commit 78eb17a

Please sign in to comment.