25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "potter/bootstrap",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\": "src/Potter/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"potter/container": ">=0.0.1",
|
|
"potter/controller": ">=0.0.1",
|
|
"potter/response": ">=0.0.1",
|
|
"potter/router": ">=0.0.1",
|
|
"psr/http-message": "^2.0.0"
|
|
}
|
|
}
|