diff -r 15a1a28f609a -r 8b3d57a519eb web/composer.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/composer.json Mon Jun 18 23:15:34 2018 +0200 @@ -0,0 +1,14 @@ +{ + "name": "iri/polemictweet", + "type": "project", + "require": { + "abraham/twitteroauth": "^0.7.4", + "zendframework/zend-i18n": "^2.9" + }, + "authors": [ + { + "name": "ymh", + "email": "ymh@iri.centrepompidou.fr" + } + ] +}