Skip to content

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 committed Dec 3, 2021
1 parent 048bd2a commit 1a0e45c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"sort-packages": true
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-zendframework-bridge": "^1.0"
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
Expand Down Expand Up @@ -49,7 +48,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zfcampus/zf-development-mode": "^3.2.0"
"conflict": {
"zfcampus/zf-development-mode": "*"
}
}
67 changes: 2 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a0e45c

Please sign in to comment.