vd/vendor/dipper/console/composer.json
2018-11-05 09:26:30 +08:00

28 lines
669 B
JSON

{
"name": "dipper/console",
"description": "The Command Line Interface for the Dipper Architecture",
"license": "MIT",
"authors": [
{
"name": "HollyTeng",
"email": "n.haoyuan@gmail.com"
}
],
"autoload": {
"psr-4": {
"Dipper\\Console\\": "src/"
}
},
"bin": [
"dipper"
],
"minimum-stability": "stable",
"require": {
"symfony/console": "~3.4",
"symfony/finder": "~3.4",
"symfony/filesystem": "~3.4",
"illuminate/contracts": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*"
}
}