From 48983486d3ad505280174e65593b221b4a433a08 Mon Sep 17 00:00:00 2001 From: Leopold Jacquot Date: Mon, 24 Feb 2025 15:39:11 +0100 Subject: [PATCH] Add Laravel 12 --- .github/workflows/tests.yml | 3 +++ composer.json | 8 ++++---- phpunit.xml.dist | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72f4724..a13d81a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,9 +34,12 @@ jobs: - "9" - "10" - "11" + - "12" exclude: - php: "8.1" laravel: "11" + - php: "8.1" + laravel: "12" steps: - name: Checkout code diff --git a/composer.json b/composer.json index 75833cb..0027e8a 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "kreait/firebase-php": "^7.13", - "illuminate/contracts": "^9.0 || ^10.0 || ^11.0", - "illuminate/support": "^9.0 || ^10.0 || ^11.0", + "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0", "symfony/cache": "^6.1.2 || ^7.0.3" }, "require-dev": { - "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0", "laravel/pint": "^1.14", - "phpunit/phpunit": "^9.6.17 || ^10.5.13" + "phpunit/phpunit": "^9.6.17 || ^10.5.13 || ^11.5.3" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6c22177..077d3b3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,14 +11,17 @@ - + + + + - src + src src/Facades - +