mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-01 19:04:40 +02:00
composer.json: Require latest versions ipl libs
This commit is contained in:
parent
6e51558fad
commit
8eaa5e394f
@ -12,13 +12,13 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"ipl/html": ">=0.3.0",
|
"ipl/html": "^0.4.0",
|
||||||
"ipl/i18n": ">=0.1.0",
|
"ipl/i18n": "^0.1.0",
|
||||||
"ipl/orm": ">=0.1.0",
|
"ipl/orm": "^0.2.0",
|
||||||
"ipl/sql": ">=0.1.0",
|
"ipl/sql": "^0.3.1",
|
||||||
"ipl/stdlib": ">=0.5.0",
|
"ipl/stdlib": "^0.9.0",
|
||||||
"ipl/validator": ">=0.1.0",
|
"ipl/validator": "^0.2.0",
|
||||||
"ipl/web": ">=0.1.0"
|
"ipl/web": "^0.2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user