]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
fix themes symlinks
[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"
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",
adf17b67 67 "umpirsky/twig-gettext-extractor": "1.1.*",
adf17b67 68 "ezyang/htmlpurifier": "dev-master",
a20f96b7 69 "mgargano/simplehtmldom": "dev-master",
99410a21 70 "robmorgan/phinx": "*",
820d81aa
NL
71 "tecnick.com/tcpdf": "dev-master",
72 "simplepie/simplepie": "dev-master",
9e7f6caf 73 "htmlawed/htmlawed": "dev-master",
10939766 74 "wallabag/PHP-Flash-Messages": "dev-master",
dda7884a 75 "wallabag/kriss_php5": "dev-master",
1345a107 76 "wallabag/pagination": "dev-master",
96b2c59c
NL
77 "wallabag/PHPePub": "dev-master",
78 "wallabag/php-readability": "dev-master",
c78c1a3f
NL
79 "wallabag/phpMobi": "dev-master",
80 "wallabag/Fivefilters_Libraries": "dev-master"
f3052b45
NL
81 },
82 "require-dev": {
93fd4692 83 "sensio/generator-bundle": "~2.3",
f3052b45
NL
84 "phpunit/phpunit": "~3.7"
85 },
19875ef0 86 "scripts": {
93fd4692
NL
87 "post-root-package-install": [
88 "SymfonyStandard\\Composer::hookRootPackageInstall"
89 ],
19875ef0 90 "post-install-cmd": [
93fd4692
NL
91 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
92 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
93 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
94 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
95 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
96 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
19875ef0 97 "bin/install"
93fd4692
NL
98 ],
99 "post-update-cmd": [
100 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
104 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
105 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
19875ef0
NL
106 ]
107 },
93fd4692
NL
108 "extra": {
109 "symfony-app-dir": "app",
110 "symfony-web-dir": "web",
111 "symfony-assets-install": "relative",
112 "incenteev-parameters": {
113 "file": "app/config/parameters.yml"
114 },
115 "branch-alias": {
116 "dev-master": "2.6-dev"
117 }
118 },
6ad93dff 119 "autoload": {
93fd4692 120 "psr-0": { "": "src/", "SymfonyStandard": "app/" }
6ad93dff 121 },
f3052b45
NL
122 "config": {
123 "bin-dir": "bin"
7d2eb7a7
NL
124 }
125}