File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You can also set whether the model being rated is recommended.
1313First, pull in the package through Composer.
1414
1515```
16- composer require codebyray /laravel-review-rateable
16+ composer require sundarocs /laravel-review-rateable
1717```
1818
1919And 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments