update composer.json

This commit is contained in:
2026-03-20 18:27:52 -04:00
parent c703d69bae
commit 9356bf990e

View File

@@ -1,7 +1,7 @@
{
"name": "potter/cloneable",
"description": "Potter Framework Cloneable Interface ",
"version": "0.0.1",
"description": "Potter Framework Cloneable Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Cloneable",
"license": "MIT",
@@ -19,6 +19,7 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"potter/template": "^1.0"
}
}