notes-event/composer.json

27 lines
577 B
JSON
Raw Normal View History

2023-03-29 15:20:02 +00:00
{
2023-03-29 15:21:13 +00:00
"name": "mcnd/notes-event",
"description": "List every runnable event method from your controller using annotations.",
2023-03-29 15:20:02 +00:00
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
"mcnd/notes": "master-dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/notes.git"
}
],
"autoload": {
"psr-4": {
2023-03-29 15:21:13 +00:00
"Notes\\Event\\": "src/"
2023-03-29 15:20:02 +00:00
}
}
}