1
0
mirror of https://gitee.com/zhc02/timely_service.git synced 2025-07-27 18:30:31 +08:00
2019-10-30 23:42:52 +08:00

29 lines
636 B
JSON

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