From 6f355e1932774bf886c67ad7d14518f421734499 Mon Sep 17 00:00:00 2001 From: JhaoDa Date: Thu, 30 Apr 2020 00:29:04 +0300 Subject: [PATCH] Laravel 7 Took 9 minutes --- .gitattributes | 8 ++++++-- composer.json | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8df7295..23fd97b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ -/tests export-ignore -/.gitattributes export-ignore +/tests export-ignore +.gitignore export-ignore +.travis.yml export-ignore +.styleci.yml export-ignore +.gitattributes export-ignore +.scrutinizer.yml export-ignore diff --git a/composer.json b/composer.json index b4d5600..a8b3ae8 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ ], "require": { "php": ">=7.1", - "illuminate/http": "~5.3|^6.0", - "illuminate/support": "~5.3|^6.0" + "illuminate/http": "~5.3|^6.0|^7.0", + "illuminate/support": "~5.3|^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "^6.3" + "phpunit/phpunit": "^7.5" }, "autoload": { "psr-4": {