mirror of
https://github.com/Eleirbag89/MastodonBotPHP
synced 2024-12-22 03:03:57 +01:00
Add composer.json
This commit is contained in:
parent
b36746721a
commit
e021b4af83
19
composer.json
Normal file
19
composer.json
Normal 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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user