forked from wallabag/wallabag
Force composer to run as PHP 5.5.9
This commit is contained in:
@ -125,7 +125,10 @@
|
|||||||
"psr-4": { "Tests\\": "tests/" }
|
"psr-4": { "Tests\\": "tests/" }
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin"
|
"bin-dir": "bin",
|
||||||
|
"platform": {
|
||||||
|
"php": "5.5.9"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
|||||||
Reference in New Issue
Block a user