Skip to content

Commit

Permalink
Merge pull request #10 from holtkamp/patch-allow-higher-php-di-versions
Browse files Browse the repository at this point in the history
Allow higher versions of PHP-DI
  • Loading branch information
mnapoli committed Jun 11, 2015
2 parents fe316f5 + 64ee6da commit 4ba3d8a
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": {
"mnapoli/php-di": "~4.0"
"php-di/php-di": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "^3.7"
Expand Down

0 comments on commit 4ba3d8a

Please sign in to comment.