This commit is contained in:
2026-03-21 12:17:16 -04:00
parent a73e788b11
commit 5598373b09
10 changed files with 73 additions and 22 deletions

View File

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