From 9d196fcc157d2c9e852396dbc8fcd7e0407358ab Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 28 Mar 2020 18:39:56 +0100 Subject: composer: replace grandt/phpepub with wallabag version Signed-off-by: Kevin Decherf --- composer.json | 11 +---- composer.lock | 142 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 74 insertions(+), 79 deletions(-) diff --git a/composer.json b/composer.json index bfe287c4..0b228222 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "friendsofsymfony/oauth-server-bundle": "^1.5", "stof/doctrine-extensions-bundle": "^1.2", "scheb/two-factor-bundle": "^4.4", - "grandt/phpepub": "dev-master", + "wallabag/phpepub": "^4.0.7.2", "wallabag/php-mobi": "~1.0", "kphoen/rulerz-bundle": "~0.13", "guzzlehttp/guzzle": "^5.3.1", @@ -161,12 +161,5 @@ } }, "minimum-stability": "dev", - "prefer-stable": true, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/Daniel-KM/PHPePub", - "comment": "The most up-to-date PHPePub as of now" - } - ] + "prefer-stable": true } diff --git a/composer.lock b/composer.lock index e0231ac8..9f63e3b4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4458551b4c0cddd988d7bbbc76dc38dc", + "content-hash": "60ce056a3ba44dfa4e039261a2326ae9", "packages": [ { "name": "bdunogier/guzzle-site-authenticator", @@ -2278,69 +2278,6 @@ ], "time": "2015-08-13T06:14:41+00:00" }, - { - "name": "grandt/phpepub", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/Daniel-KM/PHPePub.git", - "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3", - "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3", - "shasum": "" - }, - "require": { - "grandt/phpresizegif": "~1.0.3", - "grandt/relativepath": "~1.0.1", - "masterminds/html5": "~2.3", - "php": ">=5.3.0", - "phpzip/phpzip": "~2.0.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPePub\\": "src/PHPePub" - }, - "classmap": [ - "src/lib.uuid.php" - ] - }, - "license": [ - "LGPL-2.1" - ], - "authors": [ - { - "name": "A. Grandt", - "email": "php@grandt.com", - "homepage": "http://grandt.com", - "role": "Developer" - }, - { - "name": "An, Hyeong-woo", - "email": "mail@mytory.net", - "homepage": "https://mytory.net", - "role": "Contributor" - }, - { - "name": "Daniel Berthereau", - "email": "daniel.composer@berthereau.net", - "role": "Contributor" - } - ], - "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", - "homepage": "https://github.com/Grandt/PHPePub", - "keywords": [ - "e-book", - "epub" - ], - "support": { - "source": "https://github.com/Daniel-KM/PHPePub/tree/master" - }, - "time": "2018-10-21T22:00:00+00:00" - }, { "name": "grandt/phpresizegif", "version": "1.0.3", @@ -7862,7 +7799,7 @@ ], "authors": [ { - "name": "Sebastien Malot", + "name": "Sebastien MALOT", "email": "sebastien@malot.fr" } ], @@ -9423,8 +9360,8 @@ "authors": [ { "name": "Sander Kromwijk", - "email": "s.kromwijk@gmail.co", - "role": "Original developer" + "role": "Original developer", + "email": "s.kromwijk@gmail.co" }, { "name": "Nicolas LÅ“uillet", @@ -9436,6 +9373,72 @@ "homepage": "https://github.com/wallabag/php-mobi", "time": "2019-08-08T12:26:23+00:00" }, + { + "name": "wallabag/phpepub", + "version": "4.0.7.2", + "source": { + "type": "git", + "url": "https://github.com/wallabag/PHPePub.git", + "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518", + "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518", + "shasum": "" + }, + "require": { + "grandt/phpresizegif": "~1.0.3", + "grandt/relativepath": "~1.0.1", + "masterminds/html5": "~2.3", + "php": ">=5.3.0", + "phpzip/phpzip": "~2.0.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPePub\\": "src/PHPePub" + }, + "classmap": [ + "src/lib.uuid.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "A. Grandt", + "email": "php@grandt.com", + "homepage": "http://grandt.com", + "role": "Developer" + }, + { + "name": "An, Hyeong-woo", + "email": "mail@mytory.net", + "homepage": "https://mytory.net", + "role": "Contributor" + }, + { + "name": "Daniel Berthereau", + "email": "daniel.composer@berthereau.net", + "role": "Contributor" + }, + { + "name": "Kevin Decherf", + "homepage": "https://kdecherf.com", + "role": "Contributor" + } + ], + "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", + "homepage": "https://github.com/wallabag/PHPePub", + "keywords": [ + "e-book", + "epub" + ], + "time": "2020-03-22T16:24:31+00:00" + }, { "name": "wallabag/tcpdf", "version": "6.2.26", @@ -9626,7 +9629,7 @@ "email": "adrien.brault@gmail.com" }, { - "name": "William DURAND", + "name": "William Durand", "email": "william.durand1@gmail.com" } ], @@ -9676,7 +9679,7 @@ ], "authors": [ { - "name": "William DURAND", + "name": "William Durand", "email": "william.durand1@gmail.com" } ], @@ -11520,7 +11523,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "grandt/phpepub": 20, "predis/predis": 20 }, "prefer-stable": true, -- cgit v1.2.3