Skip to content

Commit 6c71e5d

Browse files
committed
Allow ^1.0 || ^2.0 in psr/container
1 parent bdc423b commit 6c71e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"php": "^7.2 || ^8.0",
4747
"ext-json": "*",
4848
"nikic/fast-route": "^1.3",
49-
"psr/container": "^1.0",
49+
"psr/container": "^1.0 || ^2.0",
5050
"psr/http-factory": "^1.0",
5151
"psr/http-message": "^1.0",
5252
"psr/http-server-handler": "^1.0",

0 commit comments

Comments
 (0)