Files
Resource/composer.json
T
2026-06-12 15:34:52 -04:00

23 lines
477 B
JSON

{
"name": "potter/resource",
"description": "Potter Framework Resource Interface",
"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"
}