Skip to content

Commit

Permalink
Merge pull request #19 from npo-mmenke/php-di-7
Browse files Browse the repository at this point in the history
Allow php-di version 7.0
  • Loading branch information
mnapoli authored Aug 29, 2023
2 parents ba3f438 + 8907a8b commit 18d5a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php-di/php-di": "~5.0 || ~6.0"
"php-di/php-di": "~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"phpunit/phpunit": "^3.7"
Expand Down

0 comments on commit 18d5a27

Please sign in to comment.