Skip to content

Commit

Permalink
support psr container v1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Jun 12, 2024
1 parent cd4d711 commit 9b42f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"ext-json": "*",
"ext-mbstring": "*",
"php-di/php-di": "^7.0.1",
"psr/container": "^2.0",
"psr/container": "^1.0|^2.0",
"slim/slim": "^4.8"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0",
"infection/infection": "~0.25|~0.27",
"juliangut/easy-coding-standard-config": "^1.15",
"juliangut/easy-coding-standard-config": "^1.16",
"juliangut/phpstan-config": "^1.2",
"laminas/laminas-diactoros": "^3.2",
"overtrue/phplint": "^9.0",
Expand Down

0 comments on commit 9b42f82

Please sign in to comment.