Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
  • Loading branch information
Kdecherf committed Mar 22, 2020
1 parent 78546d9 commit ae4861e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "grandt/phpepub",
"name": "wallabag/phpepub",
"type": "library",
"description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
"keywords": ["epub", "e-book"],
"homepage": "https://github.com/Grandt/PHPePub",
"homepage": "https://github.com/wallabag/PHPePub",
"license": "LGPL-2.1",
"minimum-stability": "stable",
"authors": [
Expand All @@ -23,6 +23,11 @@
"name": "Daniel Berthereau",
"email": "daniel.composer@berthereau.net",
"role": "Contributor"
},
{
"name": "Kevin Decherf",
"homepage": "https://kdecherf.com",
"role": "Contributor"
}
],
"require": {
Expand Down

0 comments on commit ae4861e

Please sign in to comment.