From 0f5e82af0404df0080bdc5c105cef936c1711524 Mon Sep 17 00:00:00 2001 From: atymic Date: Wed, 2 Dec 2020 10:09:06 +1100 Subject: [PATCH] feat: php 8 support (#178) --- composer.json | 4 ++-- phpunit.xml.dist | 37 +++++++++++-------------------------- 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index cdc15b2..080930d 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "laravel/socialite": "~4.0|~5.0", "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^9.0", "mockery/mockery": "^1.2" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7079fdf..155afdd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,28 +1,13 @@ - - - - ./tests - - - - - src/ - - + + + + src/ + + + + + ./tests + +