{
    "name": "tiben/crontab-manager",
    "description": "A library for managing linux cron jobs.",
    "keywords": ["scheduling", "crontab"],
    "authors": [
        {
            "name": "Benjamin Legendre",
            "email": "legendre.benjamin@gmail.com"
        }
    ],
    "license": "Apache-2.0",
    "require": {
        "php": ">= 5.3"
    },
    "require-dev": {
       "phpunit/phpunit": "^4.8.36|^5.7"
    },
    "autoload": {
        "psr-4": {
            "TiBeN\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "TiBeN\\": "tests/"
        }
    }
}
