From 7badd906ea3e94179c4222806b99b63cc965ac02 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Fri, 18 Sep 2020 11:09:25 -0700 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index fa9c56e..858990c 100644 --- a/composer.json +++ b/composer.json @@ -10,14 +10,10 @@ } ], "require": { - "illuminate/auth": "^7.0", - "illuminate/database": "^7.0", - "illuminate/support": "^7.0", - "laravel/socialite": "^4.2" - }, - "require-dev": { - "squizlabs/php_codesniffer": "^3.5", - "phpmd/phpmd": "^2.7" + "illuminate/auth": "^8.0", + "illuminate/database": "^8.0", + "illuminate/support": "^8.0", + "laravel/socialite": "^5.0" }, "autoload": { "psr-4": {