From 145c247f2a624ac803d0f3173d84fc00e8e00bc1 Mon Sep 17 00:00:00 2001 From: crynobone Date: Tue, 16 Jun 2015 18:31:48 +0800 Subject: [PATCH] Update version constraint. Signed-off-by: crynobone --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 391e3dc..0a10a0f 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,14 @@ }, "require": { "php": ">=5.5.0", - "orchestra/support": "3.1.*" + "orchestra/support": "~3.1.0" }, "require-dev": { "mockery/mockery": "^0.9.1", - "illuminate/database": "5.1.*", - "illuminate/pagination": "5.1.*", - "illuminate/routing": "5.1.*", - "illuminate/translation": "5.1.*" + "illuminate/database": "~5.1.0", + "illuminate/pagination": "~5.1.0", + "illuminate/routing": "~5.1.0", + "illuminate/translation": "~5.1.0" }, "suggest": { "laravel/framework": "Allow using orchestra/html component outside of Orchestra Platform (~5.1).",