32 lines
624 B
JSON
32 lines
624 B
JSON
{
|
|
"name": "danmaku/console-writer",
|
|
"type": "library",
|
|
"description": "Easily adaptable console input/output writer for Symfony.",
|
|
"authors": [
|
|
{
|
|
"name": "Marvin Schreurs",
|
|
"email": "fristi@danmaku.moe",
|
|
"homepage": "https://fristi.danmaku.moe",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "fristi@danmaku.moe"
|
|
},
|
|
"keywords": [
|
|
"console",
|
|
"symfony"
|
|
],
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"symfony/console": "^4.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Danmaku\\Console\\": "src/Console"
|
|
}
|
|
}
|
|
}
|