From 35e850e495a4a8a42d6de9da4792d690284218b7 Mon Sep 17 00:00:00 2001 From: Anton Geshev Date: Thu, 24 Jan 2019 10:04:46 +0200 Subject: [PATCH] Bump composer dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 5d6d1b0..2dd97e1 100755 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "5.4.*|5.5.*", - "illuminate/routing": "5.4.*|5.5.*", - "illuminate/database": "5.4.*|5.5.*" + "illuminate/support": "5.6.*|5.7.*", + "illuminate/routing": "5.6.*|5.7.*", + "illuminate/database": "5.6.*|5.7.*" }, "require-dev": { - "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~5.7", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.0", "graham-campbell/testbench": "^3.2", "orchestra/database": "v3.4.0-BETA1" },