aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-10-16 10:51:53 +0200
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>2015-11-09 16:32:48 +0100
commitadd597bad95b30dbecab3aecc8362a1ccd427976 (patch)
tree1e4976f41fb043bea41c4db4544b42458eee3500 /composer.lock
parent03690d138792dde6405e3d2eb3c53f6572eb3c43 (diff)
downloadwallabag-add597bad95b30dbecab3aecc8362a1ccd427976.tar.gz
wallabag-add597bad95b30dbecab3aecc8362a1ccd427976.tar.zst
wallabag-add597bad95b30dbecab3aecc8362a1ccd427976.zip
Rework on export
- all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock27
1 files changed, 19 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index c634abbd..ae53a6d6 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3796,41 +3796,52 @@
3796 "time": "2015-11-05 12:49:06" 3796 "time": "2015-11-05 12:49:06"
3797 }, 3797 },
3798 { 3798 {
3799 "name": "wallabag/phpMobi", 3799 "name": "wallabag/php-mobi",
3800 "version": "1.0.0", 3800 "version": "1.0.1",
3801 "source": { 3801 "source": {
3802 "type": "git", 3802 "type": "git",
3803 "url": "https://github.com/wallabag/phpMobi.git", 3803 "url": "https://github.com/wallabag/phpMobi.git",
3804 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d" 3804 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
3805 }, 3805 },
3806 "dist": { 3806 "dist": {
3807 "type": "zip", 3807 "type": "zip",
3808 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d", 3808 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
3809 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d", 3809 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
3810 "shasum": "" 3810 "shasum": ""
3811 }, 3811 },
3812 "require": { 3812 "require": {
3813 "php": ">=5.3.0" 3813 "php": ">=5.3.0"
3814 }, 3814 },
3815 "replace": {
3816 "wallabag/phpmobi": "*"
3817 },
3815 "type": "library", 3818 "type": "library",
3816 "autoload": { 3819 "autoload": {
3817 "files": [ 3820 "files": [
3818 "MOBIClass/MOBI.php" 3821 "MOBIClass/MOBI.php"
3819 ] 3822 ]
3820 }, 3823 },
3824 "license": [
3825 "Apache-2.0"
3826 ],
3821 "authors": [ 3827 "authors": [
3822 { 3828 {
3829 "name": "Sander Kromwijk",
3830 "email": "s.kromwijk@gmail.co",
3831 "role": "Original developer"
3832 },
3833 {
3823 "name": "Nicolas Lœuillet", 3834 "name": "Nicolas Lœuillet",
3824 "email": "nicolas@loeuillet.org", 3835 "email": "nicolas@loeuillet.org",
3825 "homepage": "http://www.cdetc.fr" 3836 "homepage": "http://www.cdetc.fr"
3826 } 3837 }
3827 ], 3838 ],
3828 "description": "An experimental Mobipocket file creator in PHP.", 3839 "description": "A Mobipocket file (.mobi) creator in PHP.",
3829 "homepage": "https://github.com/wallabag/phpMobi", 3840 "homepage": "https://github.com/wallabag/phpMobi",
3830 "support": { 3841 "support": {
3831 "source": "https://github.com/wallabag/phpMobi/tree/1.0.0" 3842 "source": "https://github.com/wallabag/phpMobi/tree/1.0.1"
3832 }, 3843 },
3833 "time": "2015-01-19 12:43:17" 3844 "time": "2015-10-16 08:42:42"
3834 }, 3845 },
3835 { 3846 {
3836 "name": "willdurand/hateoas", 3847 "name": "willdurand/hateoas",