From 369c8c4b5be42002d83f55c9560dcb4cd23f6a40 Mon Sep 17 00:00:00 2001 From: Menno Holtkamp Date: Thu, 4 Jun 2015 20:28:06 +0200 Subject: [PATCH] Allow higher versions of PHP-DI To experiment with PHP-DI 5.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b0c6c7..ca68da8 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } }, "require": { - "mnapoli/php-di": "~4.0" + "mnapoli/php-di": ">= 4.0" }, "require-dev": { "phpunit/phpunit": "^3.7"