diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-16 20:36:03 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-01-16 20:36:03 +0100 |
commit | b6ab520058a0f500286ca9d92ae1ae55721057dc (patch) | |
tree | 38647d196c4f07aba56d69782e085a7969031f51 | |
parent | 1186b3b67ade6a7eece4478a4aa31f809d04e9ce (diff) | |
parent | 4cc328edf08f515de2833f4960b252539ece428f (diff) | |
download | wallabag-b6ab520058a0f500286ca9d92ae1ae55721057dc.tar.gz wallabag-b6ab520058a0f500286ca9d92ae1ae55721057dc.tar.zst wallabag-b6ab520058a0f500286ca9d92ae1ae55721057dc.zip |
Merge pull request #1004 from wallabag/packagist
Fixed #993: add wallabag to 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 |