From b248580926e2384c9604db67d12f01a955f816a1 Mon Sep 17 00:00:00 2001 From: Leandro Ross Date: Tue, 22 May 2018 10:26:08 -0300 Subject: [PATCH] upgrade to laravel 5.6 --- composer.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index f17cb0e..8604914 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,16 @@ "email": "zura.gabievi@gmail.com" } ], - "minimum-stability": "dev", "require": { - "php": "^7.0", - "illuminate/config": "~5.5.0", - "illuminate/database": "~5.5.0", - "illuminate/support": "~5.5.0" + "php": "^7.1", + "illuminate/config": "~5.5.0|~5.6.0", + "illuminate/database": "~5.5.0|~5.6.0", + "illuminate/support": "~5.5.0|~5.6.0" }, "require-dev": { - "phpunit/phpunit": "~6.3", - "orchestra/testbench": "~3.5.0", - "orchestra/database": "~3.5.0" + "phpunit/phpunit": "^6.5 || ^7.0", + "orchestra/testbench": "~3.5.0|~3.6.0", + "orchestra/database": "~3.5.0|~3.6.0" }, "autoload": { "psr-4": { @@ -40,6 +39,9 @@ }, "scripts": { "test": "vendor/bin/phpunit" + }, + "config": { + "sort-packages": true }, "extra": { "laravel": {