Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 41c5042

Browse files
authored
Merge pull request #10 from PowerKiKi/drop-bridge
Drop `laminas/laminas-zendframework-bridge` and `zendframework/*` compatibility
2 parents a64be03 + bdf9115 commit 41c5042

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"require": {
2020
"php": "^7.3 || ~8.0.0",
2121
"laminas/laminas-config-aggregator": "^1.1",
22-
"laminas/laminas-modulemanager": "^2.8",
23-
"laminas/laminas-zendframework-bridge": "^1.0"
22+
"laminas/laminas-modulemanager": "^2.8"
2423
},
2524
"require-dev": {
2625
"laminas/laminas-coding-standard": "~1.0.0",
@@ -48,7 +47,7 @@
4847
"test": "phpunit --colors=always",
4948
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5049
},
51-
"replace": {
52-
"zendframework/zend-config-aggregator-modulemanager": "^1.0.1"
50+
"conflict": {
51+
"zendframework/zend-config-aggregator-modulemanager": "*"
5352
}
5453
}

0 commit comments

Comments
 (0)