Skip to content

Commit 491ab72

Browse files
authored
Upgraded psr/container to ^1.0|^2.0 (#3337)
* Support psr/container ^2.0 * Update composer.json * Update CHANGELOG-2.2.md
1 parent 2724828 commit 491ab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": ">=7.2",
23-
"psr/container": "^1.0",
23+
"psr/container": "^1.0|^2.0",
2424
"phpunit/phpunit": "^9.4",
2525
"hyperf/contract": "~2.1.0",
2626
"hyperf/http-message": "~2.1.0",

0 commit comments

Comments
 (0)