composer: enforce PHP 5.6

fixes #6
This commit is contained in:
Thomas Gelf 2019-03-25 16:10:27 +01:00
parent 2901edded9
commit 253dbc5ccf
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
"homepage": "https://github.com/Icinga/icingaweb2-module-reactbundle", "homepage": "https://github.com/Icinga/icingaweb2-module-reactbundle",
"license": "MIT", "license": "MIT",
"config": { "config": {
"sort-packages": true "sort-packages": true,
"platform": {
"php": "5.6.3"
}
}, },
"support": { "support": {
"issues": "https://github.com/Icinga/icingaweb2-module-reactbundle/issues" "issues": "https://github.com/Icinga/icingaweb2-module-reactbundle/issues"