/home/eigit/eurolab.mk/wp-content/plugins/genesis-custom-blocks/composer.json
{
    "name": "studiopress/genesis-custom-blocks",
    "type": "wordpress-plugin",
    "description": "The easy way to build custom blocks for Gutenberg.",
    "homepage": "https://github.com/studiopress/genesis-custom-blocks",
    "license": "GPL-2.0",
    "require": {
        "php": "^7 || ^8"
    },
    "require-dev": {
        "brain/monkey": "^2",
        "dealerdirect/phpcodesniffer-composer-installer": "^1",
        "mockery/mockery": "^1",
        "phpcompatibility/phpcompatibility-wp": "^2.1.4",
        "squizlabs/php_codesniffer": "^3.7.2",
        "wp-coding-standards/wpcs": "dev-develop#2.3.0-fix-vsprintf",
        "phpunit/phpunit": "^5.7 || ^7 || ^9",
        "yoast/phpunit-polyfills": "^1"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "autoload": {
        "psr-4": {
          "Genesis\\CustomBlocks\\": "php/"
        }
    },
    "scripts": {
        "lint": [
            "phpcs"
        ],
        "lint-fix": [
            "phpcbf"
        ],
        "test": [
            "phpunit"
        ]
    }
}