Skip to content

Commit 0783bb7

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 5f7e1ec commit 0783bb7

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
"hyperf/contract": "~2.1.0",
2121
"hyperf/http-message": "~2.1.0",
2222
"hyperf/utils": "~2.1.0",
23-
"psr/container": "^1.0",
23+
"psr/container": "^1.0|^2.0",
2424
"psr/log": "^1.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)