generated from Potter/Http-Server-Aware
Initial commit
This commit is contained in:
26
composer.json
Normal file
26
composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "potter/http-server-aware",
|
||||
"description": "Potter Framework HTTP Server Aware Interface",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"homepage": "https://gitpotter.com/Potter/HTTP-Server-Aware",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jay Potter",
|
||||
"email": "j@ypotter.ca",
|
||||
"homepage": "https://gitpotter.com/"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Potter\\Http\\Server\\": "src/Potter/Http/Server/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"potter/aware": "^1.0",
|
||||
"react/http": "^1.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user