Skip to content

Commit

Permalink
Merge pull request #49 from snapshotpl/remove-laminas-zendframework-b…
Browse files Browse the repository at this point in the history
…ridge

Remove laminas/laminas/laminas-zendframework-bridge
  • Loading branch information
Ocramius authored Dec 3, 2021
2 parents 58cf18e + 280678a commit 6b7b17d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"config": {
"sort-packages": true
},
"conflict": {
"zendframework/zend-test": "*"
},
"extra": {
},
"require": {
Expand All @@ -30,7 +33,6 @@
"laminas/laminas-stdlib": "^3.3",
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-zendframework-bridge": "^1.1",
"phpunit/phpunit": "^8.4.3 || ^9.0",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0"
Expand Down Expand Up @@ -72,8 +74,5 @@
"test": "phpunit --colors",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"static-analysis": "psalm --shepherd --stats"
},
"replace": {
"zendframework/zend-test": "^3.3.0"
}
}
2 changes: 1 addition & 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 6b7b17d

Please sign in to comment.