{
	"name": "happyprime/theme-image-block",
	"description": "Use images from your theme as blocks in content.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"composer/installers": true,
			"phpstan/extension-installer": true
		},
		"platform": {
			"php": "7.4"
		}
	},
	"repositories": [
		{
			"type": "package",
			"package": {
				"name": "phpcompatibility/php-compatibility",
				"type": "phpcodesniffer-standard",
				"version": "9.99.9",
				"source": {
					"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
					"type": "git",
					"reference": "9f7142356b5674164a6f6dbe12a7a1bcc632db21"
				}
			}
		}
	],
	"autoload": {
		"psr-4": {
			"HappyPrime\\ThemeImageBlock\\": "src/"
		}
	},
	"require-dev": {
		"happyprime/coding-standards": "*",
		"phpcompatibility/php-compatibility": "9.99.9"
	},
	"scripts": {
		"build": "composer install --no-dev --optimize-autoloader && wp dist-archive ./",
		"phpcs": "vendor/bin/phpcs",
		"phpcbf": "vendor/bin/phpcbf",
		"phpstan": "vendor/bin/phpstan analyse --memory-limit=2048M",
		"phpunit": "vendor/bin/phpunit"
	}
}
