implement Potter\Aware

This commit is contained in:
2026-05-31 19:14:24 -04:00
parent 7d99358220
commit 8672ec72a4
5 changed files with 70 additions and 2 deletions
+4 -2
View File
@@ -3,12 +3,14 @@
"description": "Potter Framework Aware Implementation",
"type": "library",
"require": {
"php": "^8.5"
"php": "^8.5",
"potter/cloneable": "^0.0.1",
"potter/container": "^0.0.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Aware": "src/Potter/Aware/"
"Potter\\Aware\\": "src/Potter/Aware/"
}
},
"authors": [