{
    "require": {
        "freemius/wordpress-sdk": "^2.7",
        "woocommerce/woocommerce-sniffs": "^1.0"
    },
    "require-dev": {
        "ideawp/github-workflows": "dev-main",
        "iconicwp/wordpress-settings-framework": "dev-master",
        "squizlabs/php_codesniffer": "^3.9",
        "woocommerce/action-scheduler" : "dev-trunk",
        "szepeviktor/phpstan-wordpress": "^2.0"
    },
    "scripts": {
        "phpstan": "./vendor/bin/phpstan analyse --memory-limit=2048M"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ideawp/github-workflows"
        },
        {
            "type": "vcs",
            "url": "https://github.com/iconicwp/WordPress-Settings-Framework.git"
        },
        {
            "type": "vcs",
            "url": "https://github.com/woocommerce/action-scheduler.git"
        }
    ],
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        }
    }
}
