{
    "name": "mcnd/notes-cronard",
    "description": "List every runnable cron method from your controller using annotations.",
    "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\\Cronard\\": "src/"
        }
    }
}