refractor to potter/cloneable

This commit is contained in:
2026-05-31 18:14:45 -04:00
parent 9dadc3518a
commit 3dd31e21fe
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/cloneable",
"description": "Potter Framework Cloneable Interface",
"type": "library",
"require": {
"php": "^8.5"
@@ -8,7 +8,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
"Potter\\Cloneable\\": "src/Potter/Cloneable/"
}
},
"authors": [