Skip to content

Commit 6499e25

Browse files
authored
Merge pull request #24 from izshreyansh/master
Support for Laravel 8
2 parents bc88636 + aa39169 commit 6499e25

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Review Rateable
2-
Review Rateable system for laravel 5, 6 & 7. You can rate your models by:
2+
Review Rateable system for laravel 5, 6, 7 & 8. You can rate your models by:
33
- Overall Rating
44
- Customer Service Rating
55
- Quality Rating

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebyray/laravel-review-rateable",
3-
"description": "Review & Rating system for Laravel 5",
3+
"description": "Review & Rating system for Laravel 7",
44
"keywords": ["rating", "Ratable", "laravel", "Review-Rateable", "reviewable"],
55
"license": "MIT",
66
"authors": [
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^7.2",
21-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
22-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
20+
"php" : "^7.3",
21+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
22+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.3|^7.0|^8.0",
25+
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0",
2626
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)