{ "name": "mcnd/notes-event", "description": "List every runnable event method from your controller using annotations.", "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": { "Notes\\Event\\": "src/" } } }