Skip to content

Commit d0febe5

Browse files
committed
Merge branch 'master' into develop
2 parents d1cc7a9 + aaea8e7 commit d0febe5

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-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. and 6. 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: 11 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": [
@@ -10,13 +10,19 @@
1010
}
1111
],
1212
"minimum-stability": "dev",
13+
"repositories": [
14+
{
15+
"type": "vcs",
16+
"url": "http://github.com/sundarocs/laravel-review-rateable"
17+
}
18+
],
1319
"require": {
14-
"php" : "^7.2",
15-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
16-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
20+
"php" : "^7.3|^8.0",
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"
1723
},
1824
"require-dev": {
19-
"phpunit/phpunit": "^6.3|^7.0|^8.0",
25+
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0",
2026
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
2127
},
2228
"autoload": {

0 commit comments

Comments
 (0)