Skip to content

Commit 0ccc074

Browse files
committed
Drop laminas/laminas-zendframework-bridge and zendframework/* compatibility
Increase performance by removing a compatibility layer while **not** introducing breaking changes. This follow the process described in details in: https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2021-08-02-TSC-Minutes.md#remove-laminaslaminas-zendframework-bridge-dependency-from-our-packages Signed-off-by: Adrien Crivelli <[email protected]>
1 parent b7b0702 commit 0ccc074

File tree

2 files changed

+80
-4
lines changed

2 files changed

+80
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test": "phpunit --colors=always",
5353
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5454
},
55-
"replace": {
56-
"zendframework/zend-config-aggregator-parameters": "^1.2.0"
55+
"conflict": {
56+
"zendframework/zend-config-aggregator-parameters": "*"
5757
}
5858
}

composer.lock

Lines changed: 78 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)