mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-22 05:04:31 +02:00
Update requirements
This commit is contained in:
parent
33b77b09b4
commit
21348cd120
@ -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 (>= 5.6, 7+ recommended)
|
* PHP (>= 7.0)
|
||||||
|
|
||||||
## Bundled Parts
|
## Bundled Parts
|
||||||
|
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=7.0.33",
|
||||||
"ipl/html": "^0.4.2",
|
"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",
|
||||||
"ipl/sql": "^0.3.2",
|
"ipl/sql": "^0.4.0",
|
||||||
"ipl/stdlib": "^0.10.0",
|
"ipl/stdlib": "^0.11.0",
|
||||||
"ipl/validator": "^0.3.0",
|
"ipl/validator": "^0.3.0",
|
||||||
"ipl/web": "^0.3.0"
|
"ipl/web": "^0.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user