generated from Potter/Template
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "potter/resource",
|
|
"description": "Potter Framework Resource Implementation",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.5",
|
|
"potter/aware": "^0.0.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Resource\\": "src/Potter/Resource/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|