This commit is contained in:
2026-06-05 15:23:03 -04:00
parent 524ec88821
commit 14d37a402a
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
# Template # Message
Potter Framework Component Template Potter Framework Message Interface
+5 -4
View File
@@ -1,14 +1,15 @@
{ {
"name": "potter/template", "name": "potter/message",
"description": "Potter Framework Component Template", "description": "Potter Framework Message Interface",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5" "php": "^8.5",
"psr/http-message": "^2.0"
}, },
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Potter\\": "src/Potter/" "Potter\\Message\\": "src/Potter/Message/"
} }
}, },
"authors": [ "authors": [