[
    {
        "name": "jakub-onderka/php-parallel-lint",
        "version": "v0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
            "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
            "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "jakub-onderka/php-console-highlighter": "~0.3",
            "nette/tester": "~1.3"
        },
        "suggest": {
            "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
        },
        "time": "2015-12-15T10:42:16+00:00",
        "bin": [
            "parallel-lint"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "./"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "jakub.onderka@gmail.com"
            }
        ],
        "description": "This tool check syntax of PHP files about 20x faster than serial check.",
        "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint"
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e4fb41d5d0387d556e2c25534d630b3cce90ea67",
            "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-12-11T00:12:46+00:00",
        "bin": [
            "scripts/phpcs",
            "scripts/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "CodeSniffer.php",
                "CodeSniffer/CLI.php",
                "CodeSniffer/Exception.php",
                "CodeSniffer/File.php",
                "CodeSniffer/Fixer.php",
                "CodeSniffer/Report.php",
                "CodeSniffer/Reporting.php",
                "CodeSniffer/Sniff.php",
                "CodeSniffer/Tokens.php",
                "CodeSniffer/Reports/",
                "CodeSniffer/Tokenizers/",
                "CodeSniffer/DocGenerators/",
                "CodeSniffer/Standards/AbstractPatternSniff.php",
                "CodeSniffer/Standards/AbstractScopeSniff.php",
                "CodeSniffer/Standards/AbstractVariableSniff.php",
                "CodeSniffer/Standards/IncorrectPatternException.php",
                "CodeSniffer/Standards/Generic/Sniffs/",
                "CodeSniffer/Standards/MySource/Sniffs/",
                "CodeSniffer/Standards/PEAR/Sniffs/",
                "CodeSniffer/Standards/PSR1/Sniffs/",
                "CodeSniffer/Standards/PSR2/Sniffs/",
                "CodeSniffer/Standards/Squiz/Sniffs/",
                "CodeSniffer/Standards/Zend/Sniffs/"
            ]
        },
        "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": "http://www.squizlabs.com/php-codesniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "mediawiki/mediawiki-codesniffer",
        "version": "v0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wikimedia/mediawiki-tools-codesniffer.git",
            "reference": "e1ee95d0beb1c0eed8d98b6e4aa322130ac04d50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/e1ee95d0beb1c0eed8d98b6e4aa322130ac04d50",
            "reference": "e1ee95d0beb1c0eed8d98b6e4aa322130ac04d50",
            "shasum": ""
        },
        "require": {
            "squizlabs/php_codesniffer": "2.5.0"
        },
        "require-dev": {
            "jakub-onderka/php-parallel-lint": "0.9.*",
            "phpunit/phpunit": "~4.8.18"
        },
        "time": "2015-12-29T01:03:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "MediaWiki CodeSniffer Standards",
        "homepage": "https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP",
        "keywords": [
            "codesniffer",
            "mediawiki"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.3.5",
        "version_normalized": "3.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
            "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-07-13T13:05:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    }
]
