diff --git a/twitter/composer.json b/twitter/composer.json index efe4ffa6..9694b9bb 100644 --- a/twitter/composer.json +++ b/twitter/composer.json @@ -24,5 +24,8 @@ "abraham/twitteroauth": "^0.7.4" }, "license": "3-clause BSD license", - "minimum-stability": "stable" + "minimum-stability": "stable", + "config": { + "autoloader-suffix": "TwitterAddon" + } }