fedi-feed-router/composer.json

24 lines
532 B
JSON
Raw Normal View History

2025-06-28 01:57:25 +02:00
{
"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"
},
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"Myrmidex\\LemmyPoster\\": "src/"
}
},
"authors": [
{
"name": "myrmidex",
"email": "myrmidex@myrmidex.net"
}
],
"minimum-stability": "dev"
}