Skip to content

Commit

Permalink
qa: disable laminas-zendframework-bridge
Browse files Browse the repository at this point in the history
Disables the laminas-zendframework-bridge, as none of its deps require ZF packages.
  • Loading branch information
weierophinney committed Jan 20, 2021
1 parent 86e76c5 commit 1a4c191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 61 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -27,6 +27,9 @@
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.0"
},
"replace": {
"laminas/laminas-zendframework-bridge": "*"
},
"autoload": {
"psr-4": {
"Phly\\KeepAChangelog\\": "src/"
Expand Down
62 changes: 1 addition & 61 deletions composer.lock

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

0 comments on commit 1a4c191

Please sign in to comment.