Mastodon-Bot-PHP/composer.json

20 lines
431 B
JSON
Raw Permalink Normal View History

2020-04-10 21:52:55 +02:00
{
2020-04-10 21:54:38 +02:00
"name": "eleirbag89/mastodonbotphp",
2020-04-10 21:52:55 +02:00
"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"]
}
}