This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
notes-tell/composer.json
2020-05-09 23:05:29 -04:00

32 lines
690 B
JSON

{
"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/"
}
}
}