2019-12-10 19:29:33 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/notes-breadcrumb",
|
|
|
|
"description": "Annotation-based breadcrumb",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-07-09 16:43:50 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2019-12-10 19:29:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-01-21 18:38:39 +00:00
|
|
|
"mcnd/notes": "master-dev",
|
|
|
|
"mcnd/notes-route": "master-dev"
|
2019-12-10 19:29:33 +00:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/mcNdave/notes.git"
|
2023-01-21 18:38:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/mcNdave/notes-route.git"
|
2019-12-10 19:29:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Notes\\Breadcrumb\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|