You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"aura/autoload": "^2.0",
|
|
"ryakad/pandoc-php": "^1.0",
|
|
"longman/telegram-bot": "dev-master",
|
|
"mremi/url-shortener": "dev-master",
|
|
"revolution/laravel-mastodon-api": "dev-master",
|
|
"symfony/yaml": "^4.2@dev",
|
|
"abraham/twitteroauth": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit tests/"
|
|
}
|
|
}
|