Skip to content

Commit f1f4eca

Browse files
authored
Allow psr/container 2.x (#76)
1 parent 1ccd406 commit f1f4eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/batch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.0",
1414
"ext-json": "*",
15-
"psr/container": "^1.0",
15+
"psr/container": "^1.0|^2.0",
1616
"psr/log": "^1.0|^2.0|^3.0",
1717
"psr/event-dispatcher": "^1.0"
1818
},

0 commit comments

Comments
 (0)