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": [