composer init

This commit is contained in:
2026-07-10 16:40:04 -04:00
parent a2d2b2d3c9
commit a48f080d14
+22
View File
@@ -0,0 +1,22 @@
{
"name": "potter/event",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\Event\\": "src/Potter/Event/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {
"league/event": "^3.0",
"symfony/event-dispatcher-contracts": "^3.7",
"symfony/event-dispatcher": "^8.1"
}
}