Skip to content

Commit eeda63d

Browse files
authored
Merge pull request #40 from codebyray/master
Merge Master Branch
2 parents ce265f6 + 564d492 commit eeda63d

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 & 8. You can rate your models by:
2+
Review Rateable system for laravel 6, 7, 8 & 9. 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 7 & 8",
3+
"description": "Review & Rating system for Laravel 7, 8 & 9",
44
"keywords": ["rating", "Ratable", "laravel", "Review-Rateable", "reviewable"],
55
"license": "MIT",
66
"authors": [
@@ -18,12 +18,12 @@
1818
],
1919
"require": {
2020
"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"
21+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0",
26-
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
25+
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0|^9.5",
26+
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0|^5.0|^6.0|^7.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)