Skip to content

Commit ab21fe5

Browse files
committed
Added psr/container to compoer.json
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 75a7f24 commit ab21fe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
],
2222
"require": {
2323
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
24-
"doctrine/orm": "^2.0 || ^3.0"
24+
"doctrine/orm": "^2.0 || ^3.0",
25+
"psr/container": "^2.0"
2526
},
2627
"require-dev": {
2728
"phpunit/phpunit": "^10.5",

0 commit comments

Comments
 (0)