diff --git a/README.md b/README.md index 473b10f..148353e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Laravel Review Rateable -Review Rateable system for laravel 5, 6 & 7. You can rate your models by: +Review Rateable system for laravel 5, 6, 7 & 8. You can rate your models by: - Overall Rating - Customer Service Rating - Quality Rating diff --git a/composer.json b/composer.json index daee397..2a1f6e4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "codebyray/laravel-review-rateable", - "description": "Review & Rating system for Laravel 5", + "description": "Review & Rating system for Laravel 7", "keywords": ["rating", "Ratable", "laravel", "Review-Rateable", "reviewable"], "license": "MIT", "authors": [ @@ -17,12 +17,12 @@ } ], "require": { - "php" : "^7.2", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" + "php" : "^7.3", + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.3|^7.0|^8.0", + "phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0", "orchestra/testbench": "~3.5.0|~3.6.0|^4.0" }, "autoload": {