Skip to content

Commit

Permalink
Merge pull request #24 from izshreyansh/master
Browse files Browse the repository at this point in the history
Support for Laravel 8
  • Loading branch information
codebyray authored Nov 24, 2020
2 parents bc88636 + aa39169 commit 6499e25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 6499e25

Please sign in to comment.