Skip to content

Commit

Permalink
Merge pull request #43 from Mo7sin/master
Browse files Browse the repository at this point in the history
Update to laravel 7
  • Loading branch information
willvincent authored Apr 10, 2020
2 parents f8d8a61 + 4a366fd commit 9e51eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![Total Downloads](https://poser.pugx.org/willvincent/laravel-rateable/downloads.svg)](https://packagist.org/packages/willvincent/laravel-rateable) [![Monthly Downloads](https://poser.pugx.org/willvincent/laravel-rateable/d/monthly.png)](https://packagist.org/packages/willvincent/laravel-rateable) [![Daily Downloads](https://poser.pugx.org/willvincent/laravel-rateable/d/daily.png)](https://packagist.org/packages/willvincent/laravel-rateable)

Provides a trait to allow rating of any Eloquent models within your app for Laravel 6.
Provides a trait to allow rating of any Eloquent models within your app for Laravel 7.

Ratings could be fivestar style, or simple +1/-1 style.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rating",
"vote",
"fivestar",
"laravel 6"
"laravel 7"
],
"license": "MIT",
"authors": [
Expand All @@ -18,8 +18,8 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "~6.0",
"illuminate/database": "~6.0"
"illuminate/support": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0"

},
"require-dev": {
Expand Down

0 comments on commit 9e51eda

Please sign in to comment.