diff --git a/README.md b/README.md index ab05ff6..e0abf18 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Template +# Container -Potter Framework Component Template \ No newline at end of file +Potter Framework Container Interface \ No newline at end of file diff --git a/composer.json b/composer.json index 632d3fd..53d6fad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/container", + "description": "Potter Framework Container Template", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\Container\\": "src/Potter/Container/" } }, "authors": [