diff --git a/composer.json b/composer.json index c77e28b..f815e1d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pixinvent/frest-html-laravel-jetstream", - "description": "A Laravel 9 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.", + "description": "A Laravel 10 package to easily switch TailwindCSS resources generated by Laravel Jetstream to Bootstrap 5.", "keywords": [ "laravel", "bootstrap", @@ -15,13 +15,13 @@ } ], "require": { - "php": "^7.3|^8.0", - "illuminate/support": "^8.0|^9.0" + "php": "^7.3|^8.0|^8.1", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { - "laravel/jetstream": "^2.3", - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^9.3" + "laravel/jetstream": "^2.3|^3.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", + "phpunit/phpunit": "^9.3|^10.0" }, "autoload": { "psr-4": {