Files
2026-08-14 17:25:43 -04:00

22 lines
420 B
JSON

{
"name": "potter/controller",
"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/router": ">=0.0.1"
}
}