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.1.*",
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/assetic-bundle": "~2.3",
52 "symfony/swiftmailer-bundle": "^2.3",
53 "symfony/monolog-bundle": "^2.8",
54 "sensio/distribution-bundle": "^5.0",
55 "sensio/framework-extra-bundle": "^3.0.2",
56 "incenteev/composer-parameter-handler": "^2.0",
57 "nelmio/cors-bundle": "~1.4.0",
58 "friendsofsymfony/rest-bundle": "~1.4",
59 "jms/serializer-bundle": "~1.0",
60 "nelmio/api-doc-bundle": "~2.7",
61 "mgargano/simplehtmldom": "~1.5",
62 "tecnickcom/tcpdf": "~6.2",
63 "simplepie/simplepie": "~1.3.1",
64 "willdurand/hateoas-bundle": "~1.0",
65 "htmlawed/htmlawed": "~1.1.19",
66 "liip/theme-bundle": "~1.1",
67 "pagerfanta/pagerfanta": "~1.0.3",
68 "lexik/form-filter-bundle": "~5.0",
69 "j0k3r/graby": "~1.0",
70 "friendsofsymfony/user-bundle": "~2.0@dev",
71 "friendsofsymfony/oauth-server-bundle": "^1.5",
72 "stof/doctrine-extensions-bundle": "^1.2@dev",
73 "scheb/two-factor-bundle": "~2.0",
74 "grandt/phpepub": "~4.0",
75 "wallabag/php-mobi": "~1.0.0",
76 "kphoen/rulerz-bundle": "~0.10",
77 "guzzlehttp/guzzle": "^5.3.1",
78 "doctrine/doctrine-migrations-bundle": "^1.0",
79 "paragonie/random_compat": "~1.0",
80 "craue/config-bundle": "~1.4",
81 "mnapoli/piwik-twig-extension": "^1.0",
82 "lexik/maintenance-bundle": "~2.1",
83 "ocramius/proxy-manager": "1.*",
84 "white-october/pagerfanta-bundle": "^1.0"
87 "doctrine/doctrine-fixtures-bundle": "~2.2",
88 "doctrine/data-fixtures": "~1.1.1",
89 "sensio/generator-bundle": "^3.0",
90 "phpunit/phpunit": "~4.4",
91 "symfony/phpunit-bridge": "^3.0",
92 "friendsofphp/php-cs-fixer": "~1.9"
96 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
97 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
98 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
99 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
103 "post-install-cmd": [
111 "symfony-app-dir": "app",
112 "symfony-bin-dir": "bin",
113 "symfony-var-dir": "var",
114 "symfony-web-dir": "web",
115 "symfony-tests-dir": "tests",
116 "symfony-assets-install": "relative",
117 "incenteev-parameters": {
118 "file": "app/config/parameters.yml"
122 "psr-4": { "Wallabag\\": "src/Wallabag/" },
123 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
126 "psr-4": { "Tests\\": "tests/" }
131 "minimum-stability": "dev",
132 "prefer-stable": true