Skip to content

Commit 880dede

Browse files
authored
Merge pull request #110 from jkrehm/bump-symfony-console-version
Bump symfony/console version
2 parents 0e486c5 + 7a28e51 commit 880dede

File tree

2 files changed

+156
-39
lines changed

2 files changed

+156
-39
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require":{
1616
"php":">=5.5.9",
17-
"symfony/console": "~3.0.2"
17+
"symfony/console": "^3.0 || ^4.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "4.2.*"
@@ -25,7 +25,10 @@
2525
}
2626
},
2727
"config": {
28-
"bin-dir": "bin"
28+
"bin-dir": "bin",
29+
"platform": {
30+
"php": "5.5.9"
31+
}
2932
},
3033
"bin": [
3134
"bin/iniscan"

composer.lock

Lines changed: 151 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)