Skip to content

Commit bb4a036

Browse files
authored
Merge pull request #1206 from ADmad/container-v2
Allow psr/container v2
2 parents 529decd + f43c2b8 commit bb4a036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"doctrine/dbal": "^2.12|^3.1",
3030
"ramsey/uuid": "^3.5|^4",
3131
"psr/log": "^1.1 || ^2.0 || ^3.0",
32-
"psr/container": "^1",
32+
"psr/container": "^1 || ^2.0",
3333
"makasim/temp-file": "^0.2",
3434
"google/cloud-pubsub": "^1.4.3",
3535
"doctrine/orm": "^2.7.4",

Diff for: pkg/enqueue/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"enqueue/dsn": "^0.10",
1414
"ramsey/uuid": "^3.5|^4",
1515
"psr/log": "^1.0 || ^2.0 || ^3.0",
16-
"psr/container": "^1"
16+
"psr/container": "^1 || ^2.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)