Skip to content

Commit

Permalink
Merge pull request #17 from twisty/issue-16
Browse files Browse the repository at this point in the history
Allow using version 6 of PHP-DI.
  • Loading branch information
mnapoli authored Feb 21, 2018
2 parents a0357dc + 1f7a98d commit ba3f438
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"
"php-di/php-di": "~5.0 || ~6.0"
},
"require-dev": {
"phpunit/phpunit": "^3.7"
Expand Down

0 comments on commit ba3f438

Please sign in to comment.