Skip to content

Commit 06be010

Browse files
authored
Merge pull request #19 from sundarocs/laravel-version-fix
Laravel version fix
2 parents a215f8b + 7a7626e commit 06be010

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can also set whether the model being rated is recommended.
1313
First, pull in the package through Composer.
1414

1515
```
16-
composer require codebyray/laravel-review-rateable
16+
composer require sundarocs/laravel-review-rateable
1717
```
1818

1919
And then include the service provider within `app/config/app.php`. Note: If you are running Laravel 5.5+ this will be auto loaded for you.

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
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": {
1420
"php" : "^7.2",
15-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"|^7.0",
16-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0""
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",
23+
"codebyray/laravel-review-rateable": "dev-laravel-version-fix"
1724
},
1825
"require-dev": {
1926
"phpunit/phpunit": "^6.3|^7.0|^8.0",

0 commit comments

Comments
 (0)