{ "_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": "5dfb1af2c497157a8a5013de4f14edd9", "packages": [ { "name": "composer/installers", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "1.x-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", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "modulework", "modx", "moodle", "osclass", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v1.10.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2021-01-14T11:07:16+00:00" }, { "name": "icepay/icepay", "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/ICEPAYdev/icepay.git", "reference": "0c517325a6fd55edf64fadfd50eacf044fb6055e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ICEPAYdev/icepay/zipball/0c517325a6fd55edf64fadfd50eacf044fb6055e", "reference": "0c517325a6fd55edf64fadfd50eacf044fb6055e", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "description": "ICEPAY library to integrate ICEPAY in your projects.", "homepage": "https://icepay.com/", "keywords": [ "afterpay", "api", "bancontact", "banktransfer", "creditcard", "gateway", "icepay", "ideal", "mistercash", "payment", "payments", "paypal", "paysafecard", "phone", "refund", "service", "sofort", "sofortbanking", "yourgift" ], "support": { "issues": "https://github.com/icepay/icepay/issues", "source": "https://github.com/icepay/icepay" }, "time": "2015-09-17T08:32:44+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10" }, "time": "2020-05-27T16:41:55+00:00" }, { "name": "pronamic/wp-datetime", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-datetime.git", "reference": "cf16fe56ab819535e33760115d60bc8fdbb31c44" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-datetime/zipball/cf16fe56ab819535e33760115d60bc8fdbb31c44", "reference": "cf16fe56ab819535e33760115d60bc8fdbb31c44", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/ja": "*", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.5", "squizlabs/php_codesniffer": "^3.5", "vlucas/phpdotenv": "^2.0", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.5" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\DateTime\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "WordPress DateTime library.", "support": { "issues": "https://github.com/pronamic/wp-datetime/issues", "source": "https://github.com/pronamic/wp-datetime/tree/1.2.0" }, "time": "2020-10-08T12:58:21+00:00" }, { "name": "pronamic/wp-gravityforms-nl", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-gravityforms-nl.git", "reference": "3b561651e2e0e68912d1d777a45928724cdecb6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-gravityforms-nl/zipball/3b561651e2e0e68912d1d777a45928724cdecb6e", "reference": "3b561651e2e0e68912d1d777a45928724cdecb6e", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.4", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.5", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.5" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\GravityFormsNL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "WordPress Gravity Forms (nl) library.", "support": { "issues": "https://github.com/pronamic/wp-gravityforms-nl/issues", "source": "https://github.com/pronamic/wp-gravityforms-nl/tree/3.0.1" }, "time": "2020-11-09T10:39:56+00:00" }, { "name": "pronamic/wp-money", "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/pronamic/wp-money.git", "reference": "d40e63265ac954e8c40d29ed09e65989a091f024" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-money/zipball/d40e63265ac954e8c40d29ed09e65989a091f024", "reference": "d40e63265ac954e8c40d29ed09e65989a091f024", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.4", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "vlucas/phpdotenv": "^2.0", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.1" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Money\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "WordPress Money library.", "support": { "issues": "https://github.com/pronamic/wp-money/issues", "source": "https://github.com/pronamic/wp-money/tree/1.2.5" }, "time": "2020-07-08T11:43:27+00:00" }, { "name": "viison/address-splitter", "version": "0.3.4", "source": { "type": "git", "url": "https://github.com/pickware/address-splitter.git", "reference": "ebad709276aaadce94a3a1fe2507aa38a467a94a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pickware/address-splitter/zipball/ebad709276aaadce94a3a1fe2507aa38a467a94a", "reference": "ebad709276aaadce94a3a1fe2507aa38a467a94a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "VIISON\\AddressSplitter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "VIISON GmbH", "email": "contact@viison.com" } ], "description": "Tries to split an address line into street name, house number and other additional information like building, apartment information etc.", "support": { "issues": "https://github.com/pickware/address-splitter/issues", "source": "https://github.com/pickware/address-splitter/tree/0.3.4" }, "time": "2019-10-24T09:23:47+00:00" }, { "name": "wp-pay-extensions/charitable", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/charitable.git", "reference": "79cf6d9f912354e5c7eddc681cbb4ec106c9dc5a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/charitable/zipball/79cf6d9f912354e5c7eddc681cbb4ec106c9dc5a", "reference": "79cf6d9f912354e5c7eddc681cbb4ec106c9dc5a", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "charitable/charitable": "^1.6", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\Charitable\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Charitable driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/charitable/", "keywords": [ "charitable", "extension", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/charitable/issues", "source": "https://github.com/wp-pay-extensions/charitable" }, "time": "2021-01-14T16:29:39+00:00" }, { "name": "wp-pay-extensions/contact-form-7", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/contact-form-7.git", "reference": "6a15910f5530c48024785e1692b76aafa1cdd1b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/contact-form-7/zipball/6a15910f5530c48024785e1692b76aafa1cdd1b5", "reference": "6a15910f5530c48024785e1692b76aafa1cdd1b5", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\ContactForm7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Contact Form 7 driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/contact-form-7/", "keywords": [ "contact-form-7", "extension", "gateway", "pay", "payments", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/contact-form-7/issues", "source": "https://github.com/wp-pay-extensions/contact-form-7/" }, "time": "2021-01-14T13:40:04+00:00" }, { "name": "wp-pay-extensions/easy-digital-downloads", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/easy-digital-downloads.git", "reference": "3b83aa12470864e49c4a83a571ab1b608ef066df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/easy-digital-downloads/zipball/3b83aa12470864e49c4a83a571ab1b608ef066df", "reference": "3b83aa12470864e49c4a83a571ab1b608ef066df", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "easydigitaldownloads/easy-digital-downloads": "^2.9", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\EasyDigitalDownloads\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Easy Digital Downloads driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/easy-digital-downloads/", "keywords": [ "digital", "downlaods", "easy", "edd", "extension", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/easy-digital-downloads/issues", "source": "https://github.com/wp-pay-extensions/easy-digital-downloads" }, "time": "2021-01-14T13:44:36+00:00" }, { "name": "wp-pay-extensions/event-espresso", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso.git", "reference": "e88d597d2078db30c3ac33200128ff9c02628dab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso/zipball/e88d597d2078db30c3ac33200128ff9c02628dab", "reference": "e88d597d2078db30c3ac33200128ff9c02628dab", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\EventEspresso\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Event Espresso driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/event-espresso/", "keywords": [ "espresso", "event", "event-espresso", "events", "extension", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/event-espresso/issues", "source": "https://github.com/wp-pay-extensions/event-espresso" }, "time": "2021-01-14T13:50:49+00:00" }, { "name": "wp-pay-extensions/event-espresso-legacy", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso-legacy.git", "reference": "0e54c1e7b4513230963981dbe1a007474e2428a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso-legacy/zipball/0e54c1e7b4513230963981dbe1a007474e2428a8", "reference": "0e54c1e7b4513230963981dbe1a007474e2428a8", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\EventEspressoLegacy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Event Espresso (legacy 3.1) driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/event-espresso-legacy/", "keywords": [ "espresso", "event", "event-espresso", "events", "extension", "legacy", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/event-espresso-legacy/issues", "source": "https://github.com/wp-pay-extensions/event-espresso-legacy" }, "time": "2021-01-19T22:00:41+00:00" }, { "name": "wp-pay-extensions/formidable-forms", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/formidable-forms.git", "reference": "1a5b5709a8bfff0e40b5e55f0f5717546699bfb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/formidable-forms/zipball/1a5b5709a8bfff0e40b5e55f0f5717546699bfb8", "reference": "1a5b5709a8bfff0e40b5e55f0f5717546699bfb8", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\FormidableForms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Formidable Forms driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/formidable-forms/", "keywords": [ "Forms", "extension", "formidable", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/formidable-forms/issues", "source": "https://github.com/wp-pay-extensions/formidable-forms" }, "time": "2021-01-14T14:31:25+00:00" }, { "name": "wp-pay-extensions/give", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/give.git", "reference": "b289c35ad66ff49fa3b958d5442886da9ab69c11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/give/zipball/b289c35ad66ff49fa3b958d5442886da9ab69c11", "reference": "b289c35ad66ff49fa3b958d5442886da9ab69c11", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "impress-org/givewp": "^2.5", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\Give\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Give driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/give/", "keywords": [ "extension", "give", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/give/issues", "source": "https://github.com/wp-pay-extensions/give" }, "time": "2021-01-14T14:39:06+00:00" }, { "name": "wp-pay-extensions/gravityforms", "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/gravityforms.git", "reference": "f24264e26c90af504e92cad42b8f6a1b12586897" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/gravityforms/zipball/f24264e26c90af504e92cad42b8f6a1b12586897", "reference": "f24264e26c90af504e92cad42b8f6a1b12586897", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-gravityforms-nl": "^3.0", "wp-pay/core": "^2.5" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.3", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6", "wp-premium/gravityforms": "^2.3" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\GravityForms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Gravity Forms driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/gravityforms/", "keywords": [ "extension", "gravityforms", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/gravityforms/issues", "source": "https://github.com/wp-pay-extensions/gravityforms" }, "time": "2021-01-14T14:42:48+00:00" }, { "name": "wp-pay-extensions/memberpress", "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/memberpress.git", "reference": "be09a5b47657accbb92f6ffe394ea3809b6eb597" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/memberpress/zipball/be09a5b47657accbb92f6ffe394ea3809b6eb597", "reference": "be09a5b47657accbb92f6ffe394ea3809b6eb597", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6", "wp-premium/memberpress-basic": "^1.3" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\MemberPress\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "MemberPress driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/memberpress/", "keywords": [ "extension", "memberpress", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/memberpress/issues", "source": "https://github.com/wp-pay-extensions/memberpress" }, "time": "2021-01-18T12:02:13+00:00" }, { "name": "wp-pay-extensions/ninjaforms", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/ninjaforms.git", "reference": "c23985e9c8c6326060c03e99c4bfbebfe8958c37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/ninjaforms/zipball/c23985e9c8c6326060c03e99c4bfbebfe8958c37", "reference": "c23985e9c8c6326060c03e99c4bfbebfe8958c37", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6", "wpackagist-plugin/ninja-forms": "3.4.33" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\NinjaForms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Ruben Droogh", "homepage": "http://www.rubendroogh.nl/", "role": "Developer" } ], "description": "Ninja Forms driver for the WordPress payment processing library.", "keywords": [ "Forms", "extension", "ninja", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/ninjaforms/issues", "source": "https://github.com/wp-pay-extensions/ninjaforms" }, "time": "2021-01-14T15:00:20+00:00" }, { "name": "wp-pay-extensions/restrict-content-pro", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/restrict-content-pro.git", "reference": "089b41b1766d28c1758db38b43637b2fa5c092d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/restrict-content-pro/zipball/089b41b1766d28c1758db38b43637b2fa5c092d5", "reference": "089b41b1766d28c1758db38b43637b2fa5c092d5", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^1.2", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "restrictcontentpro/restrict-content": "2.2.3", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.2", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\RestrictContentPro\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Restrict Content Pro driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/restrict-content-pro/", "keywords": [ "content", "extension", "pay", "pro", "pronamic", "restrict", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/restrict-content-pro/issues", "source": "https://github.com/wp-pay-extensions/restrict-content-pro" }, "time": "2021-01-14T15:04:22+00:00" }, { "name": "wp-pay-extensions/s2member", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/s2member.git", "reference": "3f5953a9539c339f8e8e435484d280d1b7b0c399" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/s2member/zipball/3f5953a9539c339f8e8e435484d280d1b7b0c399", "reference": "3f5953a9539c339f8e8e435484d280d1b7b0c399", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6", "wpsharks/s2member": "190822" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\S2Member\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "s2Member driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/s2member/", "keywords": [ "extension", "pay", "pronamic", "s2member", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/s2member/issues", "source": "https://github.com/wp-pay-extensions/s2member" }, "time": "2021-01-14T15:10:31+00:00" }, { "name": "wp-pay-extensions/woocommerce", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/woocommerce.git", "reference": "840135da3344b7be8f461598f378952ebe1db865" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/woocommerce/zipball/840135da3344b7be8f461598f378952ebe1db865", "reference": "840135da3344b7be8f461598f378952ebe1db865", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "woocommerce/woocommerce": "^4.9", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.6", "wp-premium/woocommerce-subscriptions": "2.4.7" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\WooCommerce\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "WooCommerce driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/woocommerce/", "keywords": [ "extension", "pay", "pronamic", "woocommerce", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/woocommerce/issues", "source": "https://github.com/wp-pay-extensions/woocommerce" }, "time": "2021-01-14T15:18:04+00:00" }, { "name": "wp-pay-extensions/wp-e-commerce", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/wp-e-commerce.git", "reference": "e0564854b8973bae6c0845085ddfc7e0d31bbb8f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/wp-e-commerce/zipball/e0564854b8973bae6c0845085ddfc7e0d31bbb8f", "reference": "e0564854b8973bae6c0845085ddfc7e0d31bbb8f", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-e-commerce/wp-e-commerce": "^3.14", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Extensions\\WPeCommerce\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "WP eCommerce driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/extensions/wp-e-commerce/", "keywords": [ "extension", "pay", "pronamic", "wordpress", "wp", "wp-e-commerce" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-extensions/wp-e-commerce/issues", "source": "https://github.com/wp-pay-extensions/wp-e-commerce" }, "time": "2021-01-14T15:22:42+00:00" }, { "name": "wp-pay-gateways/adyen", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/adyen.git", "reference": "21c8880af3d474a6cbf610c17837a87a5a0fa8b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/adyen/zipball/21c8880af3d474a6cbf610c17837a87a5a0fa8b7", "reference": "21c8880af3d474a6cbf610c17837a87a5a0fa8b7", "shasum": "" }, "require": { "ext-intl": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-money": "^1.2", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.2", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7", "roots/wordpress": "^5.6", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.8", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Adyen\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Adyen driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/adyen/", "keywords": [ "adyen", "gateway", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/adyen/issues", "source": "https://github.com/wp-pay-gateways/adyen" }, "time": "2021-01-14T11:00:29+00:00" }, { "name": "wp-pay-gateways/buckaroo", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/buckaroo.git", "reference": "e05dafc6f6447679d7dd2d1ebd311e647d83002d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/buckaroo/zipball/e05dafc6f6447679d7dd2d1ebd311e647d83002d", "reference": "e05dafc6f6447679d7dd2d1ebd311e647d83002d", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Buckaroo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Buckaroo driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/buckaroo/", "keywords": [ "buckaroo", "gateway", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/buckaroo/issues", "source": "https://github.com/wp-pay-gateways/buckaroo" }, "time": "2020-04-20T07:17:06+00:00" }, { "name": "wp-pay-gateways/ems-e-commerce", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ems-e-commerce.git", "reference": "dc9d102177b96ced30aef0d1c13ac5d10ced6983" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ems-e-commerce/zipball/dc9d102177b96ced30aef0d1c13ac5d10ced6983", "reference": "dc9d102177b96ced30aef0d1c13ac5d10ced6983", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\EMS\\ECommerce\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "EMS e-Commerce Gateway driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/ems-e-commerce/", "keywords": [ "EMS", "gateway", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/ems-e-commerce/issues", "source": "https://github.com/wp-pay-gateways/ems-e-commerce" }, "time": "2020-04-20T07:17:20+00:00" }, { "name": "wp-pay-gateways/icepay", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/icepay.git", "reference": "95d3414ce34fff945ba672aec039dbd9932c5890" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/icepay/zipball/95d3414ce34fff945ba672aec039dbd9932c5890", "reference": "95d3414ce34fff945ba672aec039dbd9932c5890", "shasum": "" }, "require": { "icepay/icepay": "^2.5.0", "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Icepay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "ICEPAY driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/icepay/", "keywords": [ "gateway", "icepay", "ideal", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/icepay/issues", "source": "https://github.com/wp-pay-gateways/icepay" }, "time": "2020-03-19T09:38:50+00:00" }, { "name": "wp-pay-gateways/ideal", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal.git", "reference": "722eb55059fa34cc194ae501770a135ac5092973" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/722eb55059fa34cc194ae501770a135ac5092973", "reference": "722eb55059fa34cc194ae501770a135ac5092973", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\IDeal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "iDEAL driver for the WordPress payment processing library.", "homepage": "https://github.com/wp-pay-gateways/ideal", "keywords": [ "gateway", "ideal", "pay", "pronamic", "wordpress", "wp" ], "support": { "issues": "https://github.com/wp-pay-gateways/ideal/issues", "source": "https://github.com/wp-pay-gateways/ideal/tree/2.1.0" }, "time": "2020-03-19T09:41:04+00:00" }, { "name": "wp-pay-gateways/ideal-advanced-v3", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-advanced-v3.git", "reference": "b8eb3a46e0ce14340f3893f79bcf62216576e1ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-advanced-v3/zipball/b8eb3a46e0ce14340f3893f79bcf62216576e1ce", "reference": "b8eb3a46e0ce14340f3893f79bcf62216576e1ce", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", "php": ">=5.6.20", "wp-pay-gateways/ideal": "^2.1", "wp-pay/core": "^2.5" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.2", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.5", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.5" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\IDealAdvancedV3\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "iDEAL Advanced v3 driver for the WordPress payment processing library.", "homepage": "https://github.com/wp-pay-gateways/ideal-advanced-v3", "keywords": [ "advanced", "gateway", "ideal", "pay", "pronamic", "v3", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/ideal-advanced-v3/issues", "source": "https://github.com/wp-pay-gateways/ideal-advanced-v3" }, "time": "2020-11-17T22:09:54+00:00" }, { "name": "wp-pay-gateways/ideal-basic", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-basic.git", "reference": "9dbde9b582819a966d9ef5f548a46113ad567784" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-basic/zipball/9dbde9b582819a966d9ef5f548a46113ad567784", "reference": "9dbde9b582819a966d9ef5f548a46113ad567784", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay-gateways/ideal": "^2.1", "wp-pay/core": "^2.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\IDealBasic\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "iDEAL Basic driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/ideal-basic/", "keywords": [ "basic", "gateway", "ideal", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/ideal-basic/issues", "source": "https://github.com/wp-pay-gateways/ideal-basic" }, "time": "2020-11-10T22:22:33+00:00" }, { "name": "wp-pay-gateways/ing-kassa-compleet", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ing-kassa-compleet.git", "reference": "12c5a13384e80dc2c0cf415380ec7d40d37e13ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ing-kassa-compleet/zipball/12c5a13384e80dc2c0cf415380ec7d40d37e13ed", "reference": "12c5a13384e80dc2c0cf415380ec7d40d37e13ed", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\ING\\KassaCompleet\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "ING Kassa Compleet driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/ing-kassa-compleet/", "keywords": [ "compleet", "gateway", "ing", "kassa", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/ing-kassa-compleet/issues", "source": "https://github.com/wp-pay-gateways/ing-kassa-compleet" }, "time": "2020-03-19T09:49:36+00:00" }, { "name": "wp-pay-gateways/mollie", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/mollie.git", "reference": "fe5ded7431eed0eb9f4bcd931adba3f97566a81d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/mollie/zipball/fe5ded7431eed0eb9f4bcd931adba3f97566a81d", "reference": "fe5ded7431eed0eb9f4bcd931adba3f97566a81d", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^2.3", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "wp-cli/wp-cli": "^2.3", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Mollie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Mollie driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/mollie/", "keywords": [ "gateway", "mollie", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/mollie/issues", "source": "https://github.com/wp-pay-gateways/mollie" }, "time": "2021-01-18T13:24:32+00:00" }, { "name": "wp-pay-gateways/multisafepay", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/multisafepay.git", "reference": "9b6efe8dd9db71055e2f4ef2943d7d88efa252ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/multisafepay/zipball/9b6efe8dd9db71055e2f4ef2943d7d88efa252ae", "reference": "9b6efe8dd9db71055e2f4ef2943d7d88efa252ae", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^2.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\MultiSafepay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "MultiSafepay driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/multisafepay/", "keywords": [ "gateway", "ideal", "multisafepay", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/multisafepay/issues", "source": "https://github.com/wp-pay-gateways/multisafepay" }, "time": "2021-01-18T12:01:44+00:00" }, { "name": "wp-pay-gateways/ogone", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ogone.git", "reference": "05a79e308e12b6ec97975bdac419b3474de03185" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ogone/zipball/05a79e308e12b6ec97975bdac419b3474de03185", "reference": "05a79e308e12b6ec97975bdac419b3474de03185", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Ingenico\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Ingenico/Ogone driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/ogone/", "keywords": [ "gateway", "ingenico", "ogone", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/ogone/issues", "source": "https://github.com/wp-pay-gateways/ogone" }, "time": "2020-07-08T11:46:23+00:00" }, { "name": "wp-pay-gateways/omnikassa-2", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/omnikassa-2.git", "reference": "e6b844f922fec92350a11307839af737abbe1a30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/omnikassa-2/zipball/e6b844f922fec92350a11307839af737abbe1a30", "reference": "e6b844f922fec92350a11307839af737abbe1a30", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "wp-pay/core": "^2.5" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.5", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.5" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\OmniKassa2\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "OmniKassa 2.0 driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/omnikassa-2/", "keywords": [ "gateway", "omnikassa", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/omnikassa-2/issues", "source": "https://github.com/wp-pay-gateways/omnikassa-2" }, "time": "2020-11-09T16:06:50+00:00" }, { "name": "wp-pay-gateways/pay-nl", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/pay-nl.git", "reference": "cd7a59ca00617a8fc9ea78d0486082ef6c429ef7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/pay-nl/zipball/cd7a59ca00617a8fc9ea78d0486082ef6c429ef7", "reference": "cd7a59ca00617a8fc9ea78d0486082ef6c429ef7", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\PayNL\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Pay.nl driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/pay-nl/", "keywords": [ "gateway", "ideal", "pay", "pay-nl", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/pay-nl/issues", "source": "https://github.com/wp-pay-gateways/pay-nl" }, "time": "2020-11-09T16:07:45+00:00" }, { "name": "wp-pay-gateways/payvision", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/payvision.git", "reference": "6f9e063d326f9284655bc10f0abd315126d6b565" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/payvision/zipball/6f9e063d326f9284655bc10f0abd315126d6b565", "reference": "6f9e063d326f9284655bc10f0abd315126d6b565", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-money": "^1.2", "wp-pay/core": "^2.5" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.2", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7", "roots/wordpress": "^5.5", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.5" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Payvision\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Payvision driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/payvision/", "keywords": [ "gateway", "pay", "payvision", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/payvision/issues", "source": "https://github.com/wp-pay-gateways/payvision" }, "time": "2021-01-18T12:01:55+00:00" }, { "name": "wp-pay-gateways/sisow", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/sisow.git", "reference": "08fe7391bf5e141aaf135f6d1e3bb1e0fb124d0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/sisow/zipball/08fe7391bf5e141aaf135f6d1e3bb1e0fb124d0b", "reference": "08fe7391bf5e141aaf135f6d1e3bb1e0fb124d0b", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\Sisow\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Sisow driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/sisow/", "keywords": [ "gateway", "pay", "pronamic", "sisow", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/sisow/issues", "source": "https://github.com/wp-pay-gateways/sisow" }, "time": "2020-03-19T10:15:13+00:00" }, { "name": "wp-pay-gateways/targetpay", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/targetpay.git", "reference": "0121adfe450fcb037792d382756798fa2b8877c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/targetpay/zipball/0121adfe450fcb037792d382756798fa2b8877c8", "reference": "0121adfe450fcb037792d382756798fa2b8877c8", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.3" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php-coveralls/php-coveralls": "^2.1", "phpcompatibility/php-compatibility": "^9.2", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.2", "squizlabs/php_codesniffer": "^3.4", "wp-coding-standards/wpcs": "^2.1", "wp-phpunit/wp-phpunit": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\TargetPay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "TargetPay driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/targetpay/", "keywords": [ "gateway", "pay", "pronamic", "targetpay", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/targetpay/issues", "source": "https://github.com/wp-pay-gateways/targetpay" }, "time": "2020-03-19T10:20:47+00:00" }, { "name": "wp-pay/core", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/wp-pay/core.git", "reference": "fe61810c7368ed062655bbee899e9f5bef99a03d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay/core/zipball/fe61810c7368ed062655bbee899e9f5bef99a03d", "reference": "fe61810c7368ed062655bbee899e9f5bef99a03d", "shasum": "" }, "require": { "composer/installers": "^1.7", "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", "php": ">=5.6.20", "pronamic/wp-datetime": "^1.2", "pronamic/wp-money": "^1.2", "viison/address-splitter": "^0.3.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "php-stubs/wp-cli-stubs": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "wp-cli/wp-cli": "^2.3", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6", "wpackagist-plugin/shortcode-ui": "^0.7" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\": "src/" }, "files": [ "includes/functions.php", "includes/xmlseclibs/xmlseclibs-ing.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "https://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "https://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Core components for the WordPress payment processing library.", "homepage": "https://www.wp-pay.org/", "keywords": [ "core", "gateway", "pay", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay/core/issues", "source": "https://github.com/wp-pay/core" }, "time": "2021-01-18T12:00:39+00:00" }, { "name": "wp-pay/fundraising", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay/fundraising.git", "reference": "75ea3bbdaa90e223ff5dcbe54bb3309e9a51ccff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay/fundraising/zipball/75ea3bbdaa90e223ff5dcbe54bb3309e9a51ccff", "reference": "75ea3bbdaa90e223ff5dcbe54bb3309e9a51ccff", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^2.1", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7", "pronamic/wp-money": "^1.2", "roots/wordpress": "^5.6", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.8", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-pay/core": "^2.5", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Fundraising\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "Fundraising add-on for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/addons/fundraising/", "keywords": [ "addon", "crowdfunding", "donations", "fundraising", "pay", "progress", "pronamic", "target", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay/fundraising/issues", "source": "https://github.com/wp-pay/fundraising" }, "time": "2020-12-17T12:12:19+00:00" } ], "packages-dev": [ { "name": "bamarni/composer-bin-plugin", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "symfony/console": "^2.5 || ^3.0 || ^4.0" }, "type": "composer-plugin", "extra": { "class": "Bamarni\\Composer\\Bin\\Plugin" }, "autoload": { "psr-4": { "Bamarni\\Composer\\Bin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "No conflicts for your bin dependencies", "keywords": [ "composer", "conflict", "dependency", "executable", "isolation", "tool" ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", "source": "https://github.com/bamarni/composer-bin-plugin/tree/master" }, "time": "2020-05-03T08:27:20+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "f28d44c286812c714741478d968104c5e604a1d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", "reference": "f28d44c286812c714741478d968104c5e604a1d4", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", "source": "https://github.com/composer/xdebug-handler/tree/1.4.5" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2020-11-13T08:04:11+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", "reference": "fe390591e0241955f22eb9ba327d137e501c771c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c", "reference": "fe390591e0241955f22eb9ba327d137e501c771c", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3", "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0" }, "require-dev": { "composer/composer": "*", "phpcompatibility/php-compatibility": "^9.0", "sensiolabs/security-checker": "^4.1.0" }, "type": "composer-plugin", "extra": { "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Franck Nijhof", "email": "franck.nijhof@dealerdirect.com", "homepage": "http://www.frenck.nl", "role": "Developer / IT Manager" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "homepage": "http://www.dealerdirect.com", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcs", "plugin", "qa", "quality", "standard", "standards", "style guide", "stylecheck", "tests" ], "support": { "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" }, "time": "2020-12-07T18:04:37+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/master" }, "time": "2015-06-14T21:17:01+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5", "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.5-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/6.5" }, "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "60d379c243457e073cff02bc323a2a86cb355631" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631", "reference": "60d379c243457e073cff02bc323a2a86cb355631", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.4.0" }, "time": "2020-09-30T07:37:28+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/1.7.0" }, "time": "2020-09-30T07:37:11+00:00" }, { "name": "myclabs/deep-copy", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.x" }, "time": "2017-10-19T19:58:43+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.19", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/446fc9faa5c2a9ddf65eb7121c0af7e857295241", "reference": "446fc9faa5c2a9ddf65eb7121c0af7e857295241", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T10:06:57+00:00" }, { "name": "pdepend/pdepend", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38", "reference": "c64472f8e76ca858c79ad9a4cf1e2734b3f8cc38", "shasum": "" }, "require": { "php": ">=5.3.7", "symfony/config": "^2.3.0|^3|^4|^5", "symfony/dependency-injection": "^2.3.0|^3|^4|^5", "symfony/filesystem": "^2.3.0|^3|^4|^5" }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.2.3", "gregwar/rst": "^1.0", "phpunit/phpunit": "^4.8.35|^5.7", "squizlabs/php_codesniffer": "^2.0.0" }, "bin": [ "src/bin/pdepend" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", "support": { "issues": "https://github.com/pdepend/pdepend/issues", "source": "https://github.com/pdepend/pdepend/tree/master" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", "type": "tidelift" } ], "time": "2020-06-20T10:53:13+00:00" }, { "name": "php-coveralls/php-coveralls", "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/php-coveralls/php-coveralls.git", "reference": "909381bd40a17ae6e9076051f0d73293c1c091af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/909381bd40a17ae6e9076051f0d73293c1c091af", "reference": "909381bd40a17ae6e9076051f0d73293c1c091af", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.0 || ^7.0", "php": "^5.5 || ^7.0 || ^8.0", "psr/log": "^1.0", "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0", "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0", "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0", "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" }, "suggest": { "symfony/http-kernel": "Allows Symfony integration" }, "bin": [ "bin/php-coveralls" ], "type": "library", "autoload": { "psr-4": { "PhpCoveralls\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kitamura Satoshi", "email": "with.no.parachute@gmail.com", "homepage": "https://www.facebook.com/satooshi.jp", "role": "Original creator" }, { "name": "Takashi Matsuo", "email": "tmatsuo@google.com" }, { "name": "Google Inc" }, { "name": "Dariusz Ruminski", "email": "dariusz.ruminski@gmail.com", "homepage": "https://github.com/keradus" }, { "name": "Contributors", "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" } ], "description": "PHP client library for Coveralls API", "homepage": "https://github.com/php-coveralls/php-coveralls", "keywords": [ "ci", "coverage", "github", "test" ], "support": { "issues": "https://github.com/php-coveralls/php-coveralls/issues", "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.4.3" }, "time": "2020-12-24T09:17:03+00:00" }, { "name": "phpcompatibility/php-compatibility", "version": "9.3.5", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" }, "conflict": { "squizlabs/php_codesniffer": "2.6.2" }, "require-dev": { "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "homepage": "https://github.com/wimg", "role": "lead" }, { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" } ], "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", "source": "https://github.com/PHPCompatibility/PHPCompatibility" }, "time": "2019-12-27T09:44:58+00:00" }, { "name": "phpcompatibility/phpcompatibility-paragonie", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c", "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "paragonie/random_compat": "dev-master", "paragonie/sodium_compat": "dev-master" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "role": "lead" }, { "name": "Juliette Reinders Folmer", "role": "lead" } ], "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.", "homepage": "http://phpcompatibility.com/", "keywords": [ "compatibility", "paragonie", "phpcs", "polyfill", "standards" ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues", "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie" }, "time": "2019-11-04T15:17:54+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0", "phpcompatibility/phpcompatibility-paragonie": "^1.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "role": "lead" }, { "name": "Juliette Reinders Folmer", "role": "lead" } ], "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", "homepage": "http://phpcompatibility.com/", "keywords": [ "compatibility", "phpcs", "standards", "wordpress" ], "support": { "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues", "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP" }, "time": "2019-08-28T14:22:28+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "support": { "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master" }, "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^4.4" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/3.x" }, "time": "2017-11-10T14:09:06+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", "source": "https://github.com/phpDocumentor/TypeResolver/tree/master" }, "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpmd/phpmd", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "ce10831d4ddc2686c1348a98069771dd314534a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/ce10831d4ddc2686c1348a98069771dd314534a8", "reference": "ce10831d4ddc2686c1348a98069771dd314534a8", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0", "ext-xml": "*", "pdepend/pdepend": "^2.7.1", "php": ">=5.3.9" }, "require-dev": { "easy-doc/easy-doc": "0.0.0 || ^1.3.2", "ext-json": "*", "ext-simplexml": "*", "gregwar/rst": "^1.0", "mikey179/vfsstream": "^1.6.4", "phpunit/phpunit": "^4.8.36 || ^5.7.27", "squizlabs/php_codesniffer": "^2.0" }, "bin": [ "src/bin/phpmd" ], "type": "library", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Manuel Pichler", "email": "github@manuel-pichler.de", "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" }, { "name": "Other contributors", "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", "role": "Contributors" } ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "homepage": "https://phpmd.org/", "keywords": [ "mess detection", "mess detector", "pdepend", "phpmd", "pmd" ], "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", "source": "https://github.com/phpmd/phpmd/tree/2.9.1" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", "type": "tidelift" } ], "time": "2020-09-23T22:06:32+00:00" }, { "name": "phpspec/prophecy", "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "autoload": { "psr-4": { "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" }, "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/php-code-coverage", "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^5.6 || ^7.0", "phpunit/php-file-iterator": "^1.3", "phpunit/php-text-template": "^1.2", "phpunit/php-token-stream": "^1.4.2 || ^2.0", "sebastian/code-unit-reverse-lookup": "^1.0", "sebastian/environment": "^1.3.2 || ^2.0", "sebastian/version": "^1.0 || ^2.0" }, "require-dev": { "ext-xdebug": "^2.1.4", "phpunit/phpunit": "^5.7" }, "suggest": { "ext-xdebug": "^2.5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0" }, "time": "2017-04-02T07:44:40+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5" }, "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" }, "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/master" }, "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "1.4.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4" }, "abandoned": true, "time": "2017-12-04T08:55:13+00:00" }, { "name": "phpunit/phpunit", "version": "5.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "~1.3", "php": "^5.6 || ^7.0", "phpspec/prophecy": "^1.6.2", "phpunit/php-code-coverage": "^4.0.4", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "sebastian/comparator": "^1.2.4", "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", "sebastian/exporter": "~2.0", "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", "sebastian/version": "^1.0.6|^2.0.1", "symfony/yaml": "~2.1|~3.0|~4.0" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "~1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.7.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27" }, "time": "2018-02-01T05:50:59+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.6 || ^7.0", "phpunit/php-text-template": "^1.2", "sebastian/exporter": "^1.2 || ^2.0" }, "conflict": { "phpunit/phpunit": "<5.4.0" }, "require-dev": { "phpunit/phpunit": "^5.4" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4" }, "abandoned": true, "time": "2017-06-30T09:13:00+00:00" }, { "name": "phpunit/phpunit-selenium", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/giorgiosironi/phpunit-selenium.git", "reference": "343ba4e389ad97046c78fb2c7111e199795e7a80" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/343ba4e389ad97046c78fb2c7111e199795e7a80", "reference": "343ba4e389ad97046c78fb2c7111e199795e7a80", "shasum": "" }, "require": { "ext-curl": "*", "ext-dom": "*", "php": ">=5.6", "phpunit/phpunit": "~5.0", "sebastian/comparator": "~1.0" }, "require-dev": { "phing/phing": "2.*" }, "type": "library", "autoload": { "classmap": [ "PHPUnit/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Giorgio Sironi", "email": "info@giorgiosironi.com", "role": "developer" }, { "name": "Ivan Kurnosov", "email": "zerkms@zerkms.com", "role": "developer" }, { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "original developer" }, { "name": "Paul Briton", "role": "developer" } ], "description": "Selenium Server integration for PHPUnit", "homepage": "http://www.phpunit.de/", "keywords": [ "phpunit", "selenium", "testing", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/phpunit-selenium/issues", "source": "https://github.com/giorgiosironi/phpunit-selenium/tree/master" }, "time": "2017-01-23T22:12:35+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/master" }, "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.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" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.3" }, "time": "2020-03-23T09:12:05+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "roots/wordpress", "version": "5.6", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "5.6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.6" }, "require": { "php": ">=5.3.2", "roots/wordpress-core-installer": ">=1.0.0" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress is web software you can use to create a beautiful website or blog.", "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "support": { "docs": "https://developer.wordpress.org/", "forum": "https://wordpress.org/support/", "irc": "irc://irc.freenode.net/wordpress", "issues": "https://core.trac.wordpress.org/", "rss": "https://wordpress.org/news/feed/", "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, "funding": [ { "url": "https://github.com/roots", "type": "github" }, { "url": "https://www.patreon.com/rootsdev", "type": "patreon" } ], "time": "2020-12-08T22:15:57+00:00" }, { "name": "roots/wordpress-core-installer", "version": "1.100.0", "source": { "type": "git", "url": "https://github.com/roots/wordpress-core-installer.git", "reference": "73f8488e5178c5d54234b919f823a9095e2b1847" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/73f8488e5178c5d54234b919f823a9095e2b1847", "reference": "73f8488e5178c5d54234b919f823a9095e2b1847", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.6.0" }, "conflict": { "composer/installers": "<1.0.6" }, "replace": { "johnpbloch/wordpress-core-installer": "*" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": ">=5.7.27" }, "type": "composer-plugin", "extra": { "class": "Roots\\Composer\\WordPressCorePlugin" }, "autoload": { "psr-4": { "Roots\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" }, { "name": "Roots", "email": "team@roots.io" } ], "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/roots/wordpress-core-installer/issues", "source": "https://github.com/roots/wordpress-core-installer/tree/master" }, "funding": [ { "url": "https://github.com/roots", "type": "github" }, { "url": "https://www.patreon.com/rootsdev", "type": "patreon" } ], "time": "2020-08-20T00:27:30+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2020-11-30T08:15:22+00:00" }, { "name": "sebastian/comparator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/1.2" }, "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/1.4" }, "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/master" }, "time": "2016-11-26T07:53:53+00:00" }, { "name": "sebastian/exporter", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~2.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/master" }, "time": "2016-11-19T08:54:04+00:00" }, { "name": "sebastian/global-state", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1" }, "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/object-enumerator", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", "shasum": "" }, "require": { "php": ">=5.6", "sebastian/recursion-context": "~2.0" }, "require-dev": { "phpunit/phpunit": "~5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master" }, "time": "2017-02-18T15:18:39+00:00" }, { "name": "sebastian/recursion-context", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" }, "time": "2016-11-19T07:33:16+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "support": { "issues": "https://github.com/sebastianbergmann/resource-operations/issues", "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" }, "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "source": "https://github.com/sebastianbergmann/version/tree/master" }, "time": "2016-10-03T07:35:21+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.5.8", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", "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": "2020-10-23T02:01:07+00:00" }, { "name": "symfony/config", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f", "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/filesystem": "~2.8|~3.0|~4.0", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { "symfony/dependency-injection": "~3.3|~4.0", "symfony/event-dispatcher": "~3.3|~4.0", "symfony/finder": "~3.3|~4.0", "symfony/yaml": "~3.0|~4.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "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 Config Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/console", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", "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", "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", "support": { "source": "https://github.com/symfony/console/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/debug", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", "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", "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", "support": { "source": "https://github.com/symfony/debug/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/dependency-injection", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b", "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.7", "symfony/finder": "<3.3", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { "symfony/config": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "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 DependencyInjection Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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 Filesystem Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826", "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php70": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-21T09:57:48+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27", "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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 intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "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" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e", "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "beecef6b463b06954638f02378f52496cb84bacc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc", "reference": "beecef6b463b06954638f02378f52496cb84bacc", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.19-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "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 backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-23T09:01:57+00:00" }, { "name": "symfony/stopwatch", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/298b81faad4ce60e94466226b2abbb8c9bca7462", "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "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 Stopwatch Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/yaml", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "88289caa3c166321883f67fe5130188ebbb47094" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", "reference": "88289caa3c166321883f67fe5130188ebbb47094", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "~3.4|~4.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "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 Yaml Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "webmozart/assert", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "support": { "issues": "https://github.com/webmozart/assert/issues", "source": "https://github.com/webmozart/assert/tree/master" }, "time": "2020-07-08T17:02:28+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" }, { "name": "wp-pay-gateways/paypal", "version": "dev-develop", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/paypal.git", "reference": "553a08a3fe0116d9442a648bd66735531654d78a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/paypal/zipball/553a08a3fe0116d9442a648bd66735531654d78a", "reference": "553a08a3fe0116d9442a648bd66735531654d78a", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-money": "^1.2", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.2", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7", "roots/wordpress": "^5.6", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\PayPal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Pronamic", "email": "info@pronamic.eu", "homepage": "http://www.pronamic.eu/", "role": "Company" }, { "name": "Remco Tolsma", "email": "info@remcotolsma.nl", "homepage": "http://www.remcotolsma.nl/", "role": "Developer" } ], "description": "PayPal driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/paypal/", "keywords": [ "gateway", "pay", "paypal", "pronamic", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/paypal/issues", "source": "https://github.com/wp-pay-gateways/paypal" }, "time": "2021-01-18T16:20:56+00:00" }, { "name": "wp-phpunit/wp-phpunit", "version": "5.6.0", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", "reference": "7130a214573cc8c12a0f8fe8a74b18b453bce1e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/7130a214573cc8c12a0f8fe8a74b18b453bce1e9", "reference": "7130a214573cc8c12a0f8fe8a74b18b453bce1e9", "shasum": "" }, "type": "library", "autoload": { "files": [ "__loaded.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mattson", "email": "me@aaemnnost.tv" }, { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress core PHPUnit library", "homepage": "https://github.com/wp-phpunit", "keywords": [ "phpunit", "test", "wordpress" ], "support": { "docs": "https://github.com/wp-phpunit/docs", "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, "time": "2020-12-09T18:06:02+00:00" } ], "aliases": [ { "package": "wp-pay-gateways/paypal", "version": "dev-develop", "alias": "1.0.0", "alias_normalized": "1.0.0.0" } ], "minimum-stability": "stable", "stability-flags": { "wp-pay-gateways/paypal": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.6.20" }, "platform-dev": [], "platform-overrides": { "php": "5.6.20" }, "plugin-api-version": "2.0.0" }