diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8e8a69f..36ab9ab 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] php: [8.4, 8.3] - laravel: [12.*, 11.*] + laravel: [13.*, 12.*, 11.*] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index a76d7c8..3914915 100644 --- a/composer.json +++ b/composer.json @@ -38,23 +38,23 @@ }, "require": { "php": "^8.3", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", "laravel/prompts": "^0.1.1|^0.2|^0.3", "nativephp/php-bin": "^1.0", "spatie/laravel-package-tools": "^1.16.4", - "symfony/filesystem": "^6.4|^7.2", - "symfony/finder": "^6.2|^7.0", + "symfony/filesystem": "^6.4|^7.2|^8.0", + "symfony/finder": "^6.2|^7.0|^8.0", "ext-zip": "*" }, "require-dev": { "guzzlehttp/guzzle": "^7.0", "laravel/pint": "^1.0", "larastan/larastan": "^2.0|^3.1", - "nunomaduro/collision": "^7.11|^8.1.1", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "pestphp/pest": "^v2.30|^3.0", - "pestphp/pest-plugin-arch": "^2.0|^3.0", - "pestphp/pest-plugin-laravel": "^2.0|^3.1", + "nunomaduro/collision": "^7.11|^8.1.1|^9.0", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "pestphp/pest": "^v2.30|^3.0|^4.0", + "pestphp/pest-plugin-arch": "^2.0|^3.0|^4.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.1|^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", "phpstan/phpstan-phpunit": "^1.0|^2.0",