Skip to content

Commit 46e82ab

Browse files
authored
Merge pull request #3 from LordSimal/master
allow psr/container v2
2 parents bf2d63b + 75c3651 commit 46e82ab

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": ">=8.1",
3333
"league/flysystem": "^1.0",
34-
"psr/container": "^1.0"
34+
"psr/container": "^1.0|^2.0"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^10.3",

0 commit comments

Comments
 (0)