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