{
    "name": "onepix/woocommerce-gateway-template",
    "description": "Accept payments via gateway template",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "Onepix\\VividMoney\\": "includes/"
        }
    },
    "authors": [
        {
            "name": "onepix"
        }
    ],
    "minimum-stability": "stable",
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.7",
        "wp-coding-standards/wpcs": "^2",
        "wp-cli/wp-cli-bundle": "^2.7",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "scripts": {
        "phpcs": "php ./vendor/bin/phpcs ./includes vivid-money-payments.php ./main-class-shortcut.php --standard=ruleset.xml --cache -p -s --colors --report=summary",
        "phpcs:full": "php ./vendor/bin/phpcs ./includes vivid-money-payments.php ./main-class-shortcut.php --standard=ruleset.xml --cache -p -s --colors",
        "phpcs:fix": "php ./vendor/bin/phpcbf ./includes vivid-money-payments.php ./main-class-shortcut.php --standard=ruleset.xml --cache -p -s --colors",
        "zip": "./bin/zip.sh",
        "make-pot": "./vendor/bin/wp i18n make-pot . --slug=vivid-money-payments",
        "update-po": "./vendor/bin/wp i18n update-po ./languages/vivid-money-payments.pot",
        "make-mo": "./vendor/bin/wp i18n make-mo ./languages",
        "rename-template": "./bin/rename_template.sh"
    }
}
