generated from Potter/Template
28 lines
679 B
JSON
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"
|
|
}
|
|
}
|