fedi-feed-router/composer.json

26 lines
665 B
JSON

{
"name": "feddev/lemmy-poster",
"description": "Lemmy Article Poster",
"type": "project",
"require": {
"guzzlehttp/guzzle": "8.0.x-dev",
"monolog/monolog": "3.x-dev",
"vlucas/phpdotenv": "5.6.x-dev",
"illuminate/collections": "^13.0@dev",
"illuminate/database": "^13.0@dev",
"illuminate/events": "^13.0@dev"
},
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"Myrmidex\\LemmyPoster\\": "src/"
}
},
"authors": [
{
"name": "myrmidex",
"email": "myrmidex@myrmidex.net"
}
],
"minimum-stability": "dev"
}