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

Commit

Permalink
Drop laminas/laminas-zendframework-bridge and zendframework/* com…
Browse files Browse the repository at this point in the history
…patibility

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]>
  • Loading branch information
PowerKiKi authored and Ocramius committed Dec 3, 2021
1 parent d7d63a5 commit b15b448
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"php": "^7.3 || ~8.0.0",
"laminas/laminas-servicemanager": "^3.3.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"psr/log": "^1.1.2"
},
"require-dev": {
Expand Down Expand Up @@ -77,7 +76,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-log": "^2.12.0"
"conflict": {
"zendframework/zend-log": "*"
}
}

0 comments on commit b15b448

Please sign in to comment.