From 7388f772b93824453420f03c800d9883182c550e Mon Sep 17 00:00:00 2001 From: William Hall Date: Thu, 20 Jul 2023 14:49:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20support=20all=20the=20laravels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/php.yml | 4 ++-- composer.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2164d40..1c2a897 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] - laravel: [^8.43] + php: ["8.0",8.1,8.2] + laravel: [^8.43,^9,^10] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: ^8.43 diff --git a/composer.json b/composer.json index 01ce544..8a847a3 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ } ], "require": { - "php": ">=8.0", - "illuminate/database": "^8.43", - "illuminate/support": "^8.43", - "illuminate/collections": "^8.43", - "illuminate/config": "^8.43", - "illuminate/cache": "^8.43", + "php": "^8.0", + "illuminate/database": "^8.43|^9|^10", + "illuminate/support": "^8.43|^9|^10", + "illuminate/collections": "^8.43|^9|^10", + "illuminate/config": "^8.43|^9|^10", + "illuminate/cache": "^8.43|^9|^10", "symfony/console": "^5.3" }, "require-dev": {