From 53eb2efc645a3353061c38fde52fb512bfb7d214 Mon Sep 17 00:00:00 2001 From: gpanos Date: Mon, 7 Dec 2020 16:43:12 +0200 Subject: [PATCH] Drop support for older laravel versions --- .github/workflows/tests.yml | 4 ++-- composer.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e71af1..26274b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: - php: [7.4, 7.3] - laravel: [8.*, 7.*, 6.*] + php: [7.4] + laravel: [^8.0] name: P${{ matrix.php }} - L${{ matrix.laravel }} diff --git a/composer.json b/composer.json index b1e65cc..19fe3e7 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ "wingly" ], "require": { - "php": "^7.3", - "illuminate/database": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", - "guzzlehttp/guzzle": "^6.5|^7.0" + "php": "^7.4", + "illuminate/database": "^8.0", + "illuminate/support": "^8.0", + "guzzlehttp/guzzle": "^7.0" }, "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0|^9.0|^9.3", - "orchestra/testbench": "^4.0|^5.0|^6.0" + "mockery/mockery": "^1.3", + "phpunit/phpunit": "^9.3", + "orchestra/testbench": "^6.0" }, "autoload": { "psr-4": {