2013-08-03 18:47:17 +00:00
|
|
|
{
|
2015-01-16 19:45:23 +00:00
|
|
|
"name": "wallabag/wallabag",
|
|
|
|
"type": "project",
|
|
|
|
"description": "open source self hostable read-it-later web application",
|
|
|
|
"keywords": ["read-it-later","read it later"],
|
|
|
|
"homepage": "https://github.com/wallabag/wallabag",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Lœuillet",
|
|
|
|
"email": "nicolas@loeuillet.org",
|
|
|
|
"homepage": "http://www.cdetc.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
|
|
|
"homepage": "http://tcit.fr",
|
|
|
|
"role": "Developer"
|
2015-08-17 15:59:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
2015-08-20 18:13:11 +00:00
|
|
|
"homepage": "http://www.j0k3r.net",
|
2015-08-17 15:59:12 +00:00
|
|
|
"role": "Developer"
|
2015-01-16 19:45:23 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"email": "hello@wallabag.org",
|
|
|
|
"issues": "https://github.com/wallabag/wallabag/issues"
|
|
|
|
},
|
2013-08-03 18:47:17 +00:00
|
|
|
"require": {
|
2017-02-11 11:02:35 +00:00
|
|
|
"php": ">=5.6.0",
|
2016-02-23 22:29:25 +00:00
|
|
|
"ext-pcre": "*",
|
2016-02-24 13:19:47 +00:00
|
|
|
"ext-dom": "*",
|
2016-02-23 22:29:25 +00:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-session": "*",
|
2016-02-24 13:19:47 +00:00
|
|
|
"ext-ctype": "*",
|
2016-02-23 22:29:25 +00:00
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-tokenizer": "*",
|
2016-02-24 13:19:47 +00:00
|
|
|
"ext-pdo": "*",
|
2017-11-19 20:00:27 +00:00
|
|
|
"symfony/symfony": "~3.3.13",
|
|
|
|
"doctrine/orm": "^2.5.12",
|
|
|
|
"doctrine/doctrine-bundle": "^1.8.0",
|
|
|
|
"doctrine/doctrine-cache-bundle": "^1.3.2",
|
|
|
|
"twig/extensions": "^1.5.1",
|
|
|
|
"symfony/swiftmailer-bundle": "^2.6.7",
|
|
|
|
"symfony/monolog-bundle": "^3.1.2",
|
|
|
|
"sensio/distribution-bundle": "^5.0.21",
|
|
|
|
"sensio/framework-extra-bundle": "^3.0.28",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.1.2",
|
|
|
|
"nelmio/cors-bundle": "~1.5",
|
2016-10-15 14:46:42 +00:00
|
|
|
"friendsofsymfony/rest-bundle": "~2.1",
|
2017-10-09 14:45:09 +00:00
|
|
|
"jms/serializer-bundle": "~2.2",
|
2017-11-19 20:00:27 +00:00
|
|
|
"nelmio/api-doc-bundle": "^2.13.2",
|
2015-01-31 08:41:49 +00:00
|
|
|
"mgargano/simplehtmldom": "~1.5",
|
2017-11-19 20:00:27 +00:00
|
|
|
"wallabag/tcpdf": "^6.2.15",
|
2017-10-09 14:45:09 +00:00
|
|
|
"simplepie/simplepie": "~1.5",
|
2017-11-19 20:00:27 +00:00
|
|
|
"willdurand/hateoas-bundle": "~1.3",
|
|
|
|
"liip/theme-bundle": "^1.4.6",
|
|
|
|
"lexik/form-filter-bundle": "^5.0.4",
|
2017-05-30 16:11:55 +00:00
|
|
|
"j0k3r/graby": "^1.0",
|
2018-02-24 21:12:48 +00:00
|
|
|
"friendsofsymfony/user-bundle": "2.0.*",
|
2017-11-19 20:00:27 +00:00
|
|
|
"friendsofsymfony/oauth-server-bundle": "^1.5.2",
|
2016-10-11 16:59:08 +00:00
|
|
|
"stof/doctrine-extensions-bundle": "^1.2",
|
2017-11-19 20:00:27 +00:00
|
|
|
"scheb/two-factor-bundle": "^2.14.0",
|
|
|
|
"grandt/phpepub": "^4.0.7",
|
2015-10-11 14:54:21 +00:00
|
|
|
"wallabag/php-mobi": "~1.0.0",
|
2017-02-05 17:02:09 +00:00
|
|
|
"kphoen/rulerz-bundle": "~0.13",
|
2016-05-09 08:42:11 +00:00
|
|
|
"guzzlehttp/guzzle": "^5.3.1",
|
2017-11-19 20:00:27 +00:00
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.3",
|
|
|
|
"paragonie/random_compat": "^2.0.11",
|
2017-05-12 14:33:12 +00:00
|
|
|
"craue/config-bundle": "~2.0",
|
2016-02-19 13:33:28 +00:00
|
|
|
"mnapoli/piwik-twig-extension": "^1.0",
|
2017-11-19 20:00:27 +00:00
|
|
|
"ocramius/proxy-manager": "^1.0.2",
|
|
|
|
"white-october/pagerfanta-bundle": "^1.1.0",
|
|
|
|
"php-amqplib/rabbitmq-bundle": "^1.14",
|
|
|
|
"predis/predis": "^1.1.1",
|
2017-11-18 15:28:54 +00:00
|
|
|
"javibravo/simpleue": "^2.0",
|
2017-11-19 20:00:27 +00:00
|
|
|
"symfony/dom-crawler": "^3.3.13",
|
|
|
|
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
|
2017-06-11 21:05:19 +00:00
|
|
|
"bdunogier/guzzle-site-authenticator": "^1.0.0@dev",
|
2017-08-26 22:04:21 +00:00
|
|
|
"defuse/php-encryption": "^2.1",
|
|
|
|
"html2text/html2text": "^4.1"
|
2015-01-19 10:59:22 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-12-22 12:00:37 +00:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
2017-10-09 14:45:09 +00:00
|
|
|
"doctrine/data-fixtures": "~1.1",
|
2016-01-14 17:23:03 +00:00
|
|
|
"sensio/generator-bundle": "^3.0",
|
2017-05-15 18:47:59 +00:00
|
|
|
"symfony/phpunit-bridge": "^3.3",
|
2017-07-01 07:52:38 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "~2.0",
|
2017-05-15 18:47:59 +00:00
|
|
|
"m6web/redis-mock": "^2.0",
|
2017-12-17 09:36:48 +00:00
|
|
|
"dama/doctrine-test-bundle": "^4.0"
|
2015-01-19 10:59:22 +00:00
|
|
|
},
|
2015-01-21 13:45:39 +00:00
|
|
|
"scripts": {
|
2015-12-22 08:34:32 +00:00
|
|
|
"post-cmd": [
|
2016-02-25 08:19:12 +00:00
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
2015-01-22 07:30:07 +00:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
2016-11-18 13:12:26 +00:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
2016-10-04 19:44:58 +00:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
2015-11-26 08:20:23 +00:00
|
|
|
],
|
2015-12-22 08:34:32 +00:00
|
|
|
"post-install-cmd": [
|
|
|
|
"@post-cmd"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@post-cmd"
|
2015-01-21 13:45:39 +00:00
|
|
|
]
|
|
|
|
},
|
2015-01-22 07:30:07 +00:00
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
2016-01-14 17:23:03 +00:00
|
|
|
"symfony-bin-dir": "bin",
|
|
|
|
"symfony-var-dir": "var",
|
2015-01-22 07:30:07 +00:00
|
|
|
"symfony-web-dir": "web",
|
2016-01-14 17:23:03 +00:00
|
|
|
"symfony-tests-dir": "tests",
|
2017-04-22 11:45:28 +00:00
|
|
|
"symfony-assets-install": "relative",
|
2015-01-22 07:30:07 +00:00
|
|
|
"incenteev-parameters": {
|
2016-02-25 08:19:12 +00:00
|
|
|
"file": "app/config/parameters.yml"
|
2015-01-22 07:30:07 +00:00
|
|
|
}
|
|
|
|
},
|
2015-01-20 06:40:39 +00:00
|
|
|
"autoload": {
|
2016-02-24 12:43:00 +00:00
|
|
|
"psr-4": { "Wallabag\\": "src/Wallabag/" },
|
2015-12-22 12:00:37 +00:00
|
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
2015-01-20 06:40:39 +00:00
|
|
|
},
|
2016-06-01 19:27:35 +00:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": { "Tests\\": "tests/" }
|
|
|
|
},
|
2015-01-19 10:59:22 +00:00
|
|
|
"config": {
|
2016-11-20 21:30:37 +00:00
|
|
|
"bin-dir": "bin",
|
|
|
|
"platform": {
|
2017-02-11 11:02:35 +00:00
|
|
|
"php": "5.6.0"
|
2016-11-20 21:30:37 +00:00
|
|
|
}
|
2015-01-31 08:41:49 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|