Skip to content

Commit df99345

Browse files
committed
Raise ipl/* requirements
1 parent 8cd4318 commit df99345

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

composer.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@
66
"homepage": "https://github.com/Icinga/icinga-php-library",
77
"require": {
88
"php": ">=8.2",
9-
"ipl/html": "^0.9.0",
10-
"ipl/i18n": "^0.2.0",
11-
"ipl/orm": "^0.7.0",
12-
"ipl/scheduler": "^0.2.0",
13-
"ipl/sql": "^0.8.0",
14-
"ipl/stdlib": "^0.14.0",
15-
"ipl/validator": "^0.5.0",
16-
"ipl/web": "^0.12.0"
9+
"ipl/html": "^0.10.0",
10+
"ipl/i18n": "^1.0.0",
11+
"ipl/orm": "^0.8.0",
12+
"ipl/scheduler": "^0.3.0",
13+
"ipl/sql": "^0.9.1",
14+
"ipl/stdlib": "^0.15.0",
15+
"ipl/validator": "^1.0.0",
16+
"ipl/web": "^0.13.0"
1717
},
18+
"repositories": [
19+
{
20+
"type": "vcs",
21+
"url": "https://github.com/Icinga/zf1"
22+
}
23+
],
1824
"autoload": {
1925
"psr-0": {
2026
"AssetLoader": ""

0 commit comments

Comments
 (0)