From 5543e91605a212af571ec50dde829760aafce06d Mon Sep 17 00:00:00 2001 From: Ashley Skippers Date: Sun, 26 Apr 2020 16:10:14 +0200 Subject: [PATCH] Update composer.json Laravel 7 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 65867bf..8584a74 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ ], "license": "MIT", "require": { - "php": ">=7.2.0", - "illuminate/support": "^6.0" + "php": ">=7.2.5", + "illuminate/support": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "mockery/mockery": "^0.9.4" + "phpunit/phpunit": "^8.5", + "mockery/mockery": "^1.2" }, "autoload": { "psr-0": {