]>
Commit | Line | Data |
---|---|---|
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" | |
19 | } | |
20 | ], | |
21 | "support": { | |
22 | "email": "hello@wallabag.org", | |
23 | "issues": "https://github.com/wallabag/wallabag/issues" | |
24 | }, | |
a20f96b7 NL |
25 | "repositories": [ |
26 | { | |
27 | "type": "vcs", | |
28 | "url": "https://github.com/wallabag/PHP-Flash-Messages" | |
10939766 NL |
29 | }, |
30 | { | |
31 | "type": "vcs", | |
32 | "url": "https://github.com/wallabag/kriss_php5" | |
dda7884a NL |
33 | }, |
34 | { | |
35 | "type": "vcs", | |
36 | "url": "https://github.com/wallabag/pagination" | |
99410a21 NL |
37 | }, |
38 | { | |
39 | "type": "vcs", | |
40 | "url": "https://github.com/wallabag/PHPePub" | |
96b2c59c NL |
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" | |
c78c1a3f NL |
49 | }, |
50 | { | |
51 | "type": "vcs", | |
52 | "url": "https://github.com/wallabag/Fivefilters_Libraries" | |
a20f96b7 NL |
53 | } |
54 | ], | |
7d2eb7a7 | 55 | "require": { |
93fd4692 NL |
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", | |
dcae2fc2 | 67 | "nelmio/cors-bundle": "1.3.*@dev", |
adf17b67 | 68 | "umpirsky/twig-gettext-extractor": "1.1.*", |
569f8d68 NL |
69 | "friendsofsymfony/rest-bundle": "~1.4", |
70 | "jms/serializer-bundle": "~0.13", | |
71 | "nelmio/api-doc-bundle": "~2.7", | |
daacffef J |
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", | |
0f006880 | 77 | "willdurand/hateoas-bundle": "1.0.*@dev", |
9e7f6caf | 78 | "htmlawed/htmlawed": "dev-master", |
32da2a70 | 79 | "liip/theme-bundle": "1.1.3", |
10939766 | 80 | "wallabag/PHP-Flash-Messages": "dev-master", |
dda7884a | 81 | "wallabag/kriss_php5": "dev-master", |
1345a107 | 82 | "wallabag/pagination": "dev-master", |
96b2c59c NL |
83 | "wallabag/PHPePub": "dev-master", |
84 | "wallabag/php-readability": "dev-master", | |
c78c1a3f | 85 | "wallabag/phpMobi": "dev-master", |
a24f2c88 WD |
86 | "wallabag/Fivefilters_Libraries": "dev-master", |
87 | "pagerfanta/pagerfanta": "~1.0@dev" | |
f3052b45 NL |
88 | }, |
89 | "require-dev": { | |
3b815d2d | 90 | "doctrine/doctrine-fixtures-bundle": "dev-master", |
daacffef J |
91 | "sensio/generator-bundle": "~2.5", |
92 | "phpunit/phpunit": "~4.4" | |
f3052b45 | 93 | }, |
19875ef0 NL |
94 | "scripts": { |
95 | "post-install-cmd": [ | |
93fd4692 NL |
96 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
97 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
98 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
c5772d11 | 100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
93fd4692 NL |
101 | ], |
102 | "post-update-cmd": [ | |
103 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |
104 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
105 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
106 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
2e45e7be | 107 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
19875ef0 NL |
108 | ] |
109 | }, | |
93fd4692 NL |
110 | "extra": { |
111 | "symfony-app-dir": "app", | |
112 | "symfony-web-dir": "web", | |
113 | "symfony-assets-install": "relative", | |
114 | "incenteev-parameters": { | |
115 | "file": "app/config/parameters.yml" | |
93fd4692 NL |
116 | } |
117 | }, | |
6ad93dff | 118 | "autoload": { |
c5772d11 | 119 | "psr-0": { "": "src/" } |
6ad93dff | 120 | }, |
f3052b45 NL |
121 | "config": { |
122 | "bin-dir": "bin" | |
daacffef J |
123 | }, |
124 | "minimum-stability": "dev", | |
125 | "prefer-stable": true | |
126 | } |