{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "3adf684f645e9c447a480f458f7b2d7b", "packages": [ { "name": "composer/installers", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b", "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "^4.8.36" }, "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", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "modulework", "modx", "moodle", "osclass", "phpbb", "piwik", "ppi", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "time": "2018-08-27T06:10:37+00:00" }, { "name": "yahnis-elsts/plugin-update-checker", "version": "v4.5.1", "source": { "type": "git", "url": "https://github.com/YahnisElsts/plugin-update-checker.git", "reference": "57a25d905a9a4db2fdb60bc8f0b0f861cc3ee110" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/YahnisElsts/plugin-update-checker/zipball/57a25d905a9a4db2fdb60bc8f0b0f861cc3ee110", "reference": "57a25d905a9a4db2fdb60bc8f0b0f861cc3ee110", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "files": [ "plugin-update-checker.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yahnis Elsts", "email": "whiteshadow@w-shadow.com", "homepage": "http://w-shadow.com/", "role": "Developer" } ], "description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.", "homepage": "https://github.com/YahnisElsts/plugin-update-checker/", "keywords": [ "automatic updates", "plugin updates", "theme updates", "wordpress" ], "time": "2019-01-04T17:13:39+00:00" } ], "packages-dev": [ { "name": "fig-r/psr2r-sniffer", "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/php-fig-rectified/psr2r-sniffer.git", "reference": "ff4659fdb1ce8832a9e408a6e22aa05bc93efe10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig-rectified/psr2r-sniffer/zipball/ff4659fdb1ce8832a9e408a6e22aa05bc93efe10", "reference": "ff4659fdb1ce8832a9e408a6e22aa05bc93efe10", "shasum": "" }, "require": { "php": ">=5.4.16", "squizlabs/php_codesniffer": "^3.0" }, "bin": [ "bin/tokenize", "bin/sniff" ], "type": "phpcodesniffer-standard", "autoload": { "psr-4": { "PSR2R\\": "PSR2R" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Scherer", "homepage": "http://www.dereuromark.de", "role": "Contributor" } ], "description": "Code-Sniffer, Auto-Fixer and Tokenizer for PSR2-R", "keywords": [ "codesniffer", "cs" ], "time": "2017-08-30T10:00:39+00:00" }, { "name": "humanmade/coding-standards", "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/humanmade/coding-standards.git", "reference": "b35747249bcc727a9eff22f746aaf9758d8a90ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/humanmade/coding-standards/zipball/b35747249bcc727a9eff22f746aaf9758d8a90ce", "reference": "b35747249bcc727a9eff22f746aaf9758d8a90ce", "shasum": "" }, "require": { "fig-r/psr2r-sniffer": "^0.5.0", "squizlabs/php_codesniffer": "^3.1", "wp-coding-standards/wpcs": "^0.14.0" }, "require-dev": { "phpunit/phpunit": "^5.7" }, "type": "project", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Human Made coding standards", "time": "2018-05-22T13:24:47+00:00" }, { "name": "pressbooks/coding-standards", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/pressbooks/coding-standards.git", "reference": "139db4785f32c84142b9d1a3a678129bf2ddddd9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pressbooks/coding-standards/zipball/139db4785f32c84142b9d1a3a678129bf2ddddd9", "reference": "139db4785f32c84142b9d1a3a678129bf2ddddd9", "shasum": "" }, "require": { "fig-r/psr2r-sniffer": "0.5.0", "humanmade/coding-standards": "0.5.0", "squizlabs/php_codesniffer": "3.3.2" }, "require-dev": { "phpunit/phpunit": "6.5.14" }, "type": "project", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "time": "2019-03-15T14:31:39+00:00" }, { "name": "psr/log", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2018-11-20T15:27:04+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "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": "2018-09-23T23:08:17+00:00" }, { "name": "symfony/console", "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/71ce77f37af0c5ffb9590e43cc4f70e426945c5e", "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "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 Console Component", "homepage": "https://symfony.com", "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/debug", "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/8d8a9e877b3fcdc50ddecf8dcea146059753f782", "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2019-02-24T15:45:11+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2019-02-06T07:57:58+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "0.14.1", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", "reference": "cf6b310caad735816caef7573295f8a534374706" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706", "reference": "cf6b310caad735816caef7573295f8a534374706", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" }, "type": "phpcodesniffer-standard", "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": "2018-02-16T01:57:48+00:00" }, { "name": "wpreadme2markdown/wp2md", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/wpreadme2markdown/wp2md.git", "reference": "6fec3a213080e32a5d53a235f89c6cf4d910572a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wpreadme2markdown/wp2md/zipball/6fec3a213080e32a5d53a235f89c6cf4d910572a", "reference": "6fec3a213080e32a5d53a235f89c6cf4d910572a", "shasum": "" }, "require": { "php": ">= 5.5.9", "symfony/console": "^3.2|^4.0", "wpreadme2markdown/wpreadme2markdown": "^3.0.1" }, "require-dev": { "indeyets/pake": "~1.99", "secondtruth/phar-compiler": "~1.1" }, "bin": [ "bin/wp2md" ], "type": "library", "autoload": { "psr-4": { "WPReadme2Markdown\\Cli\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Benjamin J. Balter" }, { "name": "Christian Archer", "email": "sunchaser@sunchaser.info" } ], "description": "CLI tool for converting WordPress Plugin readme.txt to Markdown", "keywords": [ "converter", "markdown", "readme", "wordpress" ], "time": "2017-11-24T21:19:21+00:00" }, { "name": "wpreadme2markdown/wpreadme2markdown", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/wpreadme2markdown/wp-readme-to-markdown.git", "reference": "8066915828bb05a12b44360cda986e1d9e60047e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wpreadme2markdown/wp-readme-to-markdown/zipball/8066915828bb05a12b44360cda986e1d9e60047e", "reference": "8066915828bb05a12b44360cda986e1d9e60047e", "shasum": "" }, "require": { "php": ">= 5.3.3" }, "type": "library", "autoload": { "psr-4": { "WPReadme2Markdown\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Benjamin J. Balter" }, { "name": "Christian Archer", "email": "sunchaser@sunchaser.info" } ], "description": "Convert WordPress Plugin readme.txt to Markdown", "keywords": [ "converter", "markdown", "readme", "wordpress" ], "time": "2017-11-24T20:36:13+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "pressbooks/coding-standards": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0" }, "platform-dev": [], "platform-overrides": { "php": "7.0.29" } }