{ "name": "blockera/blockera", "type": "package", "description": "Lightweight full site editing starter theme for building WordPress sites with blocks.", "keywords": [ "WordPress", "Themes" ], "homepage": "https://profiles.wordpress.org/blockera/", "license": "GPL-2.0-or-later", "require": { "php": ">=7.4" }, "require-dev": { "szepeviktor/phpstan-wordpress": "^1.0.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "wp-coding-standards/wpcs": "*", "wptrt/wpthemereview": "^0.2.1" }, "scripts": { "analyze": "@php ./vendor/bin/phpstan analyze", "standards:check": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs", "standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }