{ "name": "xavier/xcron-expression", "type": "library", "description": "base on Michael Dowling`s cron-expression", "keywords": ["cron", "schedule"], "license": "MIT", "authors": [{ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }], "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~5.7" }, "autoload": { "psr-4": { "XCron\\": "src/Cron/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/Cron/" } } }