Skip to content

Commit

Permalink
Use newer container implementations and relax interop constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Mar 10, 2021
1 parent a1773a8 commit 8b458de
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 46 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3-alpha1",
"psr/container": "~1.0.0",
"dhii/containers": "^0.1",
"psr/container": "^1.0",
"dhii/containers": "^0.1.4-alpha2",
"wikimedia/composer-merge-plugin": "^2.0.1"
},
"require-dev": {
Expand Down
84 changes: 40 additions & 44 deletions composer.lock

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

0 comments on commit 8b458de

Please sign in to comment.