new composer.json

This commit is contained in:
2026-03-20 18:05:46 -04:00
parent b938d84bf1
commit c703d69bae

View File

@@ -1,9 +1,9 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/cloneable",
"description": "Potter Framework Cloneable Interface ",
"version": "0.0.1",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"homepage": "https://gitpotter.com/Potter/Cloneable",
"license": "MIT",
"authors": [
{
@@ -14,7 +14,7 @@
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
"Potter\\Cloneable\\": "src/Potter/Cloneable/"
}
},
"minimum-stability": "stable",