X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=3bb7bf076e894c16c7b50eac811607b58113a9db;hb=a20f96b76dfe6faf8b4d841ee464a95ea54c35b3;hp=6c69e48ded1ae0f2cb00e88ca79b663ea5a60e5b;hpb=fd99a8c02d7c625771656a5c5081560027d8e6e9;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 6c69e48d..3bb7bf07 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,40 @@ { + "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" + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/wallabag/PHP-Flash-Messages" + } + ], "require": { "twig/twig": "1.*", "twig/extensions": "1.0.*", - "umpirsky/twig-gettext-extractor": "1.1.*" + "umpirsky/twig-gettext-extractor": "1.1.*", + "fabpot/goutte": "2.0.*@dev", + "ezyang/htmlpurifier": "dev-master", + "mgargano/simplehtmldom": "dev-master", + "wallabag/PHP-Flash-Messages": "dev-master" } } \ No newline at end of file