Skip to content

Commit

Permalink
change depends symfony/process package version to < 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fink3l committed Jan 9, 2019
1 parent 53fdf38 commit a1889e4
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 a1889e4

Please sign in to comment.