{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "48d7d595935155d4a59d4784126b6d33", "packages": [], "packages-dev": [ { "name": "jakub-onderka/php-parallel-lint", "version": "v0.8", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git", "reference": "2b242dcdbdd7369d2a746518ac31bb30c514b728" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2b242dcdbdd7369d2a746518ac31bb30c514b728", "reference": "2b242dcdbdd7369d2a746518ac31bb30c514b728", "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" }, "bin": [ "parallel-lint" ], "type": "library", "autoload": { "classmap": [ "./" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "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", "time": "2014-10-05 10:19:39" }, { "name": "mediawiki/mediawiki-codesniffer", "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-tools-codesniffer.git", "reference": "83b4ab6bb9720393185bdfa691d4448a9ed759c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/83b4ab6bb9720393185bdfa691d4448a9ed759c6", "reference": "83b4ab6bb9720393185bdfa691d4448a9ed759c6", "shasum": "" }, "require": { "squizlabs/php_codesniffer": "2.3.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.8.*", "phpunit/phpunit": "~4.1.0" }, "type": "library", "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" ], "time": "2015-06-02 18:42:05" }, { "name": "squizlabs/php_codesniffer", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "5046b0e01c416fc2b06df961d0673c85bcdc896c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5046b0e01c416fc2b06df961d0673c85bcdc896c", "reference": "5046b0e01c416fc2b06df961d0673c85bcdc896c", "shasum": "" }, "require": { "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.1.2" }, "bin": [ "scripts/phpcs", "scripts/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" ], "time": "2015-03-04 02:07:03" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }