From 64e36820a1180084fc10126a2f2dfdf348ca4696 Mon Sep 17 00:00:00 2001 From: Tom Rochette Date: Mon, 2 Jun 2014 00:28:58 -0400 Subject: [PATCH] - Add support for laravel 4.2 (~4.1 => >=4.1, <5.0-dev). - Updated require-dev dependencies to depend on their current major version - Bumped phpunit/phpunit to 4.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index df03518..da44bff 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,11 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "4.0.* | 4.1.*" + "illuminate/support": "~4.0" }, "require-dev": { - "orchestra/testbench": "2.0.* | 2.1.*", - "phpunit/phpunit": "3.7.*" + "orchestra/testbench": "~2.0", + "phpunit/phpunit": "~4.0" }, "autoload": { "psr-4": {