Skip to content

Commit 06dcd86

Browse files
authored
Use Icinga/zf1 in favor of shardj/zf1-future (#360)
`Icinga/zf1` is a streamlined fork of Zend Framework 1, containing only the components used by Icinga Web and its ecosystem. This fork maintains compatibility with modern PHP versions, while removing unused dependencies to reduce complexity and improve maintainability.
1 parent b92bce0 commit 06dcd86

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"keywords": ["html"],
66
"homepage": "https://github.com/Icinga/ipl-web",
77
"license": "MIT",
8+
"repositories": [
9+
{
10+
"type": "vcs",
11+
"url": "https://github.com/Icinga/zf1"
12+
}
13+
],
814
"autoload": {
915
"psr-4": {
1016
"ipl\\Web\\": "src"
@@ -19,6 +25,7 @@
1925
"php": ">=8.2",
2026
"ext-json": "*",
2127
"psr/http-message": "^1.1",
28+
"icinga/zf1": ">=2.0.0",
2229
"ipl/html": ">=0.10.0",
2330
"ipl/i18n": ">=1.0.0",
2431
"ipl/orm": ">=0.8.0",
@@ -28,11 +35,11 @@
2835
"wikimedia/less.php": "^3.2.1"
2936
},
3037
"require-dev": {
38+
"icinga/zf1": "dev-main",
3139
"ipl/html": "dev-main",
3240
"ipl/i18n": "dev-main",
3341
"ipl/orm": "dev-main",
3442
"ipl/scheduler": "dev-main",
35-
"ipl/stdlib": "dev-main",
36-
"shardj/zf1-future": "^1.22"
43+
"ipl/stdlib": "dev-main"
3744
}
3845
}

0 commit comments

Comments
 (0)