Skip to content

Commit

Permalink
Merge pull request #15 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 committed Dec 8, 2021
2 parents 81550dd + 687309b commit c323692
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^2.0 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"mezzio/mezzio-router": "^3.7",
"nikic/fast-route": "^1.2",
"psr/container": "^1.0",
Expand All @@ -49,7 +48,8 @@
"vimeo/psalm": "^4.6"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
"container-interop/container-interop": "<1.2.0",
"zendframework/zend-expressive-fastroute": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -71,8 +71,5 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"static-analysis": "psalm --shepherd --stats"
},
"replace": {
"zendframework/zend-expressive-fastroute": "^3.0.3"
}
}
17 changes: 9 additions & 8 deletions composer.lock

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

0 comments on commit c323692

Please sign in to comment.