2019-12-10 19:33:45 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/notes-security",
|
|
|
|
"description": "Security annotation at class or method level.",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-11-03 23:53:50 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2019-12-10 19:33:45 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2020-10-13 19:04:50 +00:00
|
|
|
"mcnd/notes": "master-dev"
|
2019-12-10 19:33:45 +00:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/mcNdave/notes.git"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-10-13 19:04:50 +00:00
|
|
|
"Notes\\Security\\": "src/"
|
2019-12-10 19:33:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|