{
    "name": "strategy11/another-wordpress-classifieds-plugin",
    "description": "A plugin that provides the ability to run a free or paid classified ads servie on your WP site.",
    "type": "wordpress-plugin",
    "autoload": {
        "classmap": [
            "admin",
            "frontend",
            "includes",
            "installer.php"
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/includes"
        ],
        "exclude-from-classmap": [
            "vendor/composer"
        ]
    },
    "require-dev": {
        "yoast/phpunit-polyfills": "^1.0",
        "antecedent/patchwork": "^2.1.21",
        "brain/monkey": "dev-dev",
        "dealerdirect/phpcodesniffer-composer-installer": "0.*",
        "phake/phake": "^4.0",
        "phpcompatibility/php-compatibility": "*",
        "squizlabs/php_codesniffer": "^3.7.0",
        "wp-coding-standards/wpcs": "^3",
        "php-stubs/wordpress-stubs": "^6.0",
        "phpstan/phpstan": "^1.8",
        "dms/phpunit-arraysubset-asserts": "^0.4.0"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "scripts": {
        "format": "phpcbf . --standard=phpcs.xml --extensions=php --report-summary --report-source -d memory_limit=512M",
        "phpcs": "phpcs -p -s -v -n . --standard=phpcs.xml --extensions=php",
        "phpstan": "vendor/bin/phpstan analyze ./ --memory-limit=2G",
        "phpunit": "vendor/phpunit/phpunit/phpunit --configuration phpunit.xml"
    }
}
