diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 27 |
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", |