{ "_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": "56d0602a87fe3b4fa449b0e4a0a2c68f", "packages": [ { "name": "composer/installers", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "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", "pantheon", "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.12.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-09-13T08:19:44+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.11", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", "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.11" }, "time": "2021-07-22T09:24:00+00:00" }, { "name": "pronamic/wp-datetime", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/pronamic/wp-datetime.git", "reference": "9c8cd95288549ebb5f95836d4a0a5b4719360a10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-datetime/zipball/9c8cd95288549ebb5f95836d4a0a5b4719360a10", "reference": "9c8cd95288549ebb5f95836d4a0a5b4719360a10", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/ja": "*", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.6", "squizlabs/php_codesniffer": "^3.5", "vlucas/phpdotenv": "^2.0", "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.2" }, "time": "2021-08-26T07:37:44+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.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-http.git", "reference": "0baa3cf7688e76355b84d817222fd946e59cc887" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-http/zipball/0baa3cf7688e76355b84d817222fd946e59cc887", "reference": "0baa3cf7688e76355b84d817222fd946e59cc887", "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.1" }, "time": "2021-06-18T14:31:41+00:00" }, { "name": "pronamic/wp-money", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-money.git", "reference": "ecd100a1f9b2065b6a1b543e10f4bf5dae32c041" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-money/zipball/ecd100a1f9b2065b6a1b543e10f4bf5dae32c041", "reference": "ecd100a1f9b2065b6a1b543e10f4bf5dae32c041", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-number": "^1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.4", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "vlucas/phpdotenv": "^2.0", "wp-phpunit/wp-phpunit": "^5.8" }, "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/2.0.0" }, "time": "2021-08-05T08:19:48+00:00" }, { "name": "pronamic/wp-number", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-number.git", "reference": "ff5c55c6dc3a9d9041de50b50a02de662effd5e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-number/zipball/ff5c55c6dc3a9d9041de50b50a02de662effd5e3", "reference": "ff5c55c6dc3a9d9041de50b50a02de662effd5e3", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "koodimonni-language/de_de": "*", "koodimonni-language/fr_fr": "*", "koodimonni-language/nl_nl": "*", "overtrue/phplint": "^3.0", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "type": "library", "autoload": { "psr-4": { "Pronamic\\WordPress\\Number\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.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": "WordPress Number library.", "keywords": [ "Double", "calculator", "float", "i18n", "int", "number", "wordpress" ], "support": { "issues": "https://github.com/pronamic/wp-number/issues", "source": "https://github.com/pronamic/wp-number/tree/1.0.1" }, "time": "2021-09-30T09:07:15+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": "3.0.1", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/charitable.git", "reference": "7b183be080847b296cb70ae55706e0234a8a1f50" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/charitable/zipball/7b183be080847b296cb70ae55706e0234a8a1f50", "reference": "7b183be080847b296cb70ae55706e0234a8a1f50", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "charitable/charitable": "^1.6", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.6", "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-09-16T13:37:13+00:00" }, { "name": "wp-pay-extensions/contact-form-7", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/contact-form-7.git", "reference": "1e18e53c9a5ba869448f37116d1cdd42f2f10e3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/contact-form-7/zipball/1e18e53c9a5ba869448f37116d1cdd42f2f10e3f", "reference": "1e18e53c9a5ba869448f37116d1cdd42f2f10e3f", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.6", "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-08-05T09:57:32+00:00" }, { "name": "wp-pay-extensions/easy-digital-downloads", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/easy-digital-downloads.git", "reference": "8af5ef05ef65518a654bdd4169d02ca8a3225081" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/easy-digital-downloads/zipball/8af5ef05ef65518a654bdd4169d02ca8a3225081", "reference": "8af5ef05ef65518a654bdd4169d02ca8a3225081", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "easydigitaldownloads/easy-digital-downloads": "^2.9", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T10:08:03+00:00" }, { "name": "wp-pay-extensions/event-espresso", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso.git", "reference": "b770f9ef2c9a7c2a40a75fb6f0b411743d04b509" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso/zipball/b770f9ef2c9a7c2a40a75fb6f0b411743d04b509", "reference": "b770f9ef2c9a7c2a40a75fb6f0b411743d04b509", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T10:19:27+00:00" }, { "name": "wp-pay-extensions/event-espresso-legacy", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso-legacy.git", "reference": "70b8ce19c2b9646a9b06d11003cc36e486ff7b94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso-legacy/zipball/70b8ce19c2b9646a9b06d11003cc36e486ff7b94", "reference": "70b8ce19c2b9646a9b06d11003cc36e486ff7b94", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T10:15:07+00:00" }, { "name": "wp-pay-extensions/formidable-forms", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/formidable-forms.git", "reference": "61135848693bd4d3ff3ed56fc781b63ff61ca269" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/formidable-forms/zipball/61135848693bd4d3ff3ed56fc781b63ff61ca269", "reference": "61135848693bd4d3ff3ed56fc781b63ff61ca269", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T10:23:24+00:00" }, { "name": "wp-pay-extensions/give", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/give.git", "reference": "6f4c9c01586798689dcbbfd6f79a43e9bacd4aa3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/give/zipball/6f4c9c01586798689dcbbfd6f79a43e9bacd4aa3", "reference": "6f4c9c01586798689dcbbfd6f79a43e9bacd4aa3", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8", "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-08-05T10:27:15+00:00" }, { "name": "wp-pay-extensions/gravityforms", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/gravityforms.git", "reference": "0aa11ee8b19a3ccad528ebfbf20058e3f7bb1e42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/gravityforms/zipball/0aa11ee8b19a3ccad528ebfbf20058e3f7bb1e42", "reference": "0aa11ee8b19a3ccad528ebfbf20058e3f7bb1e42", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-gravityforms-nl": "^3.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8", "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-09-16T13:37:21+00:00" }, { "name": "wp-pay-extensions/memberpress", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/memberpress.git", "reference": "5f097bb6487c84fb7741ad302a09ee54011976b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/memberpress/zipball/5f097bb6487c84fb7741ad302a09ee54011976b8", "reference": "5f097bb6487c84fb7741ad302a09ee54011976b8", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-cli/wp-cli": "^2.5", "wp-phpunit/wp-phpunit": "^5.8", "wp-premium/memberpress": "^1.9" }, "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-09-03T09:07:33+00:00" }, { "name": "wp-pay-extensions/ninjaforms", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/ninjaforms.git", "reference": "1b18369f1dbdb5734483f246c1d394089acaed8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/ninjaforms/zipball/1b18369f1dbdb5734483f246c1d394089acaed8e", "reference": "1b18369f1dbdb5734483f246c1d394089acaed8e", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8", "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-08-05T11:24:34+00:00" }, { "name": "wp-pay-extensions/restrict-content-pro", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/restrict-content-pro.git", "reference": "ece5bed2db65a41d56f276bd75b61b7292b28270" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/restrict-content-pro/zipball/ece5bed2db65a41d56f276bd75b61b7292b28270", "reference": "ece5bed2db65a41d56f276bd75b61b7292b28270", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "restrictcontentpro/restrict-content": "2.2.3", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T14:26:19+00:00" }, { "name": "wp-pay-extensions/s2member", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/s2member.git", "reference": "93e5ede5cc31e6816afeb6996192df0409b53d58" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/s2member/zipball/93e5ede5cc31e6816afeb6996192df0409b53d58", "reference": "93e5ede5cc31e6816afeb6996192df0409b53d58", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8", "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-08-05T11:36:10+00:00" }, { "name": "wp-pay-extensions/woocommerce", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/woocommerce.git", "reference": "b5ceb843f00d8a1c68b43c6aea6e387b82331aa7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/woocommerce/zipball/b5ceb843f00d8a1c68b43c6aea6e387b82331aa7", "reference": "b5ceb843f00d8a1c68b43c6aea6e387b82331aa7", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.1", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "woocommerce/woocommerce": "^4.9", "wp-phpunit/wp-phpunit": "^5.8", "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-09-03T09:07:47+00:00" }, { "name": "wp-pay-extensions/wp-e-commerce", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/wp-e-commerce.git", "reference": "ef42eb4c3adc1c66f664da62f033a779bb7c7fed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/wp-e-commerce/zipball/ef42eb4c3adc1c66f664da62f033a779bb7c7fed", "reference": "ef42eb4c3adc1c66f664da62f033a779bb7c7fed", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-e-commerce/wp-e-commerce": "^3.14", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T11:43:38+00:00" }, { "name": "wp-pay-gateways/adyen", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/adyen.git", "reference": "3c9a3ce47780c4cb33ca1c492c4b14f1ad87bb06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/adyen/zipball/3c9a3ce47780c4cb33ca1c492c4b14f1ad87bb06", "reference": "3c9a3ce47780c4cb33ca1c492c4b14f1ad87bb06", "shasum": "" }, "require": { "ext-intl": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-09-16T13:37:03+00:00" }, { "name": "wp-pay-gateways/buckaroo", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/buckaroo.git", "reference": "f2646e72ef6277e140a572af8ac273de909431dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/buckaroo/zipball/f2646e72ef6277e140a572af8ac273de909431dc", "reference": "f2646e72ef6277e140a572af8ac273de909431dc", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-cli/wp-cli": "^2.3", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-18T07:04:01+00:00" }, { "name": "wp-pay-gateways/digiwallet", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/digiwallet.git", "reference": "3b12ab27ce907ab1e6b6fc85fe448b9a2fd047c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/digiwallet/zipball/3b12ab27ce907ab1e6b6fc85fe448b9a2fd047c7", "reference": "3b12ab27ce907ab1e6b6fc85fe448b9a2fd047c7", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "slevomat/coding-standard": "^6.4", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:24:20+00:00" }, { "name": "wp-pay-gateways/ems-e-commerce", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ems-e-commerce.git", "reference": "2f58ffd65eda8071ab6289431f71c3debd575da0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ems-e-commerce/zipball/2f58ffd65eda8071ab6289431f71c3debd575da0", "reference": "2f58ffd65eda8071ab6289431f71c3debd575da0", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-18T11:50:04+00:00" }, { "name": "wp-pay-gateways/icepay", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/icepay.git", "reference": "52ccc25e589b4bea14016b9d5543fbc7385e7fc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/icepay/zipball/52ccc25e589b4bea14016b9d5543fbc7385e7fc9", "reference": "52ccc25e589b4bea14016b9d5543fbc7385e7fc9", "shasum": "" }, "require": { "icepay/icepay": "^2.5.0", "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:30:47+00:00" }, { "name": "wp-pay-gateways/ideal", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal.git", "reference": "c62214b98e7940c58480ef01b210de409e7d2857" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/c62214b98e7940c58480ef01b210de409e7d2857", "reference": "c62214b98e7940c58480ef01b210de409e7d2857", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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/3.0.0" }, "time": "2021-08-05T12:34:09+00:00" }, { "name": "wp-pay-gateways/ideal-advanced-v3", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-advanced-v3.git", "reference": "e6de25bd364598a7d3dfd651cfbdd482f8dbfe70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-advanced-v3/zipball/e6de25bd364598a7d3dfd651cfbdd482f8dbfe70", "reference": "e6de25bd364598a7d3dfd651cfbdd482f8dbfe70", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", "php": ">=5.6.20", "wp-pay-gateways/ideal": "^3.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:40:31+00:00" }, { "name": "wp-pay-gateways/ideal-basic", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-basic.git", "reference": "0e04cc577ad901013457f1241f9cd0fc4fb73c20" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal-basic/zipball/0e04cc577ad901013457f1241f9cd0fc4fb73c20", "reference": "0e04cc577ad901013457f1241f9cd0fc4fb73c20", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay-gateways/ideal": "^3.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:37:13+00:00" }, { "name": "wp-pay-gateways/mollie", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/mollie.git", "reference": "a65e919f6228483c5672be6bdfdb3ae64342975f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/mollie/zipball/a65e919f6228483c5672be6bdfdb3ae64342975f", "reference": "a65e919f6228483c5672be6bdfdb3ae64342975f", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.3", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-cli/wp-cli": "^2.3", "wp-phpunit/wp-phpunit": "^5.8" }, "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-09-03T09:06:53+00:00" }, { "name": "wp-pay-gateways/multisafepay", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/multisafepay.git", "reference": "70c8c9e64cc376c01cc39d6c882a155361bf7fc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/multisafepay/zipball/70c8c9e64cc376c01cc39d6c882a155361bf7fc9", "reference": "70c8c9e64cc376c01cc39d6c882a155361bf7fc9", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:54:07+00:00" }, { "name": "wp-pay-gateways/ogone", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ogone.git", "reference": "26eeadc06ef4d4c7ac57d65a82e193f905e833fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ogone/zipball/26eeadc06ef4d4c7ac57d65a82e193f905e833fc", "reference": "26eeadc06ef4d4c7ac57d65a82e193f905e833fc", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T12:57:54+00:00" }, { "name": "wp-pay-gateways/omnikassa-2", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/omnikassa-2.git", "reference": "7301c3fc6adc1d19b49446ff00f28873791c2b03" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/omnikassa-2/zipball/7301c3fc6adc1d19b49446ff00f28873791c2b03", "reference": "7301c3fc6adc1d19b49446ff00f28873791c2b03", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-16T14:16:10+00:00" }, { "name": "wp-pay-gateways/pay-nl", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/pay-nl.git", "reference": "4f3f7706dccf218ebfe2f5948a7ccd2c9fbb1780" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/pay-nl/zipball/4f3f7706dccf218ebfe2f5948a7ccd2c9fbb1780", "reference": "4f3f7706dccf218ebfe2f5948a7ccd2c9fbb1780", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-24T11:18:34+00:00" }, { "name": "wp-pay-gateways/paypal", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/paypal.git", "reference": "4fc6c4c24564a290bc56e5e4a70b4af491faf325" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/paypal/zipball/4fc6c4c24564a290bc56e5e4a70b4af491faf325", "reference": "4fc6c4c24564a290bc56e5e4a70b4af491faf325", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "sirbrillig/phpcs-import-detection": "^1.2", "slevomat/coding-standard": "^6.4", "wp-phpunit/wp-phpunit": "^5.8" }, "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-09-03T09:07:06+00:00" }, { "name": "wp-pay-gateways/payvision", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/payvision.git", "reference": "dcc89f9d0da3e26d054d99968249a6727de09f9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/payvision/zipball/dcc89f9d0da3e26d054d99968249a6727de09f9a", "reference": "dcc89f9d0da3e26d054d99968249a6727de09f9a", "shasum": "" }, "require": { "ext-intl": "*", "ext-json": "*", "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.8", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T13:32:22+00:00" }, { "name": "wp-pay-gateways/sisow", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/sisow.git", "reference": "94b44ea6332d9d0b983006e56123f877e7c63de7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/sisow/zipball/94b44ea6332d9d0b983006e56123f877e7c63de7", "reference": "94b44ea6332d9d0b983006e56123f877e7c63de7", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T13:53:15+00:00" }, { "name": "wp-pay-gateways/targetpay", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/targetpay.git", "reference": "318988ee41c7945547bd16b80d4f290ff1236079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/targetpay/zipball/318988ee41c7945547bd16b80d4f290ff1236079", "reference": "318988ee41c7945547bd16b80d4f290ff1236079", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^1.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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-08-05T14:01:24+00:00" }, { "name": "wp-pay/core", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pay-core.git", "reference": "07ee3c2894cde68b903a76da7173d152e721373f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pay-core/zipball/07ee3c2894cde68b903a76da7173d152e721373f", "reference": "07ee3c2894cde68b903a76da7173d152e721373f", "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": "^2.0", "pronamic/wp-number": "^1.0", "viison/address-splitter": "^0.3.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "php-stubs/wp-cli-stubs": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-cli/wp-cli": "^2.3", "wp-phpunit/wp-phpunit": "^5.8" }, "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-09-30T09:20:43+00:00" }, { "name": "wp-pay/fundraising", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-fundraising.git", "reference": "2455ab5565f83319671e5834f8a99dbe86fe2a5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-fundraising/zipball/2455ab5565f83319671e5834f8a99dbe86fe2a5d", "reference": "2455ab5565f83319671e5834f8a99dbe86fe2a5d", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^3.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.1", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "sirbrillig/phpcs-import-detection": "^1.2", "sirbrillig/phpcs-variable-analysis": "^2.8", "wp-phpunit/wp-phpunit": "^5.8" }, "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": "2021-09-30T11:05:26+00:00" } ], "packages-dev": [ { "name": "automattic/vipwpcs", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/Automattic/VIP-Coding-Standards.git", "reference": "efacebef421334d54b99afa92fb8fa645336a8a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/efacebef421334d54b99afa92fb8fa645336a8a7", "reference": "efacebef421334d54b99afa92fb8fa645336a8a7", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", "php": ">=5.4", "sirbrillig/phpcs-variable-analysis": "^2.8.3", "squizlabs/php_codesniffer": "^3.5.5", "wp-coding-standards/wpcs": "^2.3" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^0.5", "php-parallel-lint/php-parallel-lint": "^1.0", "phpcompatibility/php-compatibility": "^9", "phpcsstandards/phpcsdevtools": "^1.0", "phpunit/phpunit": "^4 || ^5 || ^6 || ^7" }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", "keywords": [ "phpcs", "standards", "wordpress" ], "support": { "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues", "source": "https://github.com/Automattic/VIP-Coding-Standards", "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki" }, "time": "2021-04-28T16:41:50+00:00" }, { "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.2", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "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.2" }, "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-07-31T17:03:58+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.10.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "1fd30f4352b630ad53fec3fd5e8b8ba760f85596" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1fd30f4352b630ad53fec3fd5e8b8ba760f85596", "reference": "1fd30f4352b630ad53fec3fd5e8b8ba760f85596", "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.10.0" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", "type": "tidelift" } ], "time": "2021-07-20T09:56:09+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.2", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "reference": "a792ab623069f0ce971b2417edef8d9632e32f75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/a792ab623069f0ce971b2417edef8d9632e32f75", "reference": "a792ab623069f0ce971b2417edef8d9632e32f75", "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-07-21T11:09:57+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.2", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "1bc74db7cf834662d83abebae265be11bb2eec3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/1bc74db7cf834662d83abebae265be11bb2eec3a", "reference": "1bc74db7cf834662d83abebae265be11bb2eec3a", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0", "ext-xml": "*", "pdepend/pdepend": "^2.10.0", "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.2" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", "type": "tidelift" } ], "time": "2021-07-22T09:56:23+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": "pronamic/wp-coding-standards", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-coding-standards.git", "reference": "9670218269a0c620987fc33a897a9e642047a1d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-coding-standards/zipball/9670218269a0c620987fc33a897a9e642047a1d0", "reference": "9670218269a0c620987fc33a897a9e642047a1d0", "shasum": "" }, "require": { "automattic/vipwpcs": "^2.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php": ">=5.6.20", "phpcompatibility/phpcompatibility-wp": "^2.1", "sirbrillig/phpcs-variable-analysis": "^2.11", "squizlabs/php_codesniffer": "^3.6", "wp-coding-standards/wpcs": "^2.3" }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.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": "Pronamic WordPress WordPress Coding Standards for PHP_CodeSniffer.", "homepage": "https://github.com/pronamic/wp-coding-standards", "keywords": [ "phpcs", "pronamic", "standards", "wordpress" ], "support": { "issues": "https://github.com/pronamic/wp-coding-standards/issues", "source": "https://github.com/pronamic/wp-coding-standards" }, "time": "2021-06-25T11:45:06+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.8.1", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "5.8.1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.8.1" }, "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-09-09T02:22:02+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": "sirbrillig/phpcs-variable-analysis", "version": "v2.11.2", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e", "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e", "shasum": "" }, "require": { "php": ">=5.4.0", "squizlabs/php_codesniffer": "^3.5" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", "phpstan/phpstan": "^0.11.8", "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", "sirbrillig/phpcs-import-detection": "^1.1" }, "type": "phpcodesniffer-standard", "autoload": { "psr-4": { "VariableAnalysis\\": "VariableAnalysis/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Sam Graham", "email": "php-codesniffer-variableanalysis@illusori.co.uk" }, { "name": "Payton Swick", "email": "payton@foolord.com" } ], "description": "A PHPCS sniff to detect problems with variables.", "support": { "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, "time": "2021-07-06T23:45:17+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-phpunit/wp-phpunit", "version": "5.8.1", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", "reference": "0b89ad32feae22f3a39e63e44117d6e56bdeed69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/0b89ad32feae22f3a39e63e44117d6e56bdeed69", "reference": "0b89ad32feae22f3a39e63e44117d6e56bdeed69", "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-09-09T19:11:29+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.6.20" }, "platform-dev": [], "platform-overrides": { "php": "5.6.20" }, "plugin-api-version": "2.1.0" }