Skip to content

Commit

Permalink
Merge pull request #122 from weierophinney/fix/composer-package-valid…
Browse files Browse the repository at this point in the history
…ation

Fix issues with Composer package validation
  • Loading branch information
weierophinney authored Apr 4, 2022
2 parents a68d917 + 7f278c9 commit 51b42d3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"container-interop/container-interop": "^1.2",
"laminas/laminas-stdlib": "^3.2.1",
"psr/container": "^1.0"
},
Expand All @@ -54,7 +53,6 @@
"psr/container-implementation": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
"laminas/laminas-code": "<3.3.1",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

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

0 comments on commit 51b42d3

Please sign in to comment.