]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Exclude v1 branches from Travis
[github/wallabag/wallabag.git] / composer.json
CommitLineData
7d2eb7a7 1{
44f1fef0
NL
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"
2a2903ce
NL
19 },
20 {
21 "name": "Jérémy Benoist",
4793ee65 22 "homepage": "http://www.j0k3r.net",
2a2903ce 23 "role": "Developer"
44f1fef0
NL
24 }
25 ],
26 "support": {
27 "email": "hello@wallabag.org",
28 "issues": "https://github.com/wallabag/wallabag/issues"
29 },
7d2eb7a7 30 "require": {
31e33fc4 31 "php": ">=5.5.9",
0a7e6959
TC
32 "ext-pcre": "*",
33 "ext-DOM": "*",
34 "ext-curl": "*",
35 "ext-gd": "*",
36 "ext-session": "*",
37 "ext-Ctype": "*",
38 "ext-hash": "*",
39 "ext-simplexml": "*",
40 "ext-json": "*",
41 "ext-mbstring": "*",
42 "ext-xml": "*",
43 "ext-iconv": "*",
44 "ext-gettext": "*",
45 "ext-tokenizer": "*",
46 "ext-PDO": "*",
31e33fc4 47 "symfony/symfony": "3.0.*",
5c895a7f
JB
48 "doctrine/orm": "^2.5",
49 "doctrine/doctrine-bundle": "^1.6",
50 "doctrine/doctrine-cache-bundle": "^1.2",
93fd4692
NL
51 "twig/extensions": "~1.0",
52 "symfony/assetic-bundle": "~2.3",
5c895a7f
JB
53 "symfony/swiftmailer-bundle": "^2.3",
54 "symfony/monolog-bundle": "^2.8",
55 "sensio/distribution-bundle": "^5.0",
56 "sensio/framework-extra-bundle": "^3.0.2",
57 "incenteev/composer-parameter-handler": "^2.0",
75e9d1df 58 "nelmio/cors-bundle": "~1.4.0",
569f8d68 59 "friendsofsymfony/rest-bundle": "~1.4",
5c895a7f 60 "jms/serializer-bundle": "~1.0",
569f8d68 61 "nelmio/api-doc-bundle": "~2.7",
daacffef
J
62 "ezyang/htmlpurifier": "~4.6",
63 "mgargano/simplehtmldom": "~1.5",
34c2cc7a 64 "tecnickcom/tcpdf": "~6.2",
daacffef 65 "simplepie/simplepie": "~1.3.1",
5c895a7f 66 "willdurand/hateoas-bundle": "~1.0",
75e9d1df 67 "htmlawed/htmlawed": "~1.1.19",
5c895a7f 68 "liip/theme-bundle": "~1.1",
26864574 69 "pagerfanta/pagerfanta": "~1.0.3",
6108b0f2 70 "lexik/form-filter-bundle": "~5.0",
a1691859 71 "j0k3r/graby": "~1.0",
48e3007b 72 "friendsofsymfony/user-bundle": "~2.0@dev",
63e40f2d 73 "friendsofsymfony/oauth-server-bundle": "^1.5",
3c65dfb7 74 "stof/doctrine-extensions-bundle": "^1.2@dev",
8ba854c0 75 "scheb/two-factor-bundle": "~2.0",
03690d13 76 "grandt/phpepub": "~4.0",
c3510620 77 "wallabag/php-mobi": "~1.0.0",
1f4408de 78 "kphoen/rulerz-bundle": "~0.10",
292c1324 79 "guzzlehttp/guzzle": "^5.2.0",
7a0e6970 80 "doctrine/doctrine-migrations-bundle": "^1.0",
63e40f2d 81 "paragonie/random_compat": "~1.0",
07643dde 82 "craue/config-bundle": "~1.4",
fbbda941 83 "mnapoli/piwik-twig-extension": "^1.0",
0a7e6959 84 "lexik/maintenance-bundle": "~2.1"
f3052b45
NL
85 },
86 "require-dev": {
5c895a7f 87 "doctrine/doctrine-fixtures-bundle": "~2.2",
31e33fc4 88 "sensio/generator-bundle": "^3.0",
872384b0 89 "phpunit/phpunit": "~4.4",
31e33fc4 90 "symfony/phpunit-bridge": "^2.7"
f3052b45 91 },
19875ef0 92 "scripts": {
516022d6
JB
93 "build-parameters": [
94 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
93fd4692 95 ],
516022d6
JB
96 "post-cmd": [
97 "@build-parameters",
93fd4692
NL
98 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
99 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
5c895a7f
JB
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
59507c5b 103 ],
516022d6
JB
104 "post-install-cmd": [
105 "@post-cmd"
106 ],
107 "post-update-cmd": [
108 "@post-cmd"
19875ef0
NL
109 ]
110 },
93fd4692
NL
111 "extra": {
112 "symfony-app-dir": "app",
31e33fc4
JB
113 "symfony-bin-dir": "bin",
114 "symfony-var-dir": "var",
93fd4692 115 "symfony-web-dir": "web",
31e33fc4 116 "symfony-tests-dir": "tests",
93fd4692
NL
117 "symfony-assets-install": "relative",
118 "incenteev-parameters": {
59507c5b
MB
119 "file": "app/config/parameters.yml",
120 "env-map": {
121 "mailer_host": "WALLABAG_MAILER_HOST",
122 "mailer_user": "WALLABAG_MAILER_USER",
123 "mailer_password": "WALLABAG_MAILER_PASSWORD",
124 "secret": "WALLABAG_SECRET"
125 }
93fd4692
NL
126 }
127 },
6ad93dff 128 "autoload": {
74474613 129 "psr-4": { "Wallabag\\": "src/Wallabag/" },
5c895a7f 130 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
6ad93dff 131 },
f3052b45
NL
132 "config": {
133 "bin-dir": "bin"
daacffef
J
134 },
135 "minimum-stability": "dev",
136 "prefer-stable": true
137}