Skip to content

Commit

Permalink
Allow psr/container 2.x (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone authored Jun 1, 2023
1 parent 1ccd406 commit f1f4eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"psr/container": "^1.0",
"psr/container": "^1.0|^2.0",
"psr/log": "^1.0|^2.0|^3.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down

0 comments on commit f1f4eca

Please sign in to comment.