{
    "name": "jmose/command-scheduler-bundle",
    "description": "This Symfony bundle will allow you to schedule all your commands just like UNIX crontab",
    "keywords": ["Symfony", "scheduler", "cron", "command", "task"],
    "homepage": "https://github.com/J-Mose/CommandSchedulerBundle",
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Julien Guyon",
            "email": "julienguyon@hotmail.com"
        }
    ],
    "require": {
        "php": "^7.1",
        "symfony/console": "^3.4|^4.0",
        "doctrine/orm": "^2.5.11",
        "doctrine/doctrine-bundle": "^1.6.10|^2.0",
        "mtdowling/cron-expression": "^1.2",
        "symfony/framework-bundle": "^3.4|^4.0",
        "symfony/twig-bundle": "^3.4|^4.0",
        "symfony/translation": "^3.4|^4.0",
        "symfony/form": "^3.4|^4.0",
        "symfony/asset": "^3.4|^4.0",
        "symfony/templating": "^3.4|^4.0",
        "symfony/validator": "^3.4|^4.0"
    },
    "require-dev": {
        "ext-pcntl": "*",
        "phpunit/phpunit": "^5.7",
        "php-coveralls/php-coveralls": "^2.0",
        "doctrine/doctrine-fixtures-bundle": "^3.0.0",
        "liip/functional-test-bundle": "^3.2",
        "symfony/css-selector": "^3.4|^4.0",
        "symfony/security-bundle": "^3.4|^4.0",
        "liip/test-fixtures-bundle": "^1.0.0"
    },
    "suggest": {
        "ext-pcntl": "For using the scheduler daemon"
    },
    "autoload": {
        "psr-4": {
            "JMose\\CommandSchedulerBundle\\": ""
        }
    },
    "autoload-dev": {
        "psr-4": {
            "App\\Tests\\": "Tests/"
        }
    }
}
