19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "potter/console",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Console\\": "src/Potter/Console/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {}
|
|
}
|