There was an error while loading. Please reload this page.
ipl/*
1 parent 8cd4318 commit df99345Copy full SHA for df99345
1 file changed
composer.json
@@ -6,15 +6,21 @@
6
"homepage": "https://github.com/Icinga/icinga-php-library",
7
"require": {
8
"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"
+ "ipl/html": "^0.10.0",
+ "ipl/i18n": "^1.0.0",
+ "ipl/orm": "^0.8.0",
+ "ipl/scheduler": "^0.3.0",
+ "ipl/sql": "^0.9.1",
+ "ipl/stdlib": "^0.15.0",
+ "ipl/validator": "^1.0.0",
+ "ipl/web": "^0.13.0"
17
},
18
+ "repositories": [
19
+ {
20
+ "type": "vcs",
21
+ "url": "https://github.com/Icinga/zf1"
22
+ }
23
+ ],
24
"autoload": {
25
"psr-0": {
26
"AssetLoader": ""
0 commit comments