From add597bad95b30dbecab3aecc8362a1ccd427976 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 16 Oct 2015 10:51:53 +0200 Subject: Rework on export - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests --- composer.lock | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index c634abbd..ae53a6d6 100644 --- a/composer.lock +++ b/composer.lock @@ -3796,41 +3796,52 @@ "time": "2015-11-05 12:49:06" }, { - "name": "wallabag/phpMobi", - "version": "1.0.0", + "name": "wallabag/php-mobi", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/wallabag/phpMobi.git", - "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d" + "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d", - "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d", + "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487", + "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "replace": { + "wallabag/phpmobi": "*" + }, "type": "library", "autoload": { "files": [ "MOBIClass/MOBI.php" ] }, + "license": [ + "Apache-2.0" + ], "authors": [ + { + "name": "Sander Kromwijk", + "email": "s.kromwijk@gmail.co", + "role": "Original developer" + }, { "name": "Nicolas LÅ“uillet", "email": "nicolas@loeuillet.org", "homepage": "http://www.cdetc.fr" } ], - "description": "An experimental Mobipocket file creator in PHP.", + "description": "A Mobipocket file (.mobi) creator in PHP.", "homepage": "https://github.com/wallabag/phpMobi", "support": { - "source": "https://github.com/wallabag/phpMobi/tree/1.0.0" + "source": "https://github.com/wallabag/phpMobi/tree/1.0.1" }, - "time": "2015-01-19 12:43:17" + "time": "2015-10-16 08:42:42" }, { "name": "willdurand/hateoas", -- cgit v1.2.3