From 4bd5273d477e830360e8d4526d25547ae2b97143 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Thu, 13 Aug 2020 15:29:34 +0300 Subject: [PATCH] Removed Larave 5.8 --- .github/workflows/run-tests.yml | 4 +--- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6d3b074274..f695a5f5f6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,15 +10,13 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [7.4, 7.3, 7.2] - laravel: [5.8.*, 6.*, 7.*] + laravel: [6.*, 7.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 7.* testbench: 5.* - laravel: 6.* testbench: 4.* - - laravel: 5.8.* - testbench: 3.8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index b96518f99c..5425693c18 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,11 @@ "clue/redis-react": "^2.3", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5", - "illuminate/broadcasting": "5.8.*|^6.0|^7.0", - "illuminate/console": "5.8.*|^6.0|^7.0", - "illuminate/http": "5.8.*|^6.0|^7.0", - "illuminate/routing": "5.8.*|^6.0|^7.0", - "illuminate/support": "5.8.*|^6.0|^7.0", + "illuminate/broadcasting": "^6.0|^7.0", + "illuminate/console": "^6.0|^7.0", + "illuminate/http": "^6.0|^7.0", + "illuminate/routing": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0", "pusher/pusher-php-server": "^3.0|^4.0", "react/dns": "^1.1", "symfony/http-kernel": "^4.0|^5.0",