Files
Event/composer.json
2026-03-21 12:17:16 -04:00

28 lines
679 B
JSON

{
"name": "potter/event",
"description": "Potter Framework Event Dispatcher Implementation",
"version": "1.0.0",
"type": "library",
"homepage": "https://gitpotter.com/Potter/Event",
"license": "MIT",
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca",
"homepage": "https://gitpotter.com/"
}
],
"autoload": {
"psr-4": {
"Potter\\Event\\": "src/Potter/Event/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^8.3",
"psr/event-dispatcher": "^1.0",
"league/event": "^3.0",
"potter/aware": "^1.0"
}
}