Skip to content

Commit 2c7b1e3

Browse files
authored
Raise ipl/* requirements (#34)
Also normalize `composer.json`.
2 parents c31f6ef + df99345 commit 2c7b1e3

1 file changed

Lines changed: 37 additions & 31 deletions

File tree

composer.json

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
{
2-
"name": "icinga/icinga-php-library",
3-
"type": "project",
4-
"description": "Icinga Web 2 - bundled Icinga PHP libraries",
5-
"homepage": "https://github.com/Icinga/icinga-php-library",
6-
"license": "MIT",
7-
"config": {
8-
"sort-packages": true,
9-
"platform": {
10-
"php": "8.2"
11-
}
12-
},
13-
"require": {
14-
"php": ">=8.2",
15-
"ipl/html": "^0.9.0",
16-
"ipl/i18n": "^0.2.0",
17-
"ipl/orm": "^0.7.0",
18-
"ipl/scheduler": "^0.2.0",
19-
"ipl/sql": "^0.8.0",
20-
"ipl/stdlib": "^0.14.0",
21-
"ipl/validator": "^0.5.0",
22-
"ipl/web": "^0.12.0"
23-
},
24-
"require-dev": {
25-
},
26-
"autoload": {
27-
"psr-0": { "AssetLoader": "" }
28-
},
29-
"scripts": {
30-
"post-update-cmd": [
31-
"AssetLoader::update"
32-
]
2+
"name": "icinga/icinga-php-library",
3+
"description": "Icinga PHP Library",
4+
"license": "MIT",
5+
"type": "project",
6+
"homepage": "https://github.com/Icinga/icinga-php-library",
7+
"require": {
8+
"php": ">=8.2",
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"
17+
},
18+
"repositories": [
19+
{
20+
"type": "vcs",
21+
"url": "https://github.com/Icinga/zf1"
22+
}
23+
],
24+
"autoload": {
25+
"psr-0": {
26+
"AssetLoader": ""
3327
}
28+
},
29+
"config": {
30+
"platform": {
31+
"php": "8.2"
32+
},
33+
"sort-packages": true
34+
},
35+
"scripts": {
36+
"post-update-cmd": [
37+
"AssetLoader::update"
38+
]
39+
}
3440
}

0 commit comments

Comments
 (0)