{
    "name": "vanushwashere/cron-expression-php5",
    "type": "library",
    "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
    "keywords": ["cron", "schedule", "php5"],
    "license": "MIT",
    "authors": [{
        "name": "Vanush Ghamaryan",
        "email": "vanush.kamaryan@gmail.com",
        "homepage": "https://github.com/vanushwashere"
    }],
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.7"
    },
    "autoload": {
        "psr-4": {
            "Cron\\": "src/Cron/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/Cron/"
        }
    }
}
