diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-03-30 10:14:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 10:14:19 +0200 |
commit | d31f70bfac9cfcf232b72b8efb3ac63d31f073dc (patch) | |
tree | 45407a471095b3bc731115039dd6bdfbc1af81c0 | |
parent | bbf909ae6e63e7d19617d7e481dafbb9efd8bf45 (diff) | |
parent | 9d196fcc157d2c9e852396dbc8fcd7e0407358ab (diff) | |
download | wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.tar.gz wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.tar.zst wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.zip |
Merge pull request #4302 from wallabag/9f88d2f8
Replace grandt/phpepub with wallabag version
-rw-r--r-- | composer.json | 11 | ||||
-rw-r--r-- | 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 @@ | |||
73 | "friendsofsymfony/oauth-server-bundle": "^1.5", | 73 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
74 | "stof/doctrine-extensions-bundle": "^1.2", | 74 | "stof/doctrine-extensions-bundle": "^1.2", |
75 | "scheb/two-factor-bundle": "^4.4", | 75 | "scheb/two-factor-bundle": "^4.4", |
76 | "grandt/phpepub": "dev-master", | 76 | "wallabag/phpepub": "^4.0.7.2", |
77 | "wallabag/php-mobi": "~1.0", | 77 | "wallabag/php-mobi": "~1.0", |
78 | "kphoen/rulerz-bundle": "~0.13", | 78 | "kphoen/rulerz-bundle": "~0.13", |
79 | "guzzlehttp/guzzle": "^5.3.1", | 79 | "guzzlehttp/guzzle": "^5.3.1", |
@@ -161,12 +161,5 @@ | |||
161 | } | 161 | } |
162 | }, | 162 | }, |
163 | "minimum-stability": "dev", | 163 | "minimum-stability": "dev", |
164 | "prefer-stable": true, | 164 | "prefer-stable": true |
165 | "repositories": [ | ||
166 | { | ||
167 | "type": "vcs", | ||
168 | "url": "https://github.com/Daniel-KM/PHPePub", | ||
169 | "comment": "The most up-to-date PHPePub as of now" | ||
170 | } | ||
171 | ] | ||
172 | } | 165 | } |
diff --git a/composer.lock b/composer.lock index 6a531373..90cab205 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "4458551b4c0cddd988d7bbbc76dc38dc", | 7 | "content-hash": "60ce056a3ba44dfa4e039261a2326ae9", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "bdunogier/guzzle-site-authenticator", | 10 | "name": "bdunogier/guzzle-site-authenticator", |
@@ -2280,69 +2280,6 @@ | |||
2280 | "time": "2015-08-13T06:14:41+00:00" | 2280 | "time": "2015-08-13T06:14:41+00:00" |
2281 | }, | 2281 | }, |
2282 | { | 2282 | { |
2283 | "name": "grandt/phpepub", | ||
2284 | "version": "dev-master", | ||
2285 | "source": { | ||
2286 | "type": "git", | ||
2287 | "url": "https://github.com/Daniel-KM/PHPePub.git", | ||
2288 | "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3" | ||
2289 | }, | ||
2290 | "dist": { | ||
2291 | "type": "zip", | ||
2292 | "url": "https://api.github.com/repos/Daniel-KM/PHPePub/zipball/78546d9a49d59ad9a32b13f3d95cc2f548add1c3", | ||
2293 | "reference": "78546d9a49d59ad9a32b13f3d95cc2f548add1c3", | ||
2294 | "shasum": "" | ||
2295 | }, | ||
2296 | "require": { | ||
2297 | "grandt/phpresizegif": "~1.0.3", | ||
2298 | "grandt/relativepath": "~1.0.1", | ||
2299 | "masterminds/html5": "~2.3", | ||
2300 | "php": ">=5.3.0", | ||
2301 | "phpzip/phpzip": "~2.0.7" | ||
2302 | }, | ||
2303 | "type": "library", | ||
2304 | "autoload": { | ||
2305 | "psr-4": { | ||
2306 | "PHPePub\\": "src/PHPePub" | ||
2307 | }, | ||
2308 | "classmap": [ | ||
2309 | "src/lib.uuid.php" | ||
2310 | ] | ||
2311 | }, | ||
2312 | "license": [ | ||
2313 | "LGPL-2.1" | ||
2314 | ], | ||
2315 | "authors": [ | ||
2316 | { | ||
2317 | "name": "A. Grandt", | ||
2318 | "email": "php@grandt.com", | ||
2319 | "homepage": "http://grandt.com", | ||
2320 | "role": "Developer" | ||
2321 | }, | ||
2322 | { | ||
2323 | "name": "An, Hyeong-woo", | ||
2324 | "email": "mail@mytory.net", | ||
2325 | "homepage": "https://mytory.net", | ||
2326 | "role": "Contributor" | ||
2327 | }, | ||
2328 | { | ||
2329 | "name": "Daniel Berthereau", | ||
2330 | "email": "daniel.composer@berthereau.net", | ||
2331 | "role": "Contributor" | ||
2332 | } | ||
2333 | ], | ||
2334 | "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", | ||
2335 | "homepage": "https://github.com/Grandt/PHPePub", | ||
2336 | "keywords": [ | ||
2337 | "e-book", | ||
2338 | "epub" | ||
2339 | ], | ||
2340 | "support": { | ||
2341 | "source": "https://github.com/Daniel-KM/PHPePub/tree/master" | ||
2342 | }, | ||
2343 | "time": "2018-10-21T22:00:00+00:00" | ||
2344 | }, | ||
2345 | { | ||
2346 | "name": "grandt/phpresizegif", | 2283 | "name": "grandt/phpresizegif", |
2347 | "version": "1.0.3", | 2284 | "version": "1.0.3", |
2348 | "source": { | 2285 | "source": { |
@@ -7863,7 +7800,7 @@ | |||
7863 | ], | 7800 | ], |
7864 | "authors": [ | 7801 | "authors": [ |
7865 | { | 7802 | { |
7866 | "name": "Sebastien Malot", | 7803 | "name": "Sebastien MALOT", |
7867 | "email": "sebastien@malot.fr" | 7804 | "email": "sebastien@malot.fr" |
7868 | } | 7805 | } |
7869 | ], | 7806 | ], |
@@ -9424,8 +9361,8 @@ | |||
9424 | "authors": [ | 9361 | "authors": [ |
9425 | { | 9362 | { |
9426 | "name": "Sander Kromwijk", | 9363 | "name": "Sander Kromwijk", |
9427 | "email": "s.kromwijk@gmail.co", | 9364 | "role": "Original developer", |
9428 | "role": "Original developer" | 9365 | "email": "s.kromwijk@gmail.co" |
9429 | }, | 9366 | }, |
9430 | { | 9367 | { |
9431 | "name": "Nicolas Lœuillet", | 9368 | "name": "Nicolas Lœuillet", |
@@ -9438,6 +9375,72 @@ | |||
9438 | "time": "2019-08-08T12:26:23+00:00" | 9375 | "time": "2019-08-08T12:26:23+00:00" |
9439 | }, | 9376 | }, |
9440 | { | 9377 | { |
9378 | "name": "wallabag/phpepub", | ||
9379 | "version": "4.0.7.2", | ||
9380 | "source": { | ||
9381 | "type": "git", | ||
9382 | "url": "https://github.com/wallabag/PHPePub.git", | ||
9383 | "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518" | ||
9384 | }, | ||
9385 | "dist": { | ||
9386 | "type": "zip", | ||
9387 | "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/ae4861e970fed1c6ae9ed85eefe03ac7c0113518", | ||
9388 | "reference": "ae4861e970fed1c6ae9ed85eefe03ac7c0113518", | ||
9389 | "shasum": "" | ||
9390 | }, | ||
9391 | "require": { | ||
9392 | "grandt/phpresizegif": "~1.0.3", | ||
9393 | "grandt/relativepath": "~1.0.1", | ||
9394 | "masterminds/html5": "~2.3", | ||
9395 | "php": ">=5.3.0", | ||
9396 | "phpzip/phpzip": "~2.0.7" | ||
9397 | }, | ||
9398 | "type": "library", | ||
9399 | "autoload": { | ||
9400 | "psr-4": { | ||
9401 | "PHPePub\\": "src/PHPePub" | ||
9402 | }, | ||
9403 | "classmap": [ | ||
9404 | "src/lib.uuid.php" | ||
9405 | ] | ||
9406 | }, | ||
9407 | "notification-url": "https://packagist.org/downloads/", | ||
9408 | "license": [ | ||
9409 | "LGPL-2.1" | ||
9410 | ], | ||
9411 | "authors": [ | ||
9412 | { | ||
9413 | "name": "A. Grandt", | ||
9414 | "email": "php@grandt.com", | ||
9415 | "homepage": "http://grandt.com", | ||
9416 | "role": "Developer" | ||
9417 | }, | ||
9418 | { | ||
9419 | "name": "An, Hyeong-woo", | ||
9420 | "email": "mail@mytory.net", | ||
9421 | "homepage": "https://mytory.net", | ||
9422 | "role": "Contributor" | ||
9423 | }, | ||
9424 | { | ||
9425 | "name": "Daniel Berthereau", | ||
9426 | "email": "daniel.composer@berthereau.net", | ||
9427 | "role": "Contributor" | ||
9428 | }, | ||
9429 | { | ||
9430 | "name": "Kevin Decherf", | ||
9431 | "homepage": "https://kdecherf.com", | ||
9432 | "role": "Contributor" | ||
9433 | } | ||
9434 | ], | ||
9435 | "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.", | ||
9436 | "homepage": "https://github.com/wallabag/PHPePub", | ||
9437 | "keywords": [ | ||
9438 | "e-book", | ||
9439 | "epub" | ||
9440 | ], | ||
9441 | "time": "2020-03-22T16:24:31+00:00" | ||
9442 | }, | ||
9443 | { | ||
9441 | "name": "wallabag/tcpdf", | 9444 | "name": "wallabag/tcpdf", |
9442 | "version": "6.2.26", | 9445 | "version": "6.2.26", |
9443 | "source": { | 9446 | "source": { |
@@ -9627,7 +9630,7 @@ | |||
9627 | "email": "adrien.brault@gmail.com" | 9630 | "email": "adrien.brault@gmail.com" |
9628 | }, | 9631 | }, |
9629 | { | 9632 | { |
9630 | "name": "William DURAND", | 9633 | "name": "William Durand", |
9631 | "email": "william.durand1@gmail.com" | 9634 | "email": "william.durand1@gmail.com" |
9632 | } | 9635 | } |
9633 | ], | 9636 | ], |
@@ -9677,7 +9680,7 @@ | |||
9677 | ], | 9680 | ], |
9678 | "authors": [ | 9681 | "authors": [ |
9679 | { | 9682 | { |
9680 | "name": "William DURAND", | 9683 | "name": "William Durand", |
9681 | "email": "william.durand1@gmail.com" | 9684 | "email": "william.durand1@gmail.com" |
9682 | } | 9685 | } |
9683 | ], | 9686 | ], |
@@ -11521,7 +11524,6 @@ | |||
11521 | "aliases": [], | 11524 | "aliases": [], |
11522 | "minimum-stability": "dev", | 11525 | "minimum-stability": "dev", |
11523 | "stability-flags": { | 11526 | "stability-flags": { |
11524 | "grandt/phpepub": 20, | ||
11525 | "predis/predis": 20 | 11527 | "predis/predis": 20 |
11526 | }, | 11528 | }, |
11527 | "prefer-stable": true, | 11529 | "prefer-stable": true, |