Update composer.json

This commit is contained in:
2026-06-12 19:05:40 +00:00
parent 0c094053ee
commit 82b7fc6a6f
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "potter/template", "name": "potter/resource",
"description": "Potter Framework Component Template", "description": "Potter Framework Resource Interface",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5" "php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Potter\\": "src/Potter/" "Potter\\Resource\\": "src/Potter/Resource/"
} }
}, },
"authors": [ "authors": [