notes-security/composer.json

27 lines
559 B
JSON
Raw Normal View History

{
"name": "mcnd/notes-security",
"description": "Security annotation at class or method level.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {
"mcnd/notes": "master-dev",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/notes.git"
}
],
"autoload": {
"psr-4": {
"Notes\\Route\\": "src/"
}
}
}