From 14d37a402a08fa2c5f4c1db7418ec7b7b40f8a07 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 5 Jun 2026 15:23:03 -0400 Subject: [PATCH] 0.0.1 --- README.md | 4 ++-- composer.json | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ab05ff6..d1b2233 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Template +# Message -Potter Framework Component Template \ No newline at end of file +Potter Framework Message Interface \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..7ff2677 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,15 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/message", + "description": "Potter Framework Message Interface", "type": "library", "require": { - "php": "^8.5" + "php": "^8.5", + "psr/http-message": "^2.0" }, "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\Message\\": "src/Potter/Message/" } }, "authors": [