Skip to content

Commit ce88505

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 25f8c55 commit ce88505

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"test": "phpunit --colors=always",
6363
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
6464
},
65-
"replace": {
65+
"conflict": {
6666
"zendframework/zend-expressive-zendrouter": "^3.0.1"
6767
}
6868
}

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)