Require PHP 7.2

This commit is contained in:
Johannes Meyer 2022-06-15 14:38:36 +02:00
parent c6a388c837
commit cf2c560e2b
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
## Requirements ## Requirements
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
* PHP (>= 7.0) * PHP (>= 7.2)
## Bundled Parts ## Bundled Parts

View File

@ -7,11 +7,11 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.0.33" "php": "7.2"
} }
}, },
"require": { "require": {
"php": ">=7.0.33", "php": ">=7.2",
"ipl/html": "^0.5.0", "ipl/html": "^0.5.0",
"ipl/i18n": "^0.1.0", "ipl/i18n": "^0.1.0",
"ipl/orm": "^0.3.0", "ipl/orm": "^0.3.0",