diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3148e2a..59b4cc7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,14 +8,12 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.1] - laravel: [10.*, 9.*] + php: [8.3, 8.2, 8.1] + laravel: [10.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} diff --git a/README.md b/README.md index 6747b97..bd9ddde 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https:// ## Requirements -* PHP 8.0+ -* Laravel 9.0 +* PHP 8.1+ +* Laravel 10.0 ## Installation diff --git a/composer.json b/composer.json index ff8d59f..2d6ff28 100644 --- a/composer.json +++ b/composer.json @@ -16,18 +16,18 @@ } ], "require": { - "php": "^8.1 || ^8.2", - "illuminate/support": "^9.0 || ^10.0" + "php": "^8.1 || ^8.2 || ^8.3", + "illuminate/support": " ^10.0" }, "require-dev": { "html2text/html2text": "^4.3", "jeremykendall/php-domain-parser": "^6.0", - "laravel/ui": "^3.0|^4.0", + "laravel/ui": "^4.0", "mockery/mockery": "^1.4.4", "moneyphp/money": "^3.3", "nesbot/carbon": "^2.66", - "orchestra/testbench": "^7.0 || ^8.0", - "phpunit/phpunit": "^9.5", + "orchestra/testbench": " ^8.0", + "phpunit/phpunit": "^10.4", "spatie/laravel-sitemap": "^6.0", "symfony/process": "^6.0" },