{
    "name": "hmbashar/edu-results-publishing",
    "license": "GPL-2.0-or-later",
    "version": "1.2.0",
    "autoload": {
        "psr-4": {
            "CBEDU\\Inc\\": "inc/"
        }
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "require-dev": {
        "wp-coding-standards/wpcs": "^3.0",
        "wp-cli/i18n-command": "^2.6",
        "phpcompatibility/phpcompatibility-wp": "*"
    },
    "scripts": {
		"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
		"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
		"make-pot": "wp i18n make-pot . languages/edu-results-publishing.pot",
		"lint:autofix": "vendor/bin/phpcbf"
	}
}
