Skip to content

Commit 079136e

Browse files
committed
Use Icinga/zf1 in favor of shardj/zf1-future
`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 8937f56 commit 079136e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 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"
@@ -20,6 +26,7 @@
2026
"php": ">=8.2",
2127
"ext-json": "*",
2228
"psr/http-message": "^1.1",
29+
"icinga/zf1": "^2.0",
2330
"ipl/html": ">=0.9.0",
2431
"ipl/i18n": ">=0.2.0",
2532
"ipl/orm": ">=0.5.2",
@@ -33,7 +40,6 @@
3340
"ipl/i18n": "dev-main",
3441
"ipl/orm": "dev-main",
3542
"ipl/scheduler": "dev-main",
36-
"ipl/stdlib": "dev-main",
37-
"shardj/zf1-future": "^1.22"
43+
"ipl/stdlib": "dev-main"
3844
}
3945
}

0 commit comments

Comments
 (0)