From 31a5291b148c1b48a4f8550956a3ada8eff93591 Mon Sep 17 00:00:00 2001 From: Filippo Date: Tue, 20 Oct 2020 15:26:32 +0200 Subject: [PATCH] laravel 8 --- .gitignore | 3 ++- composer.json | 13 ++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 49ce3c1..de4a392 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/vendor \ No newline at end of file +/vendor +/composer.lock diff --git a/composer.json b/composer.json index 54db96d..2986354 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require" : { "php" : "^7.0", - "illuminate/routing": "^5.7|^6.0|^7.0", - "illuminate/support": "^5.7|^6.0|^7.0", - "illuminate/console": "^5.7|^6.0|^7.0", + "illuminate/routing": "^5.7|^6.0|^7.0|^8.0", + "illuminate/support": "^5.7|^6.0|^7.0|^8.0", + "illuminate/console": "^5.7|^6.0|^7.0|^8.0", "ext-json": "*" }, "require-dev": { - "orchestra/testbench": "3.8.*", - "phpunit/phpunit": "^7.0", + "orchestra/testbench": "^3.7|^3.8|^6.0", + "phpunit/phpunit": "^7.0|9.0", "php-coveralls/php-coveralls": "^2.1" }, "autoload": { @@ -37,6 +37,9 @@ "Biscofil\\LaravelRouteSummary\\Tests\\": "tests/" } }, + "scripts": { + "test": "phpunit" + }, "extra": { "laravel": { "providers": [