Skip to content

Commit 411bc3c

Browse files
committed
Force platform version
1 parent 0c26acb commit 411bc3c

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"minimum-stability": "stable",
1212
"require": {
13-
"php": ">=5.5.0",
13+
"php": ">=5.5.9",
1414
"symfony/yaml": "~2.3|~3.0",
1515
"symfony/console": "~2.3|~3.0",
1616
"symfony/finder": "~2.3|~3.0",
@@ -28,7 +28,10 @@
2828
"src/EPV.php"
2929
],
3030
"config": {
31-
"bin-dir": "bin"
31+
"bin-dir": "bin",
32+
"platform": {
33+
"php": "5.5.9"
34+
}
3235
},
3336
"autoload": {
3437
"psr-4": {

composer.lock

+15-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)