]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Merge pull request #2185 from wallabag/fix-3rd-party-links
[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 32 "ext-pcre": "*",
7af794e5 33 "ext-dom": "*",
0a7e6959
TC
34 "ext-curl": "*",
35 "ext-gd": "*",
36 "ext-session": "*",
7af794e5 37 "ext-ctype": "*",
0a7e6959
TC
38 "ext-hash": "*",
39 "ext-simplexml": "*",
40 "ext-json": "*",
41 "ext-mbstring": "*",
42 "ext-xml": "*",
43 "ext-iconv": "*",
0a7e6959 44 "ext-tokenizer": "*",
7af794e5 45 "ext-pdo": "*",
23634d5d 46 "symfony/symfony": "3.1.*",
5c895a7f
JB
47 "doctrine/orm": "^2.5",
48 "doctrine/doctrine-bundle": "^1.6",
49 "doctrine/doctrine-cache-bundle": "^1.2",
93fd4692
NL
50 "twig/extensions": "~1.0",
51 "symfony/assetic-bundle": "~2.3",
5c895a7f
JB
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",
75e9d1df 57 "nelmio/cors-bundle": "~1.4.0",
569f8d68 58 "friendsofsymfony/rest-bundle": "~1.4",
5c895a7f 59 "jms/serializer-bundle": "~1.0",
569f8d68 60 "nelmio/api-doc-bundle": "~2.7",
daacffef 61 "mgargano/simplehtmldom": "~1.5",
34c2cc7a 62 "tecnickcom/tcpdf": "~6.2",
daacffef 63 "simplepie/simplepie": "~1.3.1",
5c895a7f 64 "willdurand/hateoas-bundle": "~1.0",
75e9d1df 65 "htmlawed/htmlawed": "~1.1.19",
5c895a7f 66 "liip/theme-bundle": "~1.1",
26864574 67 "pagerfanta/pagerfanta": "~1.0.3",
6108b0f2 68 "lexik/form-filter-bundle": "~5.0",
a1691859 69 "j0k3r/graby": "~1.0",
48e3007b 70 "friendsofsymfony/user-bundle": "~2.0@dev",
63e40f2d 71 "friendsofsymfony/oauth-server-bundle": "^1.5",
3c65dfb7 72 "stof/doctrine-extensions-bundle": "^1.2@dev",
8ba854c0 73 "scheb/two-factor-bundle": "~2.0",
03690d13 74 "grandt/phpepub": "~4.0",
c3510620 75 "wallabag/php-mobi": "~1.0.0",
1f4408de 76 "kphoen/rulerz-bundle": "~0.10",
292c1324 77 "guzzlehttp/guzzle": "^5.2.0",
7a0e6970 78 "doctrine/doctrine-migrations-bundle": "^1.0",
63e40f2d 79 "paragonie/random_compat": "~1.0",
07643dde 80 "craue/config-bundle": "~1.4",
fbbda941 81 "mnapoli/piwik-twig-extension": "^1.0",
9479ae83 82 "lexik/maintenance-bundle": "~2.1",
624a7c6d
NL
83 "ocramius/proxy-manager": "1.*",
84 "white-october/pagerfanta-bundle": "^1.0"
f3052b45
NL
85 },
86 "require-dev": {
5c895a7f 87 "doctrine/doctrine-fixtures-bundle": "~2.2",
99451fe4 88 "doctrine/data-fixtures": "~1.1.1",
31e33fc4 89 "sensio/generator-bundle": "^3.0",
872384b0 90 "phpunit/phpunit": "~4.4",
23634d5d 91 "symfony/phpunit-bridge": "^3.0",
d71b6005 92 "friendsofphp/php-cs-fixer": "~1.9"
f3052b45 93 },
19875ef0 94 "scripts": {
516022d6 95 "post-cmd": [
0bb5669c 96 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
93fd4692
NL
97 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
98 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
99 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
5c895a7f
JB
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
59507c5b 102 ],
516022d6
JB
103 "post-install-cmd": [
104 "@post-cmd"
105 ],
106 "post-update-cmd": [
107 "@post-cmd"
19875ef0
NL
108 ]
109 },
93fd4692
NL
110 "extra": {
111 "symfony-app-dir": "app",
31e33fc4
JB
112 "symfony-bin-dir": "bin",
113 "symfony-var-dir": "var",
93fd4692 114 "symfony-web-dir": "web",
31e33fc4 115 "symfony-tests-dir": "tests",
93fd4692
NL
116 "symfony-assets-install": "relative",
117 "incenteev-parameters": {
0bb5669c 118 "file": "app/config/parameters.yml"
93fd4692
NL
119 }
120 },
6ad93dff 121 "autoload": {
74474613 122 "psr-4": { "Wallabag\\": "src/Wallabag/" },
5c895a7f 123 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
6ad93dff 124 },
23634d5d
JB
125 "autoload-dev": {
126 "psr-4": { "Tests\\": "tests/" }
127 },
f3052b45
NL
128 "config": {
129 "bin-dir": "bin"
daacffef
J
130 },
131 "minimum-stability": "dev",
132 "prefer-stable": true
133}