diff --git a/composer.json b/composer.json index 632d3fd..8c52e2b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/factory", + "description": "Potter Framework Factory Interface", "type": "library", "require": { "php": "^8.5" @@ -8,7 +8,7 @@ "license": "MIT", "autoload": { "psr-4": { - "Potter\\": "src/Potter/" + "Potter\\Factory\\": "src/Potter/Factory/" } }, "authors": [