[
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.5.5",
        "version_normalized": "3.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
            "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2020-04-17T01:09:41+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "wp-coding-standards/wpcs",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
            "reference": "7da1894633f168fe244afc6de00d141f27517b62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
            "reference": "7da1894633f168fe244afc6de00d141f27517b62",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "squizlabs/php_codesniffer": "^3.3.1"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpcsstandards/phpcsdevtools": "^1.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
        },
        "time": "2020-05-13T23:57:56+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
            }
        ],
        "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
        "keywords": [
            "phpcs",
            "standards",
            "wordpress"
        ]
    }
]
