From 91c8534554503e15ae206fe1ee458c68eb4f1d88 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Sun, 31 May 2026 17:18:37 -0400 Subject: [PATCH] init repo --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab05ff6..5500376 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Template +# Startable -Potter Framework Component Template \ No newline at end of file +Potter Framework Startable Interface \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..1bb701d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/startable", + "description": "Potter Framework Startable Interface", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\": "src/Potter/Contract/" } }, "authors": [