diff --git a/README.md b/README.md index 3539b10..32c2a4c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can also set whether the model being rated is recommended. First, pull in the package through Composer. ``` -composer require codebyray/laravel-review-rateable +composer require sundarocs/laravel-review-rateable ``` 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. diff --git a/composer.json b/composer.json index 9d48af2..b7ca27f 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,17 @@ } ], "minimum-stability": "dev", + "repositories": [ + { + "type": "vcs", + "url": "http://github.com/sundarocs/laravel-review-rateable" + } + ], "require": { "php" : "^7.2", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"|^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", + "codebyray/laravel-review-rateable": "dev-laravel-version-fix" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0|^8.0",