diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-16 20:45:23 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-16 20:45:23 +0100 |
commit | 44f1fef0180eb636648bddf66ec33e81b5b77b71 (patch) | |
tree | abd50ed8c113aaccabb811de146ddc3e5d51ec4b | |
parent | 170a1407fea8b43a62854e115f90fd5cace44f01 (diff) | |
download | wallabag-44f1fef0180eb636648bddf66ec33e81b5b77b71.tar.gz wallabag-44f1fef0180eb636648bddf66ec33e81b5b77b71.tar.zst wallabag-44f1fef0180eb636648bddf66ec33e81b5b77b71.zip |
packagist
-rw-r--r-- | composer.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 6c69e48d..0f375067 100644 --- a/composer.json +++ b/composer.json | |||
@@ -1,7 +1,35 @@ | |||
1 | { | 1 | { |
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 | }, | ||
2 | "require": { | 25 | "require": { |
3 | "twig/twig": "1.*", | 26 | "twig/twig": "1.*", |
4 | "twig/extensions": "1.0.*", | 27 | "twig/extensions": "1.0.*", |
5 | "umpirsky/twig-gettext-extractor": "1.1.*" | 28 | "umpirsky/twig-gettext-extractor": "1.1.*" |
29 | }, | ||
30 | "autoload": { | ||
31 | "psr-0": { | ||
32 | "Wallabag\\": "src" | ||
33 | } | ||
6 | } | 34 | } |
7 | } \ No newline at end of file | 35 | } \ No newline at end of file |