|
{
|
|
"name": "mcnd/notes",
|
|
"description": "Easy annotation based on PHP array syntax",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "mcndave@gmail.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Notes\\": "src/"
|
|
}
|
|
}
|
|
}
|