diff --git a/README.md b/README.md index 69c5e67..ad40356 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Either [PHP](https://php.net) 5.6+ is required. To get the latest version of Belongs-To-Through, simply require the project using [Composer](https://getcomposer.org): ```bash -$ composer require znck/belongs-to-through +$ composer require staudenmeir/belongs-to-through ``` Instead, you may of course manually update your require block and run `composer update` if you so choose: @@ -49,7 +49,7 @@ Instead, you may of course manually update your require block and run `composer ```json { "require": { - "znck/belongs-to-through": "^2.2" + "staudenmeir/belongs-to-through": "^2.2" } } ``` diff --git a/composer.json b/composer.json index 9f52dea..396bd55 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "znck/belongs-to-through", + "name": "staudenmeir/belongs-to-through", "description": "Adds belongsToThrough relation to laravel models", "keywords": [ "laravel", @@ -20,7 +20,7 @@ "satooshi/php-coveralls": "^1.0" }, "license": "MIT", - "homepage": "https://github.com/znck/belongs-to-through", + "homepage": "https://github.com/staudenmeir/belongs-to-through", "authors": [ { "name": "Rahul Kadyan",