From c9d2aa117068092fffcba851898280981a4bf72d Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 31 May 2026 18:53:39 -0400 Subject: [PATCH] implement Potter\Aware --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab05ff6..a3a021a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Template -Potter Framework Component Template \ No newline at end of file +Potter Framework Aware Implementation \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..7543d19 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/aware", + "description": "Potter Framework Aware Implementation", "type": "library", "require": { "php": "^8.5"