Skip to content

Commit 6bbe3d4

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 6bbe3d4

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"fig/http-message-util": "^1.1.2",
3333
"laminas/laminas-psr7bridge": "^0.2.2 || ^1.0.0",
3434
"laminas/laminas-router": "^3.3.0",
35-
"laminas/laminas-zendframework-bridge": "^1.0",
3635
"mezzio/mezzio-router": "^3.2",
3736
"psr/http-message": "^1.0.1"
3837
},
@@ -62,7 +61,7 @@
6261
"test": "phpunit --colors=always",
6362
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
6463
},
65-
"replace": {
66-
"zendframework/zend-expressive-zendrouter": "^3.0.1"
64+
"conflict": {
65+
"zendframework/zend-expressive-zendrouter": "*"
6766
}
6867
}

composer.lock

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

0 commit comments

Comments
 (0)