From e950b4312da405a8402a13e0005cd58aebddf9e5 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 31 Jan 2023 23:39:58 +0000 Subject: [PATCH 1/2] Bump dependencies for Laravel 10 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3925ad3..484c9f9 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ } ], "require": { - "php": "^8.0|^8.1", + "php": "^8.1", "chinleung/laravel-locales": "^2.0", - "illuminate/support": "^9.0" + "illuminate/support": "^10.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^9.5.10" }, "autoload": { "psr-4": { From d9b93f31b772eda57c80dd303c40245ff36533d3 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 31 Jan 2023 23:39:58 +0000 Subject: [PATCH 2/2] Update GitHub Actions for Laravel 10 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 889094f..00f0995 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', '8.1'] + php: [8.1] stability: [prefer-lowest, prefer-stable] steps: