Skip to content

Commit

Permalink
Merge pull request #1 from dungnh/update_package_info
Browse files Browse the repository at this point in the history
update package info
  • Loading branch information
dungnh authored Feb 24, 2020
2 parents d452cc6 + 4d976f8 commit 4639c6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

``` bash
$ composer require artisanry/commentable
$ composer require coliving/commentable
```

To get started, you'll need to publish the vendor assets and migrate:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artisanry/commentable",
"description": "Commentable Polymorphic Eloquent Models for for Laravel 5",
"name": "coliving/commentable",
"description": "Commentable Polymorphic Eloquent Models for for Laravel 5. This is fork from artisanry/commentable as it's abandoned",
"keywords": [
"laravel",
"framework",
Expand All @@ -9,9 +9,9 @@
],
"license": "MPL-2.0",
"authors": [{
"name": "Brian Faust",
"email": "[email protected]",
"homepage": "https://basecode.sh"
"name": "Dzung Nguyen",
"email": "[email protected]",
"homepage": "https://coliving.com"
}],
"require": {
"php": "^7.2",
Expand Down

0 comments on commit 4639c6c

Please sign in to comment.