generated from Potter/Template
25 lines
574 B
JSON
25 lines
574 B
JSON
{
|
|
"name": "potter/template",
|
|
"description": "Potter Framework Component Template",
|
|
"version": "0.0.1",
|
|
"type": "library",
|
|
"homepage": "https://gitpotter.com/Potter/Template",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca",
|
|
"homepage": "https://gitpotter.com/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Template\\": "src/Potter/Template/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.3"
|
|
}
|
|
}
|