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 8, 2021
1 parent c2a78ee commit e836de4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"laminas/laminas-servicemanager": "^3.0.3",
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-view": "^2.13.1",
"laminas/laminas-zendframework-bridge": "^1.1",
"symfony/var-dumper": "^5.0.1 || ^6.0"
},
"require-dev": {
Expand Down Expand Up @@ -69,7 +68,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-developer-tools": "^2.0.0"
"conflict": {
"zendframework/zend-developer-tools": "*"
}
}
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit e836de4

Please sign in to comment.