{
	"name": "blockera/plugin",
	"description": "A Blockera Site Editor experience base on Gutenberg core modules.",
	"type": "library",
	"license": "ISC",
	"repositories": [
		{
			"type": "path",
			"url": "packages/blockera"
		},
		{
			"type": "path",
			"url": "packages/blockera-admin"
		},
		{
			"type": "path",
			"url": "packages/bootstrap"
		},
		{
			"type": "path",
			"url": "packages/editor"
		},
		{
			"type": "path",
			"url": "packages/utils"
		},
		{
			"type": "path",
			"url": "packages/wordpress"
		},
		{
			"type": "path",
			"url": "packages/exceptions"
		},
		{
			"type": "path",
			"url": "packages/data"
		},
		{
			"type": "path",
			"url": "packages/data-editor"
		},
		{
			"type": "path",
			"url": "packages/controls"
		},
		{
			"type": "path",
			"url": "packages/classnames"
		},
		{
			"type": "path",
			"url": "packages/icons"
		},
		{
			"type": "path",
			"url": "packages/http"
		},
		{
			"type": "path",
			"url": "packages/blocks/core"
		},
		{
			"type": "path",
			"url": "packages/env"
		},
		{
			"type": "path",
			"url": "packages/dev-phpunit"
		},
		{
			"type": "path",
			"url": "packages/telemetry"
		}
	],
	"authors": [
		{
			"name": "The Blockera Contributors"
		}
	],
	"minimum-stability": "dev",
	"require": {
		"php": ">=7.4",
		"blockera/blockera": "*",
		"blockera/blockera-admin": "*",
		"blockera/blocks-core": "*",
		"blockera/bootstrap": "*",
		"blockera/env": "*",
		"blockera/classnames": "*",
		"blockera/controls": "*",
		"blockera/icons": "*",
		"blockera/editor": "*",
		"blockera/utils": "*",
		"blockera/wordpress": "*",
		"blockera/exceptions": "*",
		"blockera/data": "*",
		"blockera/data-editor": "*",
		"blockera/http": "*",
		"blockera/telemetry": "*",
		"vlucas/phpdotenv": "^5.5@dev"
	},
	"require-dev": {
		"blockera/dev-phpunit": "*",
		"symfony/dom-crawler": "5.4.x-dev",
		"symfony/css-selector": "5.4.x-dev",
		"voku/simple_html_dom": "dev-master",
		"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"phpunit/phpunit": "^9.5.21",
		"squizlabs/php_codesniffer": "^3.7.2",
		"wp-cli/wp-cli-bundle": "^2.4",
		"wp-coding-standards/wpcs": "^2.1",
		"wp-phpunit/wp-phpunit": "dev-master",
		"filp/whoops": "^2.15",
		"yoast/phpunit-polyfills": "^2.0@dev",
		"symfony/var-dumper": "5.4.x-dev",
		"10up/wp_mock": "^0.4"
	},
	"config": {
		"process-timeout": 0,
		"platform": {
			"php": "7.4"
		},
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"cweagans/composer-patches": true
		}
	},
	"scripts": {
		"test": "@php ./vendor/bin/phpunit",
		"lint": "phpcs --standard=phpcs.xml",
		"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
		"test:coverage": "@php ./vendor/bin/phpunit --coverage-html php-coverage"
	},
	"optimize-autoloader": "true",
	"apcu-autoloader": true,
	"classmap-authoritative": true
}
