Add composer.json

This commit is contained in:
e2800 2020-04-10 21:52:55 +02:00
parent b36746721a
commit e021b4af83
1 changed files with 19 additions and 0 deletions

19
composer.json Normal file
View File

@ -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"]
}
}