forked from suretarget/Laravel-Commentable
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dungnh/update_package_info
update package info
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|