2 "name": "wallabag/wallabag",
4 "description": "open source self hostable read-it-later web application",
5 "keywords": ["read-it-later","read it later"],
6 "homepage": "https://github.com/wallabag/wallabag",
10 "name": "Nicolas Lœuillet",
11 "email": "nicolas@loeuillet.org",
12 "homepage": "http://www.cdetc.fr",
16 "name": "Thomas Citharel",
17 "homepage": "http://tcit.fr",
21 "name": "Jérémy Benoist",
22 "homepage": "http://www.j0k3r.net",
27 "email": "hello@wallabag.org",
28 "issues": "https://github.com/wallabag/wallabag/issues"
46 "symfony/symfony": "3.2.*",
47 "doctrine/orm": "^2.5",
48 "doctrine/doctrine-bundle": "^1.6",
49 "doctrine/doctrine-cache-bundle": "^1.2",
50 "twig/extensions": "~1.0",
51 "symfony/swiftmailer-bundle": "^2.3",
52 "symfony/monolog-bundle": "^3.0",
53 "sensio/distribution-bundle": "^5.0",
54 "sensio/framework-extra-bundle": "^3.0.2",
55 "incenteev/composer-parameter-handler": "^2.0",
56 "nelmio/cors-bundle": "~1.4.0",
57 "friendsofsymfony/rest-bundle": "~2.1",
58 "jms/serializer-bundle": "~1.1",
59 "nelmio/api-doc-bundle": "~2.7",
60 "mgargano/simplehtmldom": "~1.5",
61 "wallabag/tcpdf": "^6.2",
62 "simplepie/simplepie": "~1.3.1",
63 "willdurand/hateoas-bundle": "~1.0",
64 "liip/theme-bundle": "~1.1",
65 "lexik/form-filter-bundle": "~5.0",
66 "j0k3r/graby": "^1.0",
67 "friendsofsymfony/user-bundle": "^2.0",
68 "friendsofsymfony/oauth-server-bundle": "^1.5",
69 "stof/doctrine-extensions-bundle": "^1.2",
70 "scheb/two-factor-bundle": "~2.0",
71 "grandt/phpepub": "~4.0",
72 "wallabag/php-mobi": "~1.0.0",
73 "kphoen/rulerz-bundle": "~0.13",
74 "guzzlehttp/guzzle": "^5.3.1",
75 "doctrine/doctrine-migrations-bundle": "^1.0",
76 "paragonie/random_compat": "~1.0",
77 "craue/config-bundle": "~2.0",
78 "mnapoli/piwik-twig-extension": "^1.0",
79 "ocramius/proxy-manager": "1.*",
80 "white-october/pagerfanta-bundle": "^1.0",
81 "php-amqplib/rabbitmq-bundle": "^1.8",
82 "predis/predis": "^1.0",
83 "javibravo/simpleue": "^1.0",
84 "symfony/dom-crawler": "^3.1",
85 "friendsofsymfony/jsrouting-bundle": "^1.6",
86 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev"
89 "doctrine/doctrine-fixtures-bundle": "~2.2",
90 "doctrine/data-fixtures": "~1.1.1",
91 "sensio/generator-bundle": "^3.0",
92 "symfony/phpunit-bridge": "^3.3",
93 "friendsofphp/php-cs-fixer": "~1.9",
94 "m6web/redis-mock": "^2.0",
95 "dama/doctrine-test-bundle": "^1.0"
99 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
105 "post-install-cmd": [
113 "symfony-app-dir": "app",
114 "symfony-bin-dir": "bin",
115 "symfony-var-dir": "var",
116 "symfony-web-dir": "web",
117 "symfony-tests-dir": "tests",
118 "symfony-assets-install": "relative",
119 "incenteev-parameters": {
120 "file": "app/config/parameters.yml"
124 "psr-4": { "Wallabag\\": "src/Wallabag/" },
125 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
128 "psr-4": { "Tests\\": "tests/" }
136 "minimum-stability": "dev",
137 "prefer-stable": true