2013-08-03 20:47:17 +02:00
|
|
|
{
|
2015-01-16 20:45:23 +01: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 17:59:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
2015-08-20 20:13:11 +02:00
|
|
|
"homepage": "http://www.j0k3r.net",
|
2015-08-17 17:59:12 +02:00
|
|
|
"role": "Developer"
|
2015-01-16 20:45:23 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"email": "hello@wallabag.org",
|
|
|
|
"issues": "https://github.com/wallabag/wallabag/issues"
|
|
|
|
},
|
2013-08-03 20:47:17 +02:00
|
|
|
"require": {
|
2016-01-14 18:23:03 +01:00
|
|
|
"php": ">=5.5.9",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-pcre": "*",
|
2016-02-24 14:19:47 +01:00
|
|
|
"ext-dom": "*",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-session": "*",
|
2016-02-24 14:19:47 +01:00
|
|
|
"ext-ctype": "*",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-tokenizer": "*",
|
2016-02-24 14:19:47 +01:00
|
|
|
"ext-pdo": "*",
|
2016-11-30 11:08:38 +01:00
|
|
|
"symfony/symfony": "3.2.*",
|
2015-12-22 13:00:37 +01:00
|
|
|
"doctrine/orm": "^2.5",
|
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
2015-01-22 08:30:07 +01:00
|
|
|
"twig/extensions": "~1.0",
|
2015-12-22 13:00:37 +01:00
|
|
|
"symfony/swiftmailer-bundle": "^2.3",
|
2016-11-22 20:29:41 +01:00
|
|
|
"symfony/monolog-bundle": "^3.0",
|
2015-12-22 13:00:37 +01:00
|
|
|
"sensio/distribution-bundle": "^5.0",
|
|
|
|
"sensio/framework-extra-bundle": "^3.0.2",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
2015-06-02 16:58:19 +02:00
|
|
|
"nelmio/cors-bundle": "~1.4.0",
|
2016-10-15 16:46:42 +02:00
|
|
|
"friendsofsymfony/rest-bundle": "~2.1",
|
|
|
|
"jms/serializer-bundle": "~1.1",
|
2015-01-28 16:15:06 +01:00
|
|
|
"nelmio/api-doc-bundle": "~2.7",
|
2015-01-31 09:41:49 +01:00
|
|
|
"mgargano/simplehtmldom": "~1.5",
|
2016-10-15 19:39:56 +02:00
|
|
|
"tecnickcom/tc-lib-pdf": "dev-master",
|
2015-01-31 09:41:49 +01:00
|
|
|
"simplepie/simplepie": "~1.3.1",
|
2015-12-22 13:00:37 +01:00
|
|
|
"willdurand/hateoas-bundle": "~1.0",
|
2015-06-02 16:58:19 +02:00
|
|
|
"htmlawed/htmlawed": "~1.1.19",
|
2015-12-22 13:00:37 +01:00
|
|
|
"liip/theme-bundle": "~1.1",
|
2016-01-13 22:34:54 +01:00
|
|
|
"lexik/form-filter-bundle": "~5.0",
|
2015-08-18 11:08:45 +02:00
|
|
|
"j0k3r/graby": "~1.0",
|
2016-11-21 15:12:11 +01:00
|
|
|
"friendsofsymfony/user-bundle": "2.0.x-dev",
|
2016-01-21 08:53:09 +01:00
|
|
|
"friendsofsymfony/oauth-server-bundle": "^1.5",
|
2016-10-11 18:59:08 +02:00
|
|
|
"stof/doctrine-extensions-bundle": "^1.2",
|
2015-12-31 18:51:35 +01:00
|
|
|
"scheb/two-factor-bundle": "~2.0",
|
2015-10-15 20:06:59 +02:00
|
|
|
"grandt/phpepub": "~4.0",
|
2015-10-11 16:54:21 +02:00
|
|
|
"wallabag/php-mobi": "~1.0.0",
|
2015-10-20 13:58:13 +02:00
|
|
|
"kphoen/rulerz-bundle": "~0.10",
|
2016-05-09 10:42:11 +02:00
|
|
|
"guzzlehttp/guzzle": "^5.3.1",
|
2016-01-21 16:35:41 +01:00
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.0",
|
2016-01-21 08:53:09 +01:00
|
|
|
"paragonie/random_compat": "~1.0",
|
2016-02-19 15:27:57 +01:00
|
|
|
"craue/config-bundle": "~1.4",
|
2016-02-19 14:33:28 +01:00
|
|
|
"mnapoli/piwik-twig-extension": "^1.0",
|
2016-04-12 16:04:17 +02:00
|
|
|
"ocramius/proxy-manager": "1.*",
|
2016-03-08 17:02:34 +01:00
|
|
|
"white-october/pagerfanta-bundle": "^1.0",
|
2016-09-09 21:02:03 +02:00
|
|
|
"php-amqplib/rabbitmq-bundle": "^1.8",
|
|
|
|
"predis/predis": "^1.0",
|
2016-06-28 19:07:55 +02:00
|
|
|
"javibravo/simpleue": "^1.0",
|
2016-10-24 11:20:11 +02:00
|
|
|
"symfony/dom-crawler": "^3.1",
|
2016-09-29 10:14:43 +02:00
|
|
|
"friendsofsymfony/jsrouting-bundle": "^1.6",
|
2017-01-10 18:50:55 +01:00
|
|
|
"bdunogier/guzzle-site-authenticator": "dev-master"
|
2015-01-19 11:59:22 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-12-22 13:00:37 +01:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
2016-06-22 23:15:09 +02:00
|
|
|
"doctrine/data-fixtures": "~1.1.1",
|
2016-01-14 18:23:03 +01:00
|
|
|
"sensio/generator-bundle": "^3.0",
|
2016-06-01 21:27:35 +02:00
|
|
|
"symfony/phpunit-bridge": "^3.0",
|
2016-09-09 21:02:03 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "~1.9",
|
|
|
|
"m6web/redis-mock": "^2.0"
|
2015-01-19 11:59:22 +01:00
|
|
|
},
|
2015-01-21 14:45:39 +01:00
|
|
|
"scripts": {
|
2015-12-22 09:34:32 +01:00
|
|
|
"post-cmd": [
|
2016-02-25 09:19:12 +01:00
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
2015-01-22 08:30:07 +01:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
2016-11-18 14:12:26 +01:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
2016-10-04 21:44:58 +02:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
2015-11-26 09:20:23 +01:00
|
|
|
],
|
2015-12-22 09:34:32 +01:00
|
|
|
"post-install-cmd": [
|
|
|
|
"@post-cmd"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@post-cmd"
|
2015-01-21 14:45:39 +01:00
|
|
|
]
|
|
|
|
},
|
2015-01-22 08:30:07 +01:00
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
2016-01-14 18:23:03 +01:00
|
|
|
"symfony-bin-dir": "bin",
|
|
|
|
"symfony-var-dir": "var",
|
2015-01-22 08:30:07 +01:00
|
|
|
"symfony-web-dir": "web",
|
2016-01-14 18:23:03 +01:00
|
|
|
"symfony-tests-dir": "tests",
|
2016-11-18 14:12:26 +01:00
|
|
|
"symfony-assets-install": "symlink",
|
2015-01-22 08:30:07 +01:00
|
|
|
"incenteev-parameters": {
|
2016-02-25 09:19:12 +01:00
|
|
|
"file": "app/config/parameters.yml"
|
2015-01-22 08:30:07 +01:00
|
|
|
}
|
|
|
|
},
|
2015-01-20 07:40:39 +01:00
|
|
|
"autoload": {
|
2016-02-24 13:43:00 +01:00
|
|
|
"psr-4": { "Wallabag\\": "src/Wallabag/" },
|
2015-12-22 13:00:37 +01:00
|
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
2015-01-20 07:40:39 +01:00
|
|
|
},
|
2016-06-01 21:27:35 +02:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": { "Tests\\": "tests/" }
|
|
|
|
},
|
2015-01-19 11:59:22 +01:00
|
|
|
"config": {
|
2016-11-20 22:30:37 +01:00
|
|
|
"bin-dir": "bin",
|
|
|
|
"platform": {
|
|
|
|
"php": "5.5.9"
|
|
|
|
}
|
2015-01-31 09:41:49 +01:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|