Skip to content

Commit

Permalink
qa: remove laminas/laminas-zendframework-bridge and conflict with z…
Browse files Browse the repository at this point in the history
…endframework pendant

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Sep 13, 2021
1 parent b9e19dc commit 471c9c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"extra": {},
"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": "~1.0.0",
Expand All @@ -48,7 +47,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-i18n-resources": "^2.6.1"
"conflict": {
"zendframework/zend-i18n-resources": "*"
}
}
3 changes: 2 additions & 1 deletion composer.lock

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

0 comments on commit 471c9c3

Please sign in to comment.