From fb4749e06f95e54e464c382267d232b1b5b91dd5 Mon Sep 17 00:00:00 2001 From: Victor Gonzalex Date: Mon, 23 Mar 2020 11:26:37 -0400 Subject: [PATCH] upgrade to Laravel 7 requirements --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d36f01e..484d470 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2.5", "league/csv": "~9.0", "mustangostang/spyc": "~0.6", - "illuminate/support": "^6.0" + "illuminate/support": "^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "~8.0" + "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": {