{ "_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": "393d3c2167a99a8acaa95e63a65c8db5", "packages": [ { "name": "alanef/plugindonation_lib", "version": "dev-master", "source": { "type": "git", "url": "git@github.com:alanef/plugindonation_lib.git", "reference": "cb1f9129af7448e59186110af7aefc66b6e911cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alanef/plugindonation_lib/zipball/cb1f9129af7448e59186110af7aefc66b6e911cd", "reference": "cb1f9129af7448e59186110af7aefc66b6e911cd", "shasum": "" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "AlanEFPluginDonation\\": "/" } }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "alan", "email": "alan@fullworks.net" } ], "description": "Module for adding donation support to free plugins", "time": "2022-03-06T13:17:46+00:00" }, { "name": "composer/installers", "version": "v1.0.12", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "4127333b03e8b4c08d081958548aae5419d1a2fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/4127333b03e8b4c08d081958548aae5419d1a2fa", "reference": "4127333b03e8b4c08d081958548aae5419d1a2fa", "shasum": "" }, "replace": { "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "3.7.*" }, "type": "composer-installer", "extra": { "class": "Composer\\Installers\\Installer", "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Composer\\Installers\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama", "role": "Developer" } ], "description": "A multi-framework Composer library installer", "homepage": "http://composer.github.com/installers/", "keywords": [ "Craft", "Hurad", "MODX Evo", "OXID", "WolfCMS", "agl", "annotatecms", "cakephp", "codeigniter", "concrete5", "croogo", "drupal", "elgg", "fuelphp", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "phpbb", "piwik", "ppi", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/master" }, "time": "2014-02-24T04:21:34+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "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": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2021-12-12T21:44:58+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "2.3.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." }, "type": "phpcodesniffer-standard", "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" ], "support": { "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", "source": "https://github.com/WordPress/WordPress-Coding-Standards", "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" }, "time": "2020-05-13T23:57:56+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "alanef/plugindonation_lib": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.1.0" }, "platform-dev": [], "plugin-api-version": "2.1.0" }