2019-10-04 15:48:21 +00:00
|
|
|
{
|
|
|
|
"name": "mcnd/notes",
|
|
|
|
"description": "Easy annotation based on PHP array syntax",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
2023-07-09 16:41:36 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2019-10-04 15:48:21 +00:00
|
|
|
}
|
|
|
|
],
|
2024-05-09 19:43:08 +00:00
|
|
|
"require": {
|
|
|
|
"mcnd/kash" : "dev-master"
|
|
|
|
},
|
2019-10-04 15:48:21 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Notes\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|