Files
Response/composer.json
T
2026-08-14 17:40:10 -04:00

19 lines
358 B
JSON

{
"name": "potter/response",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Response\\": "src/Potter/Response/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}