{
    "name": "arraytics/timetics",
    "description": "Timetics booking wordpress plugin",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "themewinter/uninstaller_form": "dev-main",
        "arraytics/tools-sdk": "dev-main",
        "themewinter/email-notification-sdk": "dev-main"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "yoast/phpunit-polyfills": "^1.1",
        "wp-phpunit/wp-phpunit": "^6.3"
    },
    "autoload-dev": {
        "psr-4": {
            "Timetics\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "./node_modules/.bin/wp-env start && ./node_modules/.bin/wp-env run tests-cli --env-cwd=wp-content/plugins/timetics -- php -d auto_prepend_file=tests/phpunit-prepend.php vendor/phpunit/phpunit/phpunit",
        "test:coverage": "./node_modules/.bin/wp-env start && ./node_modules/.bin/wp-env run tests-cli --env-cwd=wp-content/plugins/timetics -- php -d auto_prepend_file=tests/phpunit-prepend.php vendor/phpunit/phpunit/phpunit --coverage-html=tests/_coverage"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/themewinter/uninstaller_form"
        },
        {
            "type": "vcs",
            "url": "https://github.com/themewinter/tools-sdk"
        },
        {
            "type": "vcs",
            "url": "https://github.com/themewinter/email-notification-sdk"
        }
    ]
}
