Skip to content

Commit

Permalink
fix: psr container now a specific dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay committed Feb 16, 2024
1 parent 7f818e2 commit e961121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"laminas/laminas-xml": "^1.4.0",
"laminas/laminas-cache": "^3.6",
"laminas/laminas-cache-storage-adapter-redis": "^2.4",
"laminas/laminas-router": "^3.9"
"laminas/laminas-router": "^3.9",
"psr/container": "^1.1|^2"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit e961121

Please sign in to comment.