diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 49 |
1 files changed, 47 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index 64f86e3d..b1a864b9 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "hash": "256d4b68ab2de1b3aa0dea820f3acdb0", | 7 | "hash": "376dd2761a2a44043b834a7cb5897e37", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "ezyang/htmlpurifier", | 10 | "name": "ezyang/htmlpurifier", |
@@ -1596,6 +1596,50 @@ | |||
1596 | "time": "2013-02-14 16:41:48" | 1596 | "time": "2013-02-14 16:41:48" |
1597 | }, | 1597 | }, |
1598 | { | 1598 | { |
1599 | "name": "wallabag/PHPePub", | ||
1600 | "version": "dev-master", | ||
1601 | "source": { | ||
1602 | "type": "git", | ||
1603 | "url": "https://github.com/wallabag/PHPePub.git", | ||
1604 | "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512" | ||
1605 | }, | ||
1606 | "dist": { | ||
1607 | "type": "zip", | ||
1608 | "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512", | ||
1609 | "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512", | ||
1610 | "shasum": "" | ||
1611 | }, | ||
1612 | "require": { | ||
1613 | "php": ">=5.3.0" | ||
1614 | }, | ||
1615 | "type": "library", | ||
1616 | "autoload": { | ||
1617 | "classmap": [ | ||
1618 | "EPub.php", | ||
1619 | "EPub.HtmlEntities.php", | ||
1620 | "EPub.NCX.php", | ||
1621 | "EPub.OPF.php", | ||
1622 | "EPubChapterSplitter.php", | ||
1623 | "lib.uuid.php", | ||
1624 | "Logger.php", | ||
1625 | "Zip.php" | ||
1626 | ] | ||
1627 | }, | ||
1628 | "authors": [ | ||
1629 | { | ||
1630 | "name": "Nicolas LÅ“uillet", | ||
1631 | "email": "nicolas@loeuillet.org", | ||
1632 | "homepage": "http://www.cdetc.fr" | ||
1633 | } | ||
1634 | ], | ||
1635 | "description": "PHP Classes for dynamically generating EPub files.", | ||
1636 | "homepage": "https://github.com/wallabag/PHPePub", | ||
1637 | "support": { | ||
1638 | "source": "https://github.com/wallabag/PHPePub/tree/master" | ||
1639 | }, | ||
1640 | "time": "2015-01-19 11:44:19" | ||
1641 | }, | ||
1642 | { | ||
1599 | "name": "wallabag/kriss_php5", | 1643 | "name": "wallabag/kriss_php5", |
1600 | "version": "dev-master", | 1644 | "version": "dev-master", |
1601 | "source": { | 1645 | "source": { |
@@ -2092,7 +2136,8 @@ | |||
2092 | "mgargano/simplehtmldom": 20, | 2136 | "mgargano/simplehtmldom": 20, |
2093 | "wallabag/php-flash-messages": 20, | 2137 | "wallabag/php-flash-messages": 20, |
2094 | "wallabag/kriss_php5": 20, | 2138 | "wallabag/kriss_php5": 20, |
2095 | "wallabag/pagination": 20 | 2139 | "wallabag/pagination": 20, |
2140 | "wallabag/phpepub": 20 | ||
2096 | }, | 2141 | }, |
2097 | "prefer-stable": false, | 2142 | "prefer-stable": false, |
2098 | "prefer-lowest": false, | 2143 | "prefer-lowest": false, |