Skip to content

Commit

Permalink
Allow using version 6 of PHP-DI.
Browse files Browse the repository at this point in the history
  • Loading branch information
twisty committed Feb 21, 2018
1 parent a0357dc commit 1f7a98d
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 1f7a98d

Please sign in to comment.