{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "548c88751f0e940d1d7dffa55b1209a6", "content-hash": "98c6ef11b19d95e7145cf4666917256b", "packages": [ { "name": "composer/installers", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d78064c68299743e0161004f2de3a0204e33b804" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804", "reference": "d78064c68299743e0161004f2de3a0204e33b804", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "4.1.*" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Hurad", "ImageCMS", "MODX Evo", "Mautic", "OXID", "Plentymarkets", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "expressionengine", "fuelphp", "grav", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "moodle", "phpbb", "piwik", "ppi", "puppet", "reindex", "roundcube", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "time": "2016-08-13 20:53:52" } ], "packages-dev": [ { "name": "simplyadmire/composer-plugins", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/SimplyAdmire/ComposerPlugins.git", "reference": "d8380f670694c1c2330b22591ca74adc82cffe19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SimplyAdmire/ComposerPlugins/zipball/d8380f670694c1c2330b22591ca74adc82cffe19", "reference": "d8380f670694c1c2330b22591ca74adc82cffe19", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "squizlabs/php_codesniffer": "*" }, "type": "composer-plugin", "extra": { "class": [ "SimplyAdmire\\ComposerPlugins\\PhpCodesnifferStandardInstallerPlugin" ] }, "autoload": { "psr-0": { "SimplyAdmire\\ComposerPlugins": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "Rens Admiraal", "email": "rens@simplyadmire.com", "role": "lead" } ], "description": "Composer plugin for installing PHP_CodeSniffer standards", "keywords": [ "PHP_CodeSniffer", "TYPO3 CMS", "TYPO3 Flow", "TYPO3 Neos", "phpcs", "standards", "typo3" ], "time": "2016-05-12 11:58:38" }, { "name": "squizlabs/php_codesniffer", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.1.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "bin": [ "scripts/phpcs", "scripts/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.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": "2016-09-01 23:53:02" }, { "name": "wimg/php-compatibility", "version": "7.0.6", "source": { "type": "git", "url": "https://github.com/wimg/PHPCompatibility.git", "reference": "48583125c9def64c7b09e27c26cf9b72710a6109" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/48583125c9def64c7b09e27c26cf9b72710a6109", "reference": "48583125c9def64c7b09e27c26cf9b72710a6109", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.1.2", "squizlabs/php_codesniffer": "~2.0" }, "require-dev": { "satooshi/php-coveralls": "dev-master" }, "type": "phpcodesniffer-standard", "autoload": { "psr-4": { "PHPCompatibility\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Wim Godden", "role": "lead" } ], "description": "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ], "time": "2016-09-21 17:31:21" }, { "name": "wp-coding-standards/wpcs", "version": "0.10.0", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", "reference": "b39490465f6fd7375743a395019cd597e12119c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/b39490465f6fd7375743a395019cd597e12119c9", "reference": "b39490465f6fd7375743a395019cd597e12119c9", "shasum": "" }, "require": { "squizlabs/php_codesniffer": "^2.6" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", "keywords": [ "phpcs", "standards", "wordpress" ], "time": "2016-08-29 20:04:47" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "simplyadmire/composer-plugins": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [] }