From 06d4296d18d69a27a4f968033ba73b6c74ff02e4 Mon Sep 17 00:00:00 2001 From: Cyril Mizzi Date: Wed, 30 Aug 2017 15:00:04 +0200 Subject: [PATCH] use stable laravel 5.5 version --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4e378a0d..84a91e1f 100755 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ ], "require": { "php": ">=7.0.0", - "illuminate/http": "5.5.x-dev", - "illuminate/routing": "5.5.x-dev", - "illuminate/session": "5.5.x-dev", - "illuminate/support": "5.5.x-dev", - "illuminate/view": "5.5.x-dev" + "illuminate/http": "5.5.*", + "illuminate/routing": "5.5.*", + "illuminate/session": "5.5.*", + "illuminate/support": "5.5.*", + "illuminate/view": "5.5.*" }, "require-dev": { - "illuminate/database": "5.5.x-dev", + "illuminate/database": "5.5.*", "mockery/mockery": "~0.9.4", "phpunit/phpunit": "~5.4" },