From 99410a21eb261f50234cc4148323a52b345e15e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 19 Jan 2015 13:00:33 +0100 Subject: phpepub via composer --- composer.lock | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 64f86e3d..b1a864b9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "256d4b68ab2de1b3aa0dea820f3acdb0", + "hash": "376dd2761a2a44043b834a7cb5897e37", "packages": [ { "name": "ezyang/htmlpurifier", @@ -1595,6 +1595,50 @@ "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", "time": "2013-02-14 16:41:48" }, + { + "name": "wallabag/PHPePub", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/PHPePub.git", + "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512", + "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "EPub.php", + "EPub.HtmlEntities.php", + "EPub.NCX.php", + "EPub.OPF.php", + "EPubChapterSplitter.php", + "lib.uuid.php", + "Logger.php", + "Zip.php" + ] + }, + "authors": [ + { + "name": "Nicolas LÅ“uillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr" + } + ], + "description": "PHP Classes for dynamically generating EPub files.", + "homepage": "https://github.com/wallabag/PHPePub", + "support": { + "source": "https://github.com/wallabag/PHPePub/tree/master" + }, + "time": "2015-01-19 11:44:19" + }, { "name": "wallabag/kriss_php5", "version": "dev-master", @@ -2092,7 +2136,8 @@ "mgargano/simplehtmldom": 20, "wallabag/php-flash-messages": 20, "wallabag/kriss_php5": 20, - "wallabag/pagination": 20 + "wallabag/pagination": 20, + "wallabag/phpepub": 20 }, "prefer-stable": false, "prefer-lowest": false, -- cgit v1.2.3