Skip to content

Commit e88e7f8

Browse files
authored
Merge pull request #9 from hannesvdvreken/patch-2
Allow `psr/container:^2`
2 parents 1b862ad + c201046 commit e88e7f8

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
@@ -31,7 +31,7 @@
3131
"require": {
3232
"php": "^7.3 || ~8.0.0 || ~8.1.0",
3333
"mezzio/mezzio-session": "^1.0",
34-
"psr/container": "^1.0",
34+
"psr/container": "^1.0|^2.0",
3535
"psr/http-server-middleware": "^1.0"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)