generated from Potter/Template
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "potter/message",
|
|
"description": "Potter Framework Message Interface",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.5",
|
|
"psr/http-message": "^2.0"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Potter\\Message\\": "src/Potter/Message/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jay Potter",
|
|
"email": "j@ypotter.ca"
|
|
}
|
|
],
|
|
"minimum-stability": "stable"
|
|
}
|