Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 27ddfef

Browse files
author
Dominik Zogg
committed
allow psr/container and chubbyphp/chubbyphp-container 2.0
1 parent f8f0704 commit 27ddfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"psr/log": "^1.1.3"
2121
},
2222
"require-dev": {
23-
"chubbyphp/chubbyphp-container": "^1.1",
23+
"chubbyphp/chubbyphp-container": "^1.1|^2.0",
2424
"chubbyphp/chubbyphp-dev-helper": "dev-master",
2525
"chubbyphp/chubbyphp-laminas-config-factory": "^1.0",
2626
"chubbyphp/chubbyphp-mock": "^1.6",
@@ -31,7 +31,7 @@
3131
"phpstan/phpstan": "^0.12.64",
3232
"phpunit/phpunit": "^9.5",
3333
"pimple/pimple": "^3.3",
34-
"psr/container": "^1.0"
34+
"psr/container": "^1.0|^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": { "Chubbyphp\\ApiHttp\\": "src/" }

0 commit comments

Comments
 (0)