Skip to content

Commit

Permalink
Removed laminas/laminas-zendframework-bridge, removed zendframework/z…
Browse files Browse the repository at this point in the history
…end-config compatibility

Signed-off-by: Alexandru Patranescu <[email protected]>
  • Loading branch information
drealecs committed Sep 8, 2021
1 parent 1de729c commit aac0104
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 77 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"php": "^7.3 || ~8.0.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"psr/container": "^1.0"
},
"require-dev": {
Expand All @@ -34,7 +33,8 @@
"phpunit/phpunit": "^8.5.8"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
"container-interop/container-interop": "<1.2.0",
"zendframework/zend-config": "*"
},
"suggest": {
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
Expand Down Expand Up @@ -62,8 +62,5 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"license-check": "docheader check src/"
},
"replace": {
"zendframework/zend-config": "^3.3.0"
}
}
146 changes: 74 additions & 72 deletions composer.lock

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

0 comments on commit aac0104

Please sign in to comment.