]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
5fe6eb022423b6d1235889e79296ff2eabdd0a81
[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.7.0",
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.4.0",
68 "umpirsky/twig-gettext-extractor": "~1.1.5",
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 "tecnick.com/tcpdf": "~6.2",
75 "simplepie/simplepie": "~1.3.1",
76 "willdurand/hateoas-bundle": "~0.5.0",
77 "htmlawed/htmlawed": "~1.1.19",
78 "liip/theme-bundle": "~1.1.3",
79 "wallabag/PHP-Flash-Messages": "dev-master",
80 "wallabag/kriss_php5": "dev-master",
81 "wallabag/pagination": "dev-master",
82 "wallabag/PHPePub": "dev-master",
83 "wallabag/php-readability": "dev-master",
84 "wallabag/phpMobi": "dev-master",
85 "wallabag/Fivefilters_Libraries": "dev-master",
86 "pagerfanta/pagerfanta": "~1.0.3"
87 },
88 "require-dev": {
89 "doctrine/doctrine-fixtures-bundle": "~2.2.0",
90 "sensio/generator-bundle": "~2.5",
91 "phpunit/phpunit": "~4.4"
92 },
93 "scripts": {
94 "post-install-cmd": [
95 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
96 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
97 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
98 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
99 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
100 ],
101 "post-update-cmd": [
102 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
104 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
105 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
106 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
107 ]
108 },
109 "extra": {
110 "symfony-app-dir": "app",
111 "symfony-web-dir": "web",
112 "symfony-assets-install": "relative",
113 "incenteev-parameters": {
114 "file": "app/config/parameters.yml"
115 }
116 },
117 "autoload": {
118 "psr-0": { "": "src/" }
119 },
120 "config": {
121 "bin-dir": "bin"
122 },
123 "minimum-stability": "dev",
124 "prefer-stable": true
125 }