Require PHP 7.2
This commit is contained in:
parent
c6a388c837
commit
cf2c560e2b
|
@ -5,7 +5,7 @@ This project bundles all Icinga PHP libraries into one piece and can be integrat
|
|||
## Requirements
|
||||
|
||||
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
|
||||
* PHP (>= 7.0)
|
||||
* PHP (>= 7.2)
|
||||
|
||||
## Bundled Parts
|
||||
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
"config": {
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.0.33"
|
||||
"php": "7.2"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0.33",
|
||||
"php": ">=7.2",
|
||||
"ipl/html": "^0.5.0",
|
||||
"ipl/i18n": "^0.1.0",
|
||||
"ipl/orm": "^0.3.0",
|
||||
|
|
Loading…
Reference in New Issue