Skip to content

Commit

Permalink
Merge pull request #16 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 3, 2021
2 parents 048bd2a + 1a0e45c commit 4f74da6
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 4f74da6

Please sign in to comment.