{
    "name": "dframe/cron",
    "description": "Cron component Dframe",
    "keywords": [
        "php cron",
        "dframe"
    ],
    "homepage": "https://dframeframework.com/en/docs/dframe/master/cron/overview",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "S?awomir Kaleta",
            "email": " [email protected]"
        }
    ],
    "require": {
        "php": ">=7.3",
        "ext-json": "*",
        "dframe/loader": "^v4.1"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload": {
        "psr-4": {
            "Dframe\\Cron\\": ""
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Dframe\\Cron\\Tests\\": "Tests"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "mikey179/vfsstream": "^1.6"
    },
    "scripts": {
        "test": [
            "@phpunit"
        ],
        "phpunit": "php vendor/bin/phpunit"
    }
}
 
  |