This commit is contained in:
2026-03-21 10:11:35 -04:00
parent 24a5a7d4e5
commit 3780e3cddb
5 changed files with 51 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "potter/template",
"description": "Potter Framework Component Template",
"name": "potter/aware",
"description": "Potter Framework Aware Interface",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Template",
"homepage": "https://gitpotter.com/Potter/Aware",
"license": "MIT",
"authors": [
{
@@ -14,11 +14,13 @@
],
"autoload": {
"psr-4": {
"Potter\\Template\\": "src/Potter/Template/"
"Potter\\Aware\\": "src/Potter/Aware/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"potter/cloneable": "^1.0",
"potter/container": "^1.0"
}
}