refractor to potter/middleware

This commit is contained in:
2026-06-01 20:28:40 -04:00
parent 05ac6d7c1b
commit 397031ec31
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# Template
# Middleware
Potter Framework Component Template
Potter Framework Middleware Interface
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/middleware",
"description": "Potter Framework Middleware Interface",
"type": "library",
"require": {
"php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
"Potter\\Middleware\\": "src/Potter/Middleware/"
}
},
"authors": [