Skip to content

Commit

Permalink
Transfer ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Feb 1, 2019
1 parent 8ac53e9 commit 2ba1ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ 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:

```json
{
"require": {
"znck/belongs-to-through": "^2.2"
"staudenmeir/belongs-to-through": "^2.2"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "znck/belongs-to-through",
"name": "staudenmeir/belongs-to-through",
"description": "Adds belongsToThrough relation to laravel models",
"keywords": [
"laravel",
Expand All @@ -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",
Expand Down

0 comments on commit 2ba1ff7

Please sign in to comment.