event/composer.json

19 lines
386 B
JSON

{
"name": "mcnd/event",
"description": "An event library which interface with PHP 8 native attributes.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {},
"autoload": {
"psr-4": {
"Mcnd\\Event\\": "src/"
}
}
}