diff --git a/composer.json b/composer.json index 29129b1..ab9ce3f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,13 @@ { "name": "codebyray/laravel-review-rateable", "description": "Review & Rating system for Laravel 10, 11 & 12", - "keywords": ["rating", "Ratable", "laravel", "Review-Rateable", "reviewable"], + "keywords": [ + "rating", + "Ratable", + "laravel", + "Review-Rateable", + "reviewable" + ], "license": "MIT", "authors": [ { @@ -19,13 +25,13 @@ ], "require": { "php": ">=8.1", - "illuminate/config": "^10.0 || ^11.0 || ^12.0", - "illuminate/database": "^10.0 || ^11.0 || ^12.0", - "illuminate/support": "^10.0 || ^11.0 || ^12.0" + "illuminate/config": "^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/database": "^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { - "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "pestphp/pest": "^1.20 || ^2.0 || ^3.0" + "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "pestphp/pest": "^1.20 || ^2.0 || ^3.0 || ^4.4" }, "autoload": { "psr-4": {