diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5db97f6 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "eleirbag89/Mastodonbotphp", + "description": "A very simple PHP Mastodon API for sending statuses", + "type": "library", + "authors": [ + { + "name": "Gabriele Grillo", + "email": "gabry.grillo@alice.it" + } + ], + "license": "MIT", + "minimum-stability": "alpha", + "require": { + "php": ">=5.0" + }, + "autoload": { + "files": ["Mastodon.php"] + } +}