]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
d49f3df36869e509e76789fbab5c8e308d2b1e16
[github/wallabag/wallabag.git] / composer.json
1 {
2 "name": "wallabag/wallabag",
3 "type": "project",
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",
7 "license": "MIT",
8 "authors": [
9 {
10 "name": "Nicolas LÅ“uillet",
11 "email": "nicolas@loeuillet.org",
12 "homepage": "http://www.cdetc.fr",
13 "role": "Developer"
14 },
15 {
16 "name": "Thomas Citharel",
17 "homepage": "http://tcit.fr",
18 "role": "Developer"
19 }
20 ],
21 "support": {
22 "email": "hello@wallabag.org",
23 "issues": "https://github.com/wallabag/wallabag/issues"
24 },
25 "repositories": [
26 {
27 "type": "vcs",
28 "url": "https://github.com/wallabag/PHP-Flash-Messages"
29 },
30 {
31 "type": "vcs",
32 "url": "https://github.com/wallabag/kriss_php5"
33 },
34 {
35 "type": "vcs",
36 "url": "https://github.com/wallabag/pagination"
37 },
38 {
39 "type": "vcs",
40 "url": "https://github.com/wallabag/PHPePub"
41 },
42 {
43 "type": "vcs",
44 "url": "https://github.com/wallabag/php-readability"
45 },
46 {
47 "type": "vcs",
48 "url": "https://github.com/wallabag/phpMobi"
49 },
50 {
51 "type": "vcs",
52 "url": "https://github.com/wallabag/Fivefilters_Libraries"
53 }
54 ],
55 "require": {
56 "php": ">=5.3.3",
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 "nelmio/cors-bundle": "1.3.*@dev",
68 "umpirsky/twig-gettext-extractor": "1.1.*",
69 "friendsofsymfony/rest-bundle": "~1.4",
70 "jms/serializer-bundle": "~0.13",
71 "nelmio/api-doc-bundle": "~2.7",
72 "ezyang/htmlpurifier": "~4.6",
73 "mgargano/simplehtmldom": "~1.5",
74 "robmorgan/phinx": "~0.4",
75 "tecnick.com/tcpdf": "~6.2",
76 "simplepie/simplepie": "~1.3.1",
77 "htmlawed/htmlawed": "dev-master",
78 "wallabag/PHP-Flash-Messages": "dev-master",
79 "wallabag/kriss_php5": "dev-master",
80 "wallabag/pagination": "dev-master",
81 "wallabag/PHPePub": "dev-master",
82 "wallabag/php-readability": "dev-master",
83 "wallabag/phpMobi": "dev-master",
84 "wallabag/Fivefilters_Libraries": "dev-master"
85 },
86 "require-dev": {
87 "doctrine/doctrine-fixtures-bundle": "dev-master",
88 "sensio/generator-bundle": "~2.5",
89 "phpunit/phpunit": "~4.4"
90 },
91 "scripts": {
92 "post-install-cmd": [
93 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
94 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
95 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
96 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
97 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
98 ],
99 "post-update-cmd": [
100 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
104 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
105 ]
106 },
107 "extra": {
108 "symfony-app-dir": "app",
109 "symfony-web-dir": "web",
110 "symfony-assets-install": "relative",
111 "incenteev-parameters": {
112 "file": "app/config/parameters.yml"
113 }
114 },
115 "autoload": {
116 "psr-0": { "": "src/" }
117 },
118 "config": {
119 "bin-dir": "bin"
120 },
121 "minimum-stability": "dev",
122 "prefer-stable": true
123 }