Files
Bootstrap/composer.json
T
2026-08-14 17:56:52 -04:00

22 lines
423 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"
}
}