diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 514d171..cdac572 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.2', '8.3'] - laravel: ['10.38', '10.46'] + laravel: ['10.38', '10.48', '11.0'] name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} steps: - name: Checkout diff --git a/Changelog.md b/Changelog.md index 95d9572..247bf84 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ - Dropped PHP 8.0 & PHP 8.1 Support - Dropped Laravel 9 Support - Added PHP 8.3 Support +- Added Laravel 11 Support - Changed minimum Laravel version to v10.38.2 ## 3.x Series diff --git a/composer.json b/composer.json index 3c8064b..8cc29c4 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ ], "require": { "php": "^8.2", - "cviebrock/eloquent-sluggable": "^10.0", - "illuminate/support": "^10.38", + "cviebrock/eloquent-sluggable": "^10.0|^11.0", + "illuminate/support": "^10.38|^11.0", "konekt/concord": "^1.13" }, "require-dev": { - "phpunit/phpunit": "^9.0|^10.0", - "orchestra/testbench": "^8.0" + "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^8.0|^9.0" }, "autoload": { "psr-4": {