Skip to content

Commit

Permalink
Fixes #1808: Pin symfony/process to 3^, so that those who install Ter…
Browse files Browse the repository at this point in the history
…minus via 'composer require' will not accidentally get version 4^. (#1809)
  • Loading branch information
greg-1-anderson authored Dec 13, 2017
1 parent 9fd4288 commit 377e597
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 233 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"psy/psysh": "^0.8",
"symfony/console": "^3.3",
"symfony/finder": "~2.7|^3.2",
"symfony/process": "~2.7|^3.2",
"symfony/yaml": "~2.1|^3.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 377e597

Please sign in to comment.