Skip to content

Commit

Permalink
Merge pull request #110 from jkrehm/bump-symfony-console-version
Browse files Browse the repository at this point in the history
Bump symfony/console version
  • Loading branch information
enygma authored Feb 4, 2018
2 parents 0e486c5 + 7a28e51 commit 880dede
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 39 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
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 880dede

Please sign in to comment.