Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/vapecompany/demo.vapecompany.com.bd/vendor/dragonmantank/cron-expression/ |
Upload File : |
{ "name": "dragonmantank/cron-expression", "type": "library", "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": ["cron", "schedule"], "license": "MIT", "authors": [ { "name": "Chris Tankersley", "email": "chris@ctankersley.com", "homepage": "https://github.com/dragonmantank" } ], "require": { "php": "^7.2|^8.0", "webmozart/assert": "^1.7.0" }, "require-dev": { "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.0|^8.0|^9.0", "phpstan/phpstan-webmozart-assert": "^0.12.7", "phpstan/extension-installer": "^1.0" }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" } }, "autoload-dev": { "psr-4": { "Cron\\Tests\\": "tests/Cron/" } }, "replace": { "mtdowling/cron-expression": "^1.0" }, "scripts": { "phpstan": "./vendor/bin/phpstan analyse -l max src", "test": "phpunit" } }