Files
Bootstrap/composer.json
T
2026-08-14 17:55:22 -04:00

21 lines
384 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/controller": ">=0.0.1"
}
}