{ "name": "mcnd/notes-breadcrumb", "description": "Annotation-based breadcrumb", "type": "library", "license": "MIT", "authors": [ { "name": "Dave Mc Nicoll", "email": "info@mcnd.ca" } ], "require": { "mcnd/notes": "master-dev", "mcnd/notes-route": "master-dev" }, "repositories": [ { "type": "vcs", "url": "https://github.com/mcNdave/notes.git" }, { "type": "vcs", "url": "https://github.com/mcNdave/notes-route.git" } ], "autoload": { "psr-4": { "Notes\\Breadcrumb\\": "src/" } } }