From 46cffad61942caa094dd876155e503b6819c5095 Mon Sep 17 00:00:00 2001 From: Hunter Skrasek Date: Thu, 9 Feb 2017 18:56:04 -0600 Subject: [PATCH] Make the version constraints a little easier to read Signed-off-by: Hunter Skrasek --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 3eff5e80c..f5b9d0383 100644 --- a/composer.json +++ b/composer.json @@ -17,19 +17,19 @@ "require": { "php": "^5.5.9 || ^7.0", "dingo/blueprint": "0.2.*", - "illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/routing": "^5.1", + "illuminate/support": "^5.1", "league/fractal": ">=0.12.0" }, "require-dev": { - "illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/cache": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/log": "5.1.* || 5.2.* || 5.3.* || 5.4.*", - "illuminate/pagination": "5.1.* || 5.2.* || 5.3.* || 5.4.*", + "illuminate/auth": "^5.1", + "illuminate/cache": "^5.1", + "illuminate/console": "^5.1", + "illuminate/database": "^5.1", + "illuminate/events": "^5.1", + "illuminate/filesystem": "^5.1", + "illuminate/log": "^5.1", + "illuminate/pagination": "^5.1", "laravel/lumen-framework": "5.1.* || 5.2.*", "lucadegasperi/oauth2-server-laravel": "5.0.*", "mockery/mockery": "~0.9",