From d8bda1db1cd7cf75095c96fdb1da8f559fb1f880 Mon Sep 17 00:00:00 2001 From: Feek Date: Sat, 18 Apr 2020 16:00:41 -0700 Subject: [PATCH] chore: update dependencies to actual minimum requirements --- .github/workflows/test.yml | 2 +- composer.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5434f64..0758da1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: php: [7.1, 8.0] - illuminate_version: [5.5.*, 6.*, 7.*] + illuminate_version: [5.8.*, 6.*, 7.*] name: PHP ${{ matrix.php }} | Illuminate ${{ matrix.illuminate_version }} diff --git a/composer.json b/composer.json index 1e97fc4..597165a 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "php": "^7.1.3|^8", "ext-simplexml": "*", "barryvdh/laravel-ide-helper": "^2.6", - "illuminate/container": "^5.5 || ^6.0 || ^7.0", - "illuminate/contracts": "^5.5 || ^6.0 || ^7.0", - "illuminate/database": "^5.5 || ^6.0 || ^7.0", - "illuminate/http": "^5.5 || ^6.0 || ^7.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0", + "illuminate/container": "5.8.* || ^6.0 || ^7.0", + "illuminate/contracts": "5.8.* || ^6.0 || ^7.0", + "illuminate/database": "5.8.* || ^6.0 || ^7.0", + "illuminate/http": "5.8.* || ^6.0 || ^7.0", + "illuminate/support": "5.8.* || ^6.0 || ^7.0", "vimeo/psalm": "^3.8.2", - "orchestra/testbench": "^3.5 || ^4.0 || ^5.0" + "orchestra/testbench": "^3.8 || ^4.0 || ^5.0" }, "license": "MIT", "authors": [