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

Commit 6c18a44

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 fe06c17 commit 6c18a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"static-analysis": "psalm --shepherd --stats"
4848
},
49-
"replace": {
49+
"conflict": {
5050
"zendframework/zendoauth": "^2.0.3"
5151
}
5252
}

composer.lock

Lines changed: 2 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)