notes-cli/composer.json

27 lines
577 B
JSON
Raw Permalink Normal View History

2023-07-09 23:12:46 +00:00
{
"name": "mcnd/notes-cli",
"description": "List every runnable method from the CLI within attributes from set of files.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
"mcnd/notes": "master-dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/notes.git"
}
],
"autoload": {
"psr-4": {
"Notes\\CLI\\": "src/"
}
}
}