1
0
mirror of https://github.com/Eleirbag89/MastodonBotPHP synced 2024-12-22 03:03:57 +01:00

Add composer.json

This commit is contained in:
e2800 2020-04-10 21:52:55 +02:00
parent b36746721a
commit e021b4af83

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