notes-tell/composer.json

32 lines
690 B
JSON
Raw Permalink Normal View History

2020-05-10 03:05:29 +00:00
{
"name": "mcnd/notes-tell",
"description": "A library linking Notes and Tell together.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "mcndave@gmail.com"
}
],
"require": {
"mcnd/notes": "master-dev",
"mcnd/tell": "master-dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/notes.git"
},
{
"type": "vcs",
"url": "https://github.com/mcNdave/tell.git"
}
],
"autoload": {
"psr-4": {
"Notes\\Tell\\": "src/"
}
}
}