{
    "name": "wprigel/pollify",
    "type": "wordpress-plugin",
    "description": "Ultimate Poll Creator and Survey Maker Plugin for WordPress",
    "require": {
        "freemius/wordpress-sdk": "^2.12"
    },
    "require-dev": {
        "wp-coding-standards/wpcs": "^3.0",
        "phpcompatibility/phpcompatibility-wp": "*",
        "sirbrillig/phpcs-variable-analysis": "^2.11",
        "brain/monkey": "^2.6",
        "wp-phpunit/wp-phpunit": "^6.5",
        "yoast/phpunit-polyfills": "^2.0",
        "phpunit/phpunit": "^9.5 || ^10.5"
    },
    "autoload": {
        "psr-4": {
            "wpRigel\\Pollify\\": "includes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "wpRigel\\Pollify\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "cs": "@php ./vendor/bin/phpcs",
        "cs:fix": "@php ./vendor/bin/phpcbf",
        "test": "@php ./vendor/bin/phpunit"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
