From 7d6ffa38d79f19c9b3e70a751a9af845e8f41d88 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 28 Jan 2025 23:15:29 +0800 Subject: [PATCH] Supports Laravel 12 (#277) * Supports Laravel 12 Signed-off-by: Mior Muhammad Zaki * Update composer.json --------- Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests.yml | 4 +++- composer.json | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0842a9..dbc3dcf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: true matrix: php: [8.1, 8.2, 8.3, 8.4] - laravel: [10, 11] + laravel: [10, 11, 12] include: - php: 8.2 laravel: 9 @@ -30,6 +30,8 @@ jobs: laravel: 10 - php: 8.1 laravel: 11 + - php: 8.1 + laravel: 12 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 8ad118f..713bc9f 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": "^8.0", - "illuminate/console": "^9.21|^10.0|^11.0", - "illuminate/filesystem": "^9.21|^10.0|^11.0", - "illuminate/support": "^9.21|^10.0|^11.0", - "illuminate/validation": "^9.21|^10.0|^11.0", + "illuminate/console": "^9.21|^10.0|^11.0|^12.0", + "illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0", + "illuminate/support": "^9.21|^10.0|^11.0|^12.0", + "illuminate/validation": "^9.21|^10.0|^11.0|^12.0", "symfony/console": "^6.0|^7.0" }, "require-dev": { - "orchestra/testbench": "^7.35|^8.15|^9.0", - "phpunit/phpunit": "^9.3|^10.4|^11.0" + "orchestra/testbench": "^7.35|^8.15|^9.0|^10.0", + "phpunit/phpunit": "^9.3|^10.4|^11.5" }, "autoload": { "psr-4": {