Files
2026-06-05 16:40:59 -04:00

24 lines
533 B
JSON

{
"name": "potter/middleware",
"description": "Potter Framework Middleware Interface",
"type": "library",
"require": {
"php": "^8.5",
"psr/http-server-middleware": "^1.0",
"psr/http-message": "^2.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Middleware\\": "src/Potter/Middleware/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable"
}