Files
Uri/composer.json
T
Potter Framework daa24de13f Initial commit
2026-06-05 19:32:40 +00:00

22 lines
424 B
JSON

{
"name": "potter/template",
"description": "Potter Framework Component Template",
"type": "library",
"require": {
"php": "^8.5"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}