mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 11:54:31 +02:00
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
|
## 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
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user