X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a63f2893f526dc6015c3322b585caddbc2cd6c1e;hb=cdde19d6096c85a3ed9b9399482bcc04bb79583c;hp=6c69e48ded1ae0f2cb00e88ca79b663ea5a60e5b;hpb=01c0e050ad8eca54f115dfa21db99e4f61ab7ca7;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 6c69e48d..a63f2893 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,27 @@ { + "name": "wallabag/wallabag", + "type": "project", + "description": "open source self hostable read-it-later web application", + "keywords": ["read-it-later","read it later"], + "homepage": "https://github.com/wallabag/wallabag", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr", + "role": "Developer" + }, + { + "name": "Thomas Citharel", + "homepage": "http://tcit.fr", + "role": "Developer" + } + ], + "support": { + "email": "hello@wallabag.org", + "issues": "https://github.com/wallabag/wallabag/issues" + }, "require": { "twig/twig": "1.*", "twig/extensions": "1.0.*",