{ "_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": "d1a0d6d843e1bd27490d6e20c7a88a14", "packages": [ { "name": "composer/installers", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "ae03311f45dfe194412081526be2e003960df74b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b", "reference": "ae03311f45dfe194412081526be2e003960df74b", "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", "miaoxing", "modulework", "modx", "moodle", "osclass", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "tastyigniter", "typo3", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v1.11.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-04-28T06:42:17+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.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-datetime.git", "reference": "e55a883a8166fa6ae06d886e917f5c91abfcce39" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-datetime/zipball/e55a883a8166fa6ae06d886e917f5c91abfcce39", "reference": "e55a883a8166fa6ae06d886e917f5c91abfcce39", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "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.6", "squizlabs/php_codesniffer": "^3.5", "vlucas/phpdotenv": "^2.0", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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.1" }, "time": "2021-04-26T13:21:36+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-html", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-html.git", "reference": "8a99734168c3086eb3de773215117354a0fe0bce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-html/zipball/8a99734168c3086eb3de773215117354a0fe0bce", "reference": "8a99734168c3086eb3de773215117354a0fe0bce", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^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.7", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.7" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Html\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "description": "WordPress HTML library.", "support": { "issues": "https://github.com/pronamic/wp-html/issues", "source": "https://github.com/pronamic/wp-html/tree/1.0.0" }, "time": "2021-04-01T10:09:42+00:00" }, { "name": "pronamic/wp-http", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-http.git", "reference": "74739d0350b7ea3355b92ee29b2126bc51bc3568" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-http/zipball/74739d0350b7ea3355b92ee29b2126bc51bc3568", "reference": "74739d0350b7ea3355b92ee29b2126bc51bc3568", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^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-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Http\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "description": "WordPress HTTP library.", "support": { "issues": "https://github.com/pronamic/wp-http/issues", "source": "https://github.com/pronamic/wp-http/tree/1.1.0" }, "time": "2021-05-20T09:51:55+00:00" }, { "name": "pronamic/wp-money", "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/pronamic/wp-money.git", "reference": "2e83eccbca13475ce3b11d3e354c06b66da896c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-money/zipball/2e83eccbca13475ce3b11d3e354c06b66da896c6", "reference": "2e83eccbca13475ce3b11d3e354c06b66da896c6", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.1", "phpcompatibility/phpcompatibility-wp": "^2.0", "phpmd/phpmd": "^2.4", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.4", "vlucas/phpdotenv": "^2.0", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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.6" }, "time": "2021-04-26T13:21:46+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.3", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/charitable.git", "reference": "6f408874e9503aa0ad644fceee32aa4e77fc85da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/charitable/zipball/6f408874e9503aa0ad644fceee32aa4e77fc85da", "reference": "6f408874e9503aa0ad644fceee32aa4e77fc85da", "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-05-28T09:46:21+00:00" }, { "name": "wp-pay-extensions/contact-form-7", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/contact-form-7.git", "reference": "2517cebcaa10846988037f5510adaa3e05eab32b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/contact-form-7/zipball/2517cebcaa10846988037f5510adaa3e05eab32b", "reference": "2517cebcaa10846988037f5510adaa3e05eab32b", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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.4", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6", "wpackagist-plugin/contact-form-7": "^5.4" }, "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-04-26T13:22:07+00:00" }, { "name": "wp-pay-extensions/easy-digital-downloads", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/easy-digital-downloads.git", "reference": "ea54d6cfc08a04784294234c135e6c8867a4b775" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/easy-digital-downloads/zipball/ea54d6cfc08a04784294234c135e6c8867a4b775", "reference": "ea54d6cfc08a04784294234c135e6c8867a4b775", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "easydigitaldownloads/easy-digital-downloads": "^2.9", "php-coveralls/php-coveralls": "^2.4", "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\\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-04-26T13:22:44+00:00" }, { "name": "wp-pay-extensions/event-espresso", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso.git", "reference": "6bbc1e53fcff1ad3956681857ebf12b049b4cb86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso/zipball/6bbc1e53fcff1ad3956681857ebf12b049b4cb86", "reference": "6bbc1e53fcff1ad3956681857ebf12b049b4cb86", "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.4", "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\\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-05-11T13:39:28+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.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/formidable-forms.git", "reference": "d6cd255494a78de71e6dac79f398943d595f0419" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/formidable-forms/zipball/d6cd255494a78de71e6dac79f398943d595f0419", "reference": "d6cd255494a78de71e6dac79f398943d595f0419", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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\\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-21T15:14:46+00:00" }, { "name": "wp-pay-extensions/give", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/give.git", "reference": "54a18d0c860a956e71c1f7d50a052b4033faf22c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/give/zipball/54a18d0c860a956e71c1f7d50a052b4033faf22c", "reference": "54a18d0c860a956e71c1f7d50a052b4033faf22c", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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", "wpackagist-plugin/give": "^2.9" }, "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-04-26T13:23:58+00:00" }, { "name": "wp-pay-extensions/gravityforms", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/gravityforms.git", "reference": "6e7ab1d8ad32591aa5a46009409394a26c25ac43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/gravityforms/zipball/6e7ab1d8ad32591aa5a46009409394a26c25ac43", "reference": "6e7ab1d8ad32591aa5a46009409394a26c25ac43", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-gravityforms-nl": "^3.0", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "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", "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-05-28T08:24:42+00:00" }, { "name": "wp-pay-extensions/memberpress", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/memberpress.git", "reference": "11294685d090737296914a57114b3bd18bef78a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/memberpress/zipball/11294685d090737296914a57114b3bd18bef78a3", "reference": "11294685d090737296914a57114b3bd18bef78a3", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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.3", "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-05-28T08:23:57+00:00" }, { "name": "wp-pay-extensions/ninjaforms", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/ninjaforms.git", "reference": "4670e6f7b66ae343087d676c763a6c29eb9a7bf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/ninjaforms/zipball/4670e6f7b66ae343087d676c763a6c29eb9a7bf9", "reference": "4670e6f7b66ae343087d676c763a6c29eb9a7bf9", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6", "wpackagist-plugin/ninja-forms": "3.5.4" }, "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-05-28T07:45:03+00:00" }, { "name": "wp-pay-extensions/restrict-content-pro", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/restrict-content-pro.git", "reference": "c61d00dc46d4404674d9c04898747fdc94ac1a31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/restrict-content-pro/zipball/c61d00dc46d4404674d9c04898747fdc94ac1a31", "reference": "c61d00dc46d4404674d9c04898747fdc94ac1a31", "shasum": "" }, "require": { "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", "php-coveralls/php-coveralls": "^2.4", "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.3", "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-04-26T13:19:41+00:00" }, { "name": "wp-pay-extensions/s2member", "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/s2member.git", "reference": "e4803d379195b2786dea7060bc6fb18c57533f27" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/s2member/zipball/e4803d379195b2786dea7060bc6fb18c57533f27", "reference": "e4803d379195b2786dea7060bc6fb18c57533f27", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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.3", "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-04-26T13:21:23+00:00" }, { "name": "wp-pay-extensions/woocommerce", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/woocommerce.git", "reference": "529d5b4b401ec7f49de5d3164de6c53f372ab0cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/woocommerce/zipball/529d5b4b401ec7f49de5d3164de6c53f372ab0cc", "reference": "529d5b4b401ec7f49de5d3164de6c53f372ab0cc", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.7" }, "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 || ^6.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "woocommerce/woocommerce": "^4.9", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6", "wp-premium/woocommerce-subscriptions": "^3.0" }, "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-04-26T14:54:28+00:00" }, { "name": "wp-pay-extensions/wp-e-commerce", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/wp-e-commerce.git", "reference": "07b6a02ef517eb20b2cef07789715c7998c0a6b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/wp-e-commerce/zipball/07b6a02ef517eb20b2cef07789715c7998c0a6b0", "reference": "07b6a02ef517eb20b2cef07789715c7998c0a6b0", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-coveralls/php-coveralls": "^2.4", "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.3", "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-04-26T13:20:07+00:00" }, { "name": "wp-pay-gateways/adyen", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/adyen.git", "reference": "07050f7731848c84e7f5bc43ae6e8b3c9ae32d98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/adyen/zipball/07050f7731848c84e7f5bc43ae6e8b3c9ae32d98", "reference": "07050f7731848c84e7f5bc43ae6e8b3c9ae32d98", "shasum": "" }, "require": { "ext-intl": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "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.4", "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-04-26T18:41:38+00:00" }, { "name": "wp-pay-gateways/buckaroo", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/buckaroo.git", "reference": "81dce047515667e06eadf87d02745cc19efefaa5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/buckaroo/zipball/81dce047515667e06eadf87d02745cc19efefaa5", "reference": "81dce047515667e06eadf87d02745cc19efefaa5", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "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.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T19:07:06+00:00" }, { "name": "wp-pay-gateways/digiwallet", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/digiwallet.git", "reference": "9a85f638c1ca1c55a1084bde69c3f4500fc419a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/digiwallet/zipball/9a85f638c1ca1c55a1084bde69c3f4500fc419a6", "reference": "9a85f638c1ca1c55a1084bde69c3f4500fc419a6", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "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.6", "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" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Pay\\Gateways\\DigiWallet\\": "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": "DigiWallet (formerly TargetPay) driver for the WordPress payment processing library.", "homepage": "http://www.wp-pay.org/gateways/digiwallet/", "keywords": [ "digiwallet", "gateway", "pay", "pronamic", "targetpay", "wordpress", "wp" ], "support": { "email": "support@wp-pay.org", "issues": "https://github.com/wp-pay-gateways/digiwallet/issues", "source": "https://github.com/wp-pay-gateways/digiwallet" }, "time": "2021-05-28T07:06:05+00:00" }, { "name": "wp-pay-gateways/ems-e-commerce", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ems-e-commerce.git", "reference": "3c38948654dbc52a1ac1bc03bc89521f92d276be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ems-e-commerce/zipball/3c38948654dbc52a1ac1bc03bc89521f92d276be", "reference": "3c38948654dbc52a1ac1bc03bc89521f92d276be", "shasum": "" }, "require": { "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T12:50:41+00:00" }, { "name": "wp-pay-gateways/icepay", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/icepay.git", "reference": "5bac597f239d42402fadc92b2a8910bbd711a663" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/icepay/zipball/5bac597f239d42402fadc92b2a8910bbd711a663", "reference": "5bac597f239d42402fadc92b2a8910bbd711a663", "shasum": "" }, "require": { "icepay/icepay": "^2.5.0", "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T11:50:12+00:00" }, { "name": "wp-pay-gateways/ideal", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal.git", "reference": "d59783b1d611f2481eb2bc87973d61a204d2ef36" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/d59783b1d611f2481eb2bc87973d61a204d2ef36", "reference": "d59783b1d611f2481eb2bc87973d61a204d2ef36", "shasum": "" }, "require": { "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "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\\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.1" }, "time": "2021-04-26T11:50:24+00:00" }, { "name": "wp-pay-gateways/ideal-advanced-v3", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-advanced-v3.git", "reference": "6f8683653de218cfd3fb5eb669e37a46d31252b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-advanced-v3/zipball/6f8683653de218cfd3fb5eb669e37a46d31252b6", "reference": "6f8683653de218cfd3fb5eb669e37a46d31252b6", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", "php": ">=5.6.20", "wp-pay-gateways/ideal": "^2.1", "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.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "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\\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": "2021-04-26T13:22:58+00:00" }, { "name": "wp-pay-gateways/ideal-basic", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-basic.git", "reference": "83dadec7f884da882c7366b6907b8c74cbee6113" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-basic/zipball/83dadec7f884da882c7366b6907b8c74cbee6113", "reference": "83dadec7f884da882c7366b6907b8c74cbee6113", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay-gateways/ideal": "^2.1", "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.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T13:20:28+00:00" }, { "name": "wp-pay-gateways/ing-kassa-compleet", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ing-kassa-compleet.git", "reference": "4eb9cf36a41f67a6e6981d46176594ade719fd00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ing-kassa-compleet/zipball/4eb9cf36a41f67a6e6981d46176594ade719fd00", "reference": "4eb9cf36a41f67a6e6981d46176594ade719fd00", "shasum": "" }, "require": { "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T11:50:38+00:00" }, { "name": "wp-pay-gateways/mollie", "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/mollie.git", "reference": "d58e58f1d0d748f33baa5486f9741f47a2a64c77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/mollie/zipball/d58e58f1d0d748f33baa5486f9741f47a2a64c77", "reference": "d58e58f1d0d748f33baa5486f9741f47a2a64c77", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "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.4", "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-04-26T19:11:53+00:00" }, { "name": "wp-pay-gateways/multisafepay", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/multisafepay.git", "reference": "7d7e15db57cc4d8f20dd57ceefca02493e31d9b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/multisafepay/zipball/7d7e15db57cc4d8f20dd57ceefca02493e31d9b4", "reference": "7d7e15db57cc4d8f20dd57ceefca02493e31d9b4", "shasum": "" }, "require": { "ext-simplexml": "*", "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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-04-26T13:20:19+00:00" }, { "name": "wp-pay-gateways/ogone", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ogone.git", "reference": "05e65281ef279de209b22d86ff1176800a05e532" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ogone/zipball/05e65281ef279de209b22d86ff1176800a05e532", "reference": "05e65281ef279de209b22d86ff1176800a05e532", "shasum": "" }, "require": { "ext-simplexml": "*", "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T12:51:18+00:00" }, { "name": "wp-pay-gateways/omnikassa-2", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/omnikassa-2.git", "reference": "a9de8f1f6415d4b3a2ae8fb549e27fe701b66d3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/omnikassa-2/zipball/a9de8f1f6415d4b3a2ae8fb549e27fe701b66d3a", "reference": "a9de8f1f6415d4b3a2ae8fb549e27fe701b66d3a", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "wp-pay/core": "^2.6" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "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.6", "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" }, "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": "2021-05-28T07:35:52+00:00" }, { "name": "wp-pay-gateways/pay-nl", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/pay-nl.git", "reference": "9be490aaa75263704f6f4fadb84590814058a357" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/pay-nl/zipball/9be490aaa75263704f6f4fadb84590814058a357", "reference": "9be490aaa75263704f6f4fadb84590814058a357", "shasum": "" }, "require": { "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T12:51:08+00:00" }, { "name": "wp-pay-gateways/payvision", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/payvision.git", "reference": "b61967ac363ee8eff9f57922cfde62787944801f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/payvision/zipball/b61967ac363ee8eff9f57922cfde62787944801f", "reference": "b61967ac363ee8eff9f57922cfde62787944801f", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "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.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7 || ^6.0", "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" }, "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-05-11T13:57:11+00:00" }, { "name": "wp-pay-gateways/sisow", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/sisow.git", "reference": "273b5a601478e687616cc57d6136eef2e5284198" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/sisow/zipball/273b5a601478e687616cc57d6136eef2e5284198", "reference": "273b5a601478e687616cc57d6136eef2e5284198", "shasum": "" }, "require": { "ext-simplexml": "*", "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": "2021-04-26T11:50:47+00:00" }, { "name": "wp-pay-gateways/targetpay", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/targetpay.git", "reference": "21241910b7a9e262ba473e47b9886458cf1ca1ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/targetpay/zipball/21241910b7a9e262ba473e47b9886458cf1ca1ba", "reference": "21241910b7a9e262ba473e47b9886458cf1ca1ba", "shasum": "" }, "require": { "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": "^1.2", "php-coveralls/php-coveralls": "^2.4", "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.3", "wp-phpunit/wp-phpunit": "^5.6" }, "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": [ "deprecated", "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": "2021-05-28T07:03:13+00:00" }, { "name": "wp-pay/core", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/wp-pay/core.git", "reference": "e06c6946f0f7b439e2ed00e9d1ff02e358cce40c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay/core/zipball/e06c6946f0f7b439e2ed00e9d1ff02e358cce40c", "reference": "e06c6946f0f7b439e2ed00e9d1ff02e358cce40c", "shasum": "" }, "require": { "composer/installers": "^1.7", "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", "php": ">=5.6.20", "pronamic/wp-datetime": "^1.2", "pronamic/wp-html": "^1.0", "pronamic/wp-http": "^1.0", "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-05-28T06:58:50+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": "2.0.1", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496", "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "symfony/phpunit-bridge": "^4.2 || ^5" }, "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/2.0.1" }, "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-05-05T19:37:51+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.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "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.1" }, "time": "2021-03-07T09:25:29+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "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.8.2" }, "time": "2021-04-26T09:17:50+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.20", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a", "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a", "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": "2021-04-17T09:33:01+00:00" }, { "name": "pdepend/pdepend", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1632f0cee84512ffd6dde71e58536b3b06528c41", "reference": "1632f0cee84512ffd6dde71e58536b3b06528c41", "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.36|^5.7.27", "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/2.9.1" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", "type": "tidelift" } ], "time": "2021-04-15T21:36:28+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.1", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", "reference": "ddabec839cc003651f2ce695c938686d1086cf43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43", "reference": "ddabec839cc003651f2ce695c938686d1086cf43", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "paragonie/random_compat": "dev-master", "paragonie/sodium_compat": "dev-master" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || 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": "2021-02-15T10:24:51+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", "reference": "b7dc0cd7a8f767ccac5e7637550ea1c50a67b09e", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0", "phpcompatibility/phpcompatibility-paragonie": "^1.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || 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": "2021-02-15T12:58:46+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.10.1", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "bd5ef43d1dcaf7272605027c959c1c5ff3761f7a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/bd5ef43d1dcaf7272605027c959c1c5ff3761f7a", "reference": "bd5ef43d1dcaf7272605027c959c1c5ff3761f7a", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0", "ext-xml": "*", "pdepend/pdepend": "^2.9.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.8", "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.10.1" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", "type": "tidelift" } ], "time": "2021-05-11T17:16:16+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.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "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": "https://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.4" }, "time": "2021-05-03T11:20:27+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.7.2", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "5.7.2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.7.2" }, "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": "2021-05-12T23:52:01+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.6.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2021-04-09T00:54:41+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/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/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/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.9.1" }, "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": "2e9b39c94a286c3c89c6f5ee4e421539cc1bceb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/paypal/zipball/2e9b39c94a286c3c89c6f5ee4e421539cc1bceb7", "reference": "2e9b39c94a286c3c89c6f5ee4e421539cc1bceb7", "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.4", "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-20T12:56:52+00:00" }, { "name": "wp-phpunit/wp-phpunit", "version": "5.7.2", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", "reference": "5ab77c1e1328e9bee65f60c246e33b13fc202375" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/5ab77c1e1328e9bee65f60c246e33b13fc202375", "reference": "5ab77c1e1328e9bee65f60c246e33b13fc202375", "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": "2021-03-10T17:57:07+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" }