From 26f09004c5da57e7afc069ccf1e7ceb446796b9a Mon Sep 17 00:00:00 2001 From: Stephen Williamson Date: Fri, 12 Jun 2026 10:35:21 -0400 Subject: [PATCH] Add Laravel 13 support --- .github/workflows/test.yml | 3 ++- composer.json | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83bc1d4d..49e0461b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,7 @@ jobs: - ubuntu-latest php-version: - "8.3" + - "8.4" name: php ${{ matrix.php-version }} on ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }} steps: @@ -60,4 +61,4 @@ jobs: run: | mkdir -p tests/Feature tests/Unit - name: Run tests - run: composer test \ No newline at end of file + run: composer test diff --git a/composer.json b/composer.json index d56bc95f..c7ead99b 100644 --- a/composer.json +++ b/composer.json @@ -19,17 +19,17 @@ "require": { "php": "^8.3", "filament/filament": "^5.0|^4.0", - "illuminate/contracts": "^10.0||^11.0||^12.0", + "illuminate/contracts": "^10.0||^11.0||^12.0||^13.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "larastan/larastan": "^2.9||^3.0", "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1.1||^7.10.0", - "orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0", - "pestphp/pest": "^3.0||^2.34", - "pestphp/pest-plugin-arch": "^3.0||^2.7", - "pestphp/pest-plugin-laravel": "^3.0||^2.3", + "orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0", + "pestphp/pest": "^4.0||^3.0||^2.34", + "pestphp/pest-plugin-arch": "^4.0||^3.0||^2.7", + "pestphp/pest-plugin-laravel": "^4.0||^3.0||^2.3", "phpstan/extension-installer": "^1.3||^2.0", "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", "phpstan/phpstan-phpunit": "^1.3||^2.0",