]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Merge pull request #1395 from wallabag/v2-fix-1378
[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 },
a20f96b7 30 "repositories": [
96b2c59c
NL
31 {
32 "type": "vcs",
33 "url": "https://github.com/wallabag/php-readability"
34 },
c78c1a3f
NL
35 {
36 "type": "vcs",
37 "url": "https://github.com/wallabag/Fivefilters_Libraries"
a20f96b7
NL
38 }
39 ],
7d2eb7a7 40 "require": {
93fd4692 41 "php": ">=5.3.3",
75e9d1df 42 "symfony/symfony": "~2.7.0",
93fd4692
NL
43 "doctrine/orm": "~2.2,>=2.2.3",
44 "doctrine/doctrine-bundle": "~1.2",
45 "twig/extensions": "~1.0",
46 "symfony/assetic-bundle": "~2.3",
47 "symfony/swiftmailer-bundle": "~2.3",
48 "symfony/monolog-bundle": "~2.4",
49 "sensio/distribution-bundle": "~3.0.12",
50 "sensio/framework-extra-bundle": "~3.0",
51 "incenteev/composer-parameter-handler": "~2.0",
75e9d1df 52 "nelmio/cors-bundle": "~1.4.0",
569f8d68
NL
53 "friendsofsymfony/rest-bundle": "~1.4",
54 "jms/serializer-bundle": "~0.13",
55 "nelmio/api-doc-bundle": "~2.7",
daacffef
J
56 "ezyang/htmlpurifier": "~4.6",
57 "mgargano/simplehtmldom": "~1.5",
daacffef
J
58 "tecnick.com/tcpdf": "~6.2",
59 "simplepie/simplepie": "~1.3.1",
75e9d1df
JB
60 "willdurand/hateoas-bundle": "~0.5.0",
61 "htmlawed/htmlawed": "~1.1.19",
62 "liip/theme-bundle": "~1.1.3",
68568bf0
NL
63 "wallabag/php-readability": "~1.0.0",
64 "wallabag/Fivefilters_Libraries": "~1.0",
26864574
NL
65 "pagerfanta/pagerfanta": "~1.0.3",
66 "lexik/form-filter-bundle": "~4.0"
f3052b45
NL
67 },
68 "require-dev": {
75e9d1df 69 "doctrine/doctrine-fixtures-bundle": "~2.2.0",
daacffef
J
70 "sensio/generator-bundle": "~2.5",
71 "phpunit/phpunit": "~4.4"
f3052b45 72 },
19875ef0
NL
73 "scripts": {
74 "post-install-cmd": [
93fd4692
NL
75 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
76 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
77 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
78 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
c5772d11 79 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
93fd4692
NL
80 ],
81 "post-update-cmd": [
82 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
83 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
84 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
85 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
2e45e7be 86 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
19875ef0
NL
87 ]
88 },
93fd4692
NL
89 "extra": {
90 "symfony-app-dir": "app",
91 "symfony-web-dir": "web",
92 "symfony-assets-install": "relative",
93 "incenteev-parameters": {
94 "file": "app/config/parameters.yml"
93fd4692
NL
95 }
96 },
6ad93dff 97 "autoload": {
c5772d11 98 "psr-0": { "": "src/" }
6ad93dff 99 },
f3052b45
NL
100 "config": {
101 "bin-dir": "bin"
daacffef
J
102 },
103 "minimum-stability": "dev",
104 "prefer-stable": true
105}