From e777027d648971c9686f9d7c284f324db7cce3c0 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Wed, 18 Jan 2023 13:39:11 +0100 Subject: [PATCH] Support Laravel 10 --- .github/workflows/ci.yml | 2 +- .scrutinizer.yml | 2 +- composer.json | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9f1362..8cf6e96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [8.2, 8.1, 8.0] + php: [8.2, 8.1] release: [stable, lowest] include: - php: 8.2 diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 77f0ddc..3fa2d13 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,5 +1,5 @@ build: environment: - php: 8.1 + php: 8.2 tools: external_code_coverage: true diff --git a/composer.json b/composer.json index e2b2971..cc718e0 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,11 @@ } ], "require": { - "php": "^8.0.2", - "illuminate/database": "^9.0" + "php": "^8.1", + "illuminate/database": "^10.0" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "nesbot/carbon": "^2.62.1" + "phpunit/phpunit": "^9.5.27" }, "autoload": { "psr-4": {