Skip to content

Commit

Permalink
Support psr/container v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mecha committed Oct 8, 2023
1 parent b72608c commit 4cb0da1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1 | ^8.0",
"psr/container": "^1.0"
"psr/container": "^1.0 | ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
Expand All @@ -39,5 +39,10 @@
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
46 changes: 25 additions & 21 deletions composer.lock

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

0 comments on commit 4cb0da1

Please sign in to comment.