X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.lock;h=9888e4c4204678e07d03352e014aaa240bcfec02;hb=6ad93dff69d7c2beb2196e73f641e6484fccbeb7;hp=3a13651179b5b878f9467b650af40b52b1047ce1;hpb=f3052b454277b2d54669943f7c0ca5d4b4af50ab;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.lock b/composer.lock index 3a136511..9888e4c4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a03a4e11f840a4f84f7f1a7b77c4eb94", + "hash": "7915fd3c1343f447145fb167b0bb4d36", "packages": [ { "name": "ezyang/htmlpurifier", @@ -257,6 +257,45 @@ ], "time": "2014-10-12 19:18:40" }, + { + "name": "htmlawed/htmlawed", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/kesar/HTMLawed.git", + "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233", + "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233", + "shasum": "" + }, + "require": { + "php": ">4.4.0" + }, + "type": "library", + "autoload": { + "files": [ + "htmLawed.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+", + "LGPL-3.0" + ], + "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", + "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", + "keywords": [ + "HTMLtidy", + "html", + "sanitize", + "strip", + "tags" + ], + "time": "2014-01-05 13:06:52" + }, { "name": "mgargano/simplehtmldom", "version": "dev-master", @@ -348,6 +387,117 @@ "description": "A lightweight implementation of CommonJS Promises/A for PHP", "time": "2014-12-30 13:32:42" }, + { + "name": "robmorgan/phinx", + "version": "v0.4.1", + "source": { + "type": "git", + "url": "https://github.com/robmorgan/phinx.git", + "reference": "357210707c000f50edea802d84b74724ad122478" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478", + "reference": "357210707c000f50edea802d84b74724ad122478", + "shasum": "" + }, + "require": { + "php": ">=5.3.2", + "symfony/class-loader": "~2.6.0", + "symfony/config": "~2.6.0", + "symfony/console": "~2.6.0", + "symfony/yaml": "~2.6.0" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "squizlabs/php_codesniffer": "dev-phpcs-fixer" + }, + "bin": [ + "bin/phinx" + ], + "type": "library", + "autoload": { + "psr-0": { + "Phinx": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rob Morgan", + "email": "robbym@gmail.com", + "homepage": "http://robmorgan.id.au", + "role": "Lead Developer" + } + ], + "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", + "homepage": "https://phinx.org", + "keywords": [ + "database", + "database migrations", + "db", + "migrations", + "phinx" + ], + "time": "2014-12-23 06:06:14" + }, + { + "name": "simplepie/simplepie", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/simplepie/simplepie.git", + "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252", + "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "SimplePie": "library" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ryan Parman", + "homepage": "http://ryanparman.com/", + "role": "Creator, alumnus developer" + }, + { + "name": "Geoffrey Sneddon", + "homepage": "http://gsnedders.com/", + "role": "Alumnus developer" + }, + { + "name": "Ryan McCue", + "email": "me@ryanmccue.info", + "homepage": "http://ryanmccue.info/", + "role": "Developer" + } + ], + "description": "A simple Atom/RSS parsing library for PHP", + "homepage": "http://simplepie.org/", + "keywords": [ + "atom", + "feeds", + "rss" + ], + "time": "2014-04-28 12:50:39" + }, { "name": "symfony/browser-kit", "version": "v2.6.3", @@ -403,6 +553,161 @@ "homepage": "http://symfony.com", "time": "2015-01-03 08:01:59" }, + { + "name": "symfony/class-loader", + "version": "v2.6.3", + "target-dir": "Symfony/Component/ClassLoader", + "source": { + "type": "git", + "url": "https://github.com/symfony/ClassLoader.git", + "reference": "deac802f76910708ab50d039806cfd1866895b52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/deac802f76910708ab50d039806cfd1866895b52", + "reference": "deac802f76910708ab50d039806cfd1866895b52", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/finder": "~2.0,>=2.0.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\ClassLoader\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "http://symfony.com", + "time": "2015-01-05 14:28:40" + }, + { + "name": "symfony/config", + "version": "v2.6.3", + "target-dir": "Symfony/Component/Config", + "source": { + "type": "git", + "url": "https://github.com/symfony/Config.git", + "reference": "d94f222eff99a22ce313555b78642b4873418d56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56", + "reference": "d94f222eff99a22ce313555b78642b4873418d56", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/filesystem": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Config\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony Config Component", + "homepage": "http://symfony.com", + "time": "2015-01-03 08:01:59" + }, + { + "name": "symfony/console", + "version": "v2.6.3", + "target-dir": "Symfony/Component/Console", + "source": { + "type": "git", + "url": "https://github.com/symfony/Console.git", + "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", + "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.1", + "symfony/process": "~2.1" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Console\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony Console Component", + "homepage": "http://symfony.com", + "time": "2015-01-06 17:50:02" + }, { "name": "symfony/css-selector", "version": "v2.6.3", @@ -1182,6 +1487,116 @@ "homepage": "http://symfony.com", "time": "2015-01-05 14:28:40" }, + { + "name": "symfony/yaml", + "version": "v2.6.3", + "target-dir": "Symfony/Component/Yaml", + "source": { + "type": "git", + "url": "https://github.com/symfony/Yaml.git", + "reference": "82462a90848a52c2533aa6b598b107d68076b018" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", + "reference": "82462a90848a52c2533aa6b598b107d68076b018", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Yaml\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony Yaml Component", + "homepage": "http://symfony.com", + "time": "2015-01-03 15:33:07" + }, + { + "name": "tecnick.com/tcpdf", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ba2afad72c6191bfed735dfa357bcaf3f225f52b", + "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "fonts", + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPLv3" + ], + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "homepage": "http://nicolaasuni.tecnick.com" + } + ], + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "homepage": "http://www.tcpdf.org/", + "keywords": [ + "PDFD32000-2008", + "TCPDF", + "barcodes", + "datamatrix", + "pdf", + "pdf417", + "qrcode" + ], + "time": "2015-01-08 18:35:22" + }, { "name": "twig/extensions", "version": "v1.0.1", @@ -1336,6 +1751,80 @@ "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.", "time": "2013-02-14 16:41:48" }, + { + "name": "wallabag/Fivefilters_Libraries", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/Fivefilters_Libraries.git", + "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/Fivefilters_Libraries/zipball/93b5469d6036a68ce60f126f8430b3e1fbf1562f", + "reference": "93b5469d6036a68ce60f126f8430b3e1fbf1562f", + "shasum": "" + }, + "type": "library", + "authors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr" + } + ], + "description": "Libraries from @fivefilters.", + "homepage": "https://github.com/wallabag/Fivefilters_Libraries", + "support": { + "source": "https://github.com/wallabag/Fivefilters_Libraries/tree/master", + "issues": "https://github.com/wallabag/Fivefilters_Libraries/issues" + }, + "time": "2015-01-19 20:19:28" + }, + { + "name": "wallabag/PHPePub", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/PHPePub.git", + "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512", + "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "EPub.php", + "EPub.HtmlEntities.php", + "EPub.NCX.php", + "EPub.OPF.php", + "EPubChapterSplitter.php", + "lib.uuid.php", + "Logger.php", + "Zip.php" + ] + }, + "authors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr" + } + ], + "description": "PHP Classes for dynamically generating EPub files.", + "homepage": "https://github.com/wallabag/PHPePub", + "support": { + "source": "https://github.com/wallabag/PHPePub/tree/master" + }, + "time": "2015-01-19 11:44:19" + }, { "name": "wallabag/kriss_php5", "version": "dev-master", @@ -1455,6 +1944,98 @@ "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master" }, "time": "2015-01-18 19:51:55" + }, + { + "name": "wallabag/php-readability", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/php-readability.git", + "reference": "a37a1482b9964ae1804dbed0bffa00988523c387" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387", + "reference": "a37a1482b9964ae1804dbed0bffa00988523c387", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Readability": "" + } + }, + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Keyvan Minoukadeh", + "email": "keyvan@keyvan.net", + "homepage": "http://keyvan.net", + "role": "Developer (ported original JS code to PHP)" + }, + { + "name": "Arc90", + "homepage": "http://arc90.com", + "role": "Developer (original JS version)" + } + ], + "description": "Automatic article extraction from HTML", + "homepage": "https://github.com/wallabag/php-readability", + "keywords": [ + "article", + "article extraction", + "content", + "content extraction", + "extraction", + "html" + ], + "support": { + "source": "https://github.com/wallabag/php-readability/tree/master", + "issues": "https://github.com/wallabag/php-readability/issues" + }, + "time": "2015-01-19 12:25:38" + }, + { + "name": "wallabag/phpMobi", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/wallabag/phpMobi.git", + "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d", + "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "files": [ + "MOBIClass/MOBI.php" + ] + }, + "authors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr" + } + ], + "description": "An experimental Mobipocket file creator in PHP.", + "homepage": "https://github.com/wallabag/phpMobi", + "support": { + "source": "https://github.com/wallabag/phpMobi/tree/master" + }, + "time": "2015-01-19 12:43:17" } ], "packages-dev": [ @@ -1823,53 +2404,6 @@ "xunit" ], "time": "2013-01-13 10:24:48" - }, - { - "name": "symfony/yaml", - "version": "v2.6.3", - "target-dir": "Symfony/Component/Yaml", - "source": { - "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "82462a90848a52c2533aa6b598b107d68076b018" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", - "reference": "82462a90848a52c2533aa6b598b107d68076b018", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev" - } - }, - "autoload": { - "psr-0": { - "Symfony\\Component\\Yaml\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Symfony Yaml Component", - "homepage": "http://symfony.com", - "time": "2015-01-03 15:33:07" } ], "aliases": [], @@ -1878,9 +2412,16 @@ "fabpot/goutte": 20, "ezyang/htmlpurifier": 20, "mgargano/simplehtmldom": 20, + "tecnick.com/tcpdf": 20, + "simplepie/simplepie": 20, + "htmlawed/htmlawed": 20, "wallabag/php-flash-messages": 20, "wallabag/kriss_php5": 20, - "wallabag/pagination": 20 + "wallabag/pagination": 20, + "wallabag/phpepub": 20, + "wallabag/php-readability": 20, + "wallabag/phpmobi": 20, + "wallabag/fivefilters_libraries": 20 }, "prefer-stable": false, "prefer-lowest": false,