Skip to content

Commit

Permalink
Merge pull request #14 from PowerKiKi/drop-bridge
Browse files Browse the repository at this point in the history
Drop `laminas/laminas-zendframework-bridge` and `zendframework/*` compatibility
  • Loading branch information
Ocramius authored Dec 6, 2021
2 parents a76e3a3 + 5d016f4 commit 2826fd7
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 77 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-json": "^3.1",
"laminas/laminas-stdlib": "^3.2",
"laminas/laminas-zendframework-bridge": "^1.0"
"laminas/laminas-stdlib": "^3.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
Expand Down Expand Up @@ -60,7 +59,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-serializer": "^2.9.1"
"conflict": {
"zendframework/zend-serializer": "*"
}
}
129 changes: 63 additions & 66 deletions composer.lock

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

0 comments on commit 2826fd7

Please sign in to comment.