diff --git a/.gitignore b/.gitignore index df8b2d5..c7ce00a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ composer.lock composer.phar -/nbproject/private/ +/nbproject/ /vendor/ \ No newline at end of file diff --git a/README.md b/README.md index 03a72b5..426ddbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Potter Framework Component Template +# Potter Framework Throwable Interface Hello World \ No newline at end of file diff --git a/composer.json b/composer.json index 88f10f4..6a27a51 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "potter/template", - "description": "Potter Framework Component Template", + "name": "potter/throwable", + "description": "Potter Framework Throwable Interface", "version": "1.0.0", "type": "library", - "homepage": "https://gitpotter.com/Potter/Template", + "homepage": "https://gitpotter.com/Potter/Throwable", "license": "MIT", "authors": [ { @@ -14,11 +14,13 @@ ], "autoload": { "psr-4": { - "Potter\\Template\\": "src/Potter/Template/" + "Potter\\Throwable\\": "src/Potter/Throwable/" } }, "minimum-stability": "stable", "require": { - "php": "^8.3" + "php": "^8.3", + "potter/stringable": "^1.0", + "potter/template": "^1.0" } } diff --git a/src/Potter/Template/AbstractTemplate.php b/src/Potter/Template/AbstractTemplate.php deleted file mode 100644 index da5f656..0000000 --- a/src/Potter/Template/AbstractTemplate.php +++ /dev/null @@ -1,8 +0,0 @@ -