diff --git a/composer.json b/composer.json index da39c7d..9e1f933 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -23,6 +23,11 @@ "name": "Daniel Berthereau", "email": "daniel.composer@berthereau.net", "role": "Contributor" + }, + { + "name": "Kevin Decherf", + "homepage": "https://kdecherf.com", + "role": "Contributor" } ], "require": {