Skip to content

Commit

Permalink
Bump symfony/console version
Browse files Browse the repository at this point in the history
Make it so the entire 3.x & 4.x branches are allowed. Also force Composer to use 5.5.9 as the platform when running.
  • Loading branch information
jkrehm committed Feb 2, 2018
1 parent 72a5d7e commit 7a28e51
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 39 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -14,7 +14,7 @@
],
"require":{
"php":">=5.5.9",
"symfony/console": "~3.0.2"
"symfony/console": "^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
Expand All @@ -25,7 +25,10 @@
}
},
"config": {
"bin-dir": "bin"
"bin-dir": "bin",
"platform": {
"php": "5.5.9"
}
},
"bin": [
"bin/iniscan"
Expand Down
188 changes: 151 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a28e51

Please sign in to comment.