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",
22 "email": "hello@wallabag.org",
23 "issues": "https://github.com/wallabag/wallabag/issues"
28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
32 "url": "https://github.com/wallabag/kriss_php5"
36 "url": "https://github.com/wallabag/pagination"
40 "url": "https://github.com/wallabag/PHPePub"
44 "url": "https://github.com/wallabag/php-readability"
48 "url": "https://github.com/wallabag/phpMobi"
52 "url": "https://github.com/wallabag/Fivefilters_Libraries"
57 "symfony/symfony": "2.6.*",
58 "doctrine/orm": "~2.2,>=2.2.3",
59 "doctrine/doctrine-bundle": "~1.2",
60 "twig/extensions": "~1.0",
61 "symfony/assetic-bundle": "~2.3",
62 "symfony/swiftmailer-bundle": "~2.3",
63 "symfony/monolog-bundle": "~2.4",
64 "sensio/distribution-bundle": "~3.0.12",
65 "sensio/framework-extra-bundle": "~3.0",
66 "incenteev/composer-parameter-handler": "~2.0",
67 "umpirsky/twig-gettext-extractor": "1.1.*",
68 "friendsofsymfony/rest-bundle": "~1.4",
69 "jms/serializer-bundle": "~0.13",
70 "nelmio/api-doc-bundle": "~2.7",
71 "ezyang/htmlpurifier": "~4.6",
72 "mgargano/simplehtmldom": "~1.5",
73 "robmorgan/phinx": "~0.4",
74 "tecnick.com/tcpdf": "~6.2",
75 "simplepie/simplepie": "~1.3.1",
76 "htmlawed/htmlawed": "dev-master",
77 "wallabag/PHP-Flash-Messages": "dev-master",
78 "wallabag/kriss_php5": "dev-master",
79 "wallabag/pagination": "dev-master",
80 "wallabag/PHPePub": "dev-master",
81 "wallabag/php-readability": "dev-master",
82 "wallabag/phpMobi": "dev-master",
83 "wallabag/Fivefilters_Libraries": "dev-master"
86 "sensio/generator-bundle": "~2.5",
87 "phpunit/phpunit": "~4.4"
91 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
92 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
93 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
94 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
95 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
96 "app/console wallabag:install --no-interaction"
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"
107 "symfony-app-dir": "app",
108 "symfony-web-dir": "web",
109 "symfony-assets-install": "relative",
110 "incenteev-parameters": {
111 "file": "app/config/parameters.yml"
115 "psr-0": { "": "src/", "SymfonyStandard": "app/" }
120 "minimum-stability": "dev",
121 "prefer-stable": true