Skip to content

Commit

Permalink
Add support PHP-DI 7.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
yethee committed Mar 28, 2023
1 parent 1d44c22 commit eda1ba0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 71 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"require": {
"php": "^8.1",
"laminas/laminas-stdlib": "^3.2",
"php-di/php-di": "^6.3"
"php-di/php-di": "^6.3 || ^7.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.1.4",
Expand Down
100 changes: 30 additions & 70 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eda1ba0

Please sign in to comment.