{
	"name": "jtzl/swipecomic",
	"description": "SwipeComic - Mobile-first comic reader for WordPress",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=8.1"
	},
	"require-dev": {
		"phpunit/phpunit": "^9.6",
		"yoast/phpunit-polyfills": "^3.0",
		"wp-coding-standards/wpcs": "^3.0",
		"sirbrillig/phpcs-variable-analysis": "^2.11",
		"phpcompatibility/phpcompatibility-wp": "*"
	},
	"autoload": {
		"psr-4": {
			"JTZL\\SwipeComic\\": "includes/"
		}
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"composer/installers": true
		},
		"optimize-autoloader": true,
		"sort-packages": true
	},
	"scripts": {
		"format": "@php ./vendor/bin/phpcbf . --report=summary,source",
		"lint": "@php ./vendor/bin/phpcs . --report=summary,source",
		"lint:errors": "@lint -n",
		"test": "@php ./vendor/bin/phpunit --exclude-group ajax",
		"test:ajax": "@php ./vendor/bin/phpunit --group ajax",
		"test:all": "@php ./vendor/bin/phpunit"
	}
}
