This commit is contained in:
2026-03-21 11:12:26 -04:00
parent 690ead0f64
commit 1b4dca9810
6 changed files with 36 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/http-server-aware",
"description": "Potter Framework HTTP Server Aware Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"homepage": "https://gitpotter.com/Potter/HTTP-Server-Aware",
"license": "MIT",
"authors": [
{
@@ -14,11 +14,13 @@
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
"Potter\\Http\\Server\\": "src/Potter/Http/Server/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"potter/aware": "^1.0",
"react/http": "^1.11"
}
}