{ "_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": "9600e66e535fe9a28fe619b3ef01d058", "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.12", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "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.12" }, "time": "2022-04-13T08:02:27+00:00" }, { "name": "pronamic/wp-datetime", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-datetime.git", "reference": "f4882ef88a1ecc340eaf626c9939e0718a4479dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-datetime/zipball/f4882ef88a1ecc340eaf626c9939e0718a4479dd", "reference": "f4882ef88a1ecc340eaf626c9939e0718a4479dd", "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.8", "squizlabs/php_codesniffer": "^3.5", "vlucas/phpdotenv": "^2.0", "wp-phpunit/wp-phpunit": "^5.8", "yoast/phpunit-polyfills": "^1.0" }, "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/2.0.1" }, "time": "2022-04-11T13:53:10+00:00" }, { "name": "pronamic/wp-gravityforms-nl", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/pronamic/wp-gravityforms-nl.git", "reference": "0a03eced2eaafcb6d30c5dfe74b7d3ee2ca5912b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-gravityforms-nl/zipball/0a03eced2eaafcb6d30c5dfe74b7d3ee2ca5912b", "reference": "0a03eced2eaafcb6d30c5dfe74b7d3ee2ca5912b", "shasum": "" }, "require": { "php": ">=5.6.20" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "koodimonni-language/nl_nl": "*", "php-coveralls/php-coveralls": "^2.4", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpmd/phpmd": "^2.4", "phpunit/phpunit": "^5.7 || ^6.0", "roots/wordpress": "^5.8", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.8", "yoast/phpunit-polyfills": "^1.0" }, "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.2" }, "time": "2022-04-11T14:00:49+00:00" }, { "name": "pronamic/wp-html", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-html.git", "reference": "ddf8380f2edd4fe2cbbdc75735773af1aafc4799" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-html/zipball/ddf8380f2edd4fe2cbbdc75735773af1aafc4799", "reference": "ddf8380f2edd4fe2cbbdc75735773af1aafc4799", "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.8", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.8", "yoast/phpunit-polyfills": "^1.0" }, "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/2.0.0" }, "time": "2022-01-10T13:51:24+00:00" }, { "name": "pronamic/wp-http", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/pronamic/wp-http.git", "reference": "a45533c19847b4aaefeda24743a4083fab4566cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-http/zipball/a45533c19847b4aaefeda24743a4083fab4566cf", "reference": "a45533c19847b4aaefeda24743a4083fab4566cf", "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.8", "squizlabs/php_codesniffer": "^3.5", "wp-coding-standards/wpcs": "^2.3", "wp-phpunit/wp-phpunit": "^5.8", "yoast/phpunit-polyfills": "^1.0" }, "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.2" }, "time": "2022-04-11T13:56:01+00:00" }, { "name": "pronamic/wp-money", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-money.git", "reference": "7f9024f1a6fc7f738b9d3580f696a96d97dbc013" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-money/zipball/7f9024f1a6fc7f738b9d3580f696a96d97dbc013", "reference": "7f9024f1a6fc7f738b9d3580f696a96d97dbc013", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-number": "^1.1" }, "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", "yoast/phpunit-polyfills": "^1.0" }, "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.1" }, "time": "2022-01-10T14:38:35+00:00" }, { "name": "pronamic/wp-number", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-number.git", "reference": "57783219fcf11706811178314ecc59363f760426" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-number/zipball/57783219fcf11706811178314ecc59363f760426", "reference": "57783219fcf11706811178314ecc59363f760426", "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", "yoast/phpunit-polyfills": "^1.0" }, "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.1.0" }, "time": "2022-01-10T14:33:37+00:00" }, { "name": "roots/wordpress", "version": "5.9.3", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "5.9.3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress/zipball/refs/tags/5.9.3" }, "require": { "php": ">=5.3.2", "roots/wordpress-core-installer": ">=1.0.0" }, "provide": { "wordpress/core-implementation": "5.9.3" }, "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": "2022-04-06T02:26:36+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": "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": "woocommerce/action-scheduler", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", "reference": "3218a33ff14b968f8cb05de9656c2efa1eeb1330" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/3218a33ff14b968f8cb05de9656c2efa1eeb1330", "reference": "3218a33ff14b968f8cb05de9656c2efa1eeb1330", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7.5", "woocommerce/woocommerce-sniffs": "0.1.0", "wp-cli/wp-cli": "~2.5.0", "yoast/phpunit-polyfills": "^1.0" }, "type": "wordpress-plugin", "extra": { "scripts-description": { "test": "Run unit tests", "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "description": "Action Scheduler for WordPress and WooCommerce", "homepage": "https://actionscheduler.org/", "support": { "issues": "https://github.com/woocommerce/action-scheduler/issues", "source": "https://github.com/woocommerce/action-scheduler/tree/3.4.0" }, "time": "2021-10-28T17:09:12+00:00" }, { "name": "wp-pay-extensions/charitable", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-charitable.git", "reference": "ec50efc09694b6df6059920d3320b45809592ce3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-charitable/zipball/ec50efc09694b6df6059920d3320b45809592ce3", "reference": "ec50efc09694b6df6059920d3320b45809592ce3", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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.8", "wp-phpunit/wp-phpunit": "^5.8", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:49:12+00:00" }, { "name": "wp-pay-extensions/contact-form-7", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-contact-form-7.git", "reference": "a6eb43a5cd473676e222c9d1afcf84b667d36b7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-contact-form-7/zipball/a6eb43a5cd473676e222c9d1afcf84b667d36b7e", "reference": "a6eb43a5cd473676e222c9d1afcf84b667d36b7e", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6.20", "wp-pay/core": "^4.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/contact-form-7": "^5.4", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-12T08:01:54+00:00" }, { "name": "wp-pay-extensions/easy-digital-downloads", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads.git", "reference": "58ed6207b14bcab2c1c2c0454198369960f6b9ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-easy-digital-downloads/zipball/58ed6207b14bcab2c1c2c0454198369960f6b9ea", "reference": "58ed6207b14bcab2c1c2c0454198369960f6b9ea", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.7", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "wp-phpunit/wp-phpunit": "^5.8", "wpackagist-plugin/easy-digital-downloads": "^2.11", "wpackagist-plugin/wordpress-seo": "^17.7", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:55:20+00:00" }, { "name": "wp-pay-extensions/event-espresso", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/event-espresso.git", "reference": "471324466a773d4a7d7fb423af7d424556b11f3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/event-espresso/zipball/471324466a773d4a7d7fb423af7d424556b11f3d", "reference": "471324466a773d4a7d7fb423af7d424556b11f3d", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-01-10T15:27:37+00:00" }, { "name": "wp-pay-extensions/formidable-forms", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-formidable-forms.git", "reference": "a3cc9c486d77a4f349d649e8249f18d8b2c87c79" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-formidable-forms/zipball/a3cc9c486d77a4f349d649e8249f18d8b2c87c79", "reference": "a3cc9c486d77a4f349d649e8249f18d8b2c87c79", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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/formidable": "^5.0", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:57:33+00:00" }, { "name": "wp-pay-extensions/give", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-extensions/give.git", "reference": "d5173958fc913bee135d2aa99904185e44d62166" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-extensions/give/zipball/d5173958fc913bee135d2aa99904185e44d62166", "reference": "d5173958fc913bee135d2aa99904185e44d62166", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-01-10T15:33:24+00:00" }, { "name": "wp-pay-extensions/gravityforms", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-gravityforms.git", "reference": "04c3bc82fa8e9eca1179ff3d6d34c45cb0ec1e67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-gravityforms/zipball/04c3bc82fa8e9eca1179ff3d6d34c45cb0ec1e67", "reference": "04c3bc82fa8e9eca1179ff3d6d34c45cb0ec1e67", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-datetime": "^2.0", "pronamic/wp-gravityforms-nl": "^3.0", "pronamic/wp-money": "^2.0", "pronamic/wp-number": "^1.1", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:58:46+00:00" }, { "name": "wp-pay-extensions/memberpress", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-memberpress.git", "reference": "d7038aaeacd1146f1c6a63f002b0f7f851d0bbe2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-memberpress/zipball/d7038aaeacd1146f1c6a63f002b0f7f851d0bbe2", "reference": "d7038aaeacd1146f1c6a63f002b0f7f851d0bbe2", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:59:40+00:00" }, { "name": "wp-pay-extensions/ninjaforms", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-ninjaforms.git", "reference": "c87100afc7dd2f1c867c34f17200873b71202aef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-ninjaforms/zipball/c87100afc7dd2f1c867c34f17200873b71202aef", "reference": "c87100afc7dd2f1c867c34f17200873b71202aef", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-02-16T10:13:14+00:00" }, { "name": "wp-pay-extensions/restrict-content-pro", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro.git", "reference": "12b848314d8af9645ec357f3eef6c7111158f00f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-restrict-content-pro/zipball/12b848314d8af9645ec357f3eef6c7111158f00f", "reference": "12b848314d8af9645ec357f3eef6c7111158f00f", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T15:00:44+00:00" }, { "name": "wp-pay-extensions/woocommerce", "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-woocommerce.git", "reference": "76a97a07686b2b516986a31293c839056e432eb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-woocommerce/zipball/76a97a07686b2b516986a31293c839056e432eb3", "reference": "76a97a07686b2b516986a31293c839056e432eb3", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.1", "php-coveralls/php-coveralls": "^2.4", "php-stubs/woocommerce-stubs": "^5.9", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "^5.7 || ^6.0", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.8", "woocommerce/woocommerce": "^5.9", "wp-phpunit/wp-phpunit": "^5.8", "wp-premium/woocommerce-subscriptions": "^3.0", "yoast/phpunit-polyfills": "^1.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": "2022-04-19T07:24:32+00:00" }, { "name": "wp-pay-gateways/adyen", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-adyen.git", "reference": "d56839215b78a41f185f72a2b19fbeb7ff80c8be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-adyen/zipball/d56839215b78a41f185f72a2b19fbeb7ff80c8be", "reference": "d56839215b78a41f185f72a2b19fbeb7ff80c8be", "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": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-12T07:54:55+00:00" }, { "name": "wp-pay-gateways/buckaroo", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-buckaroo.git", "reference": "4967b4c271ef97f0cd4feb4d58eb99782b668399" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-buckaroo/zipball/4967b4c271ef97f0cd4feb4d58eb99782b668399", "reference": "4967b4c271ef97f0cd4feb4d58eb99782b668399", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:10:30+00:00" }, { "name": "wp-pay-gateways/digiwallet", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-digiwallet.git", "reference": "af5ed39ea2dadef3311bcecabdefba4cb91f4145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-digiwallet/zipball/af5ed39ea2dadef3311bcecabdefba4cb91f4145", "reference": "af5ed39ea2dadef3311bcecabdefba4cb91f4145", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.1", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:12:37+00:00" }, { "name": "wp-pay-gateways/ems-e-commerce", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-ems-e-commerce.git", "reference": "9182ff0dcaf0111190d31671034d63811f8ac009" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-ems-e-commerce/zipball/9182ff0dcaf0111190d31671034d63811f8ac009", "reference": "9182ff0dcaf0111190d31671034d63811f8ac009", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:17:04+00:00" }, { "name": "wp-pay-gateways/icepay", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-icepay.git", "reference": "f145b6c0b6a729cbc4d5f40a3bc009f0b932c617" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-icepay/zipball/f145b6c0b6a729cbc4d5f40a3bc009f0b932c617", "reference": "f145b6c0b6a729cbc4d5f40a3bc009f0b932c617", "shasum": "" }, "require": { "icepay/icepay": "^2.5.0", "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:22:33+00:00" }, { "name": "wp-pay-gateways/ideal", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal.git", "reference": "4507d33436dba9070b2e19285b9b3d4a8254307d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/4507d33436dba9070b2e19285b9b3d4a8254307d", "reference": "4507d33436dba9070b2e19285b9b3d4a8254307d", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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/4.0.0" }, "time": "2022-01-11T10:03:08+00:00" }, { "name": "wp-pay-gateways/ideal-advanced-v3", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-ideal-advanced-v3.git", "reference": "f96220d422e27dcec771eebffc8327840b3f5e1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-ideal-advanced-v3/zipball/f96220d422e27dcec771eebffc8327840b3f5e1f", "reference": "f96220d422e27dcec771eebffc8327840b3f5e1f", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", "php": ">=5.6.20", "wp-pay-gateways/ideal": "^4.0", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:25:29+00:00" }, { "name": "wp-pay-gateways/ideal-basic", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-ideal-basic.git", "reference": "11b6019df8a1bb3edf94bea99452750883e0d9f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-ideal-basic/zipball/11b6019df8a1bb3edf94bea99452750883e0d9f9", "reference": "11b6019df8a1bb3edf94bea99452750883e0d9f9", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay-gateways/ideal": "^4.0", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:28:16+00:00" }, { "name": "wp-pay-gateways/mollie", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-mollie.git", "reference": "ab1109c31fe65b183e90eb7383c5f47ea9ff6efb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-mollie/zipball/ab1109c31fe65b183e90eb7383c5f47ea9ff6efb", "reference": "ab1109c31fe65b183e90eb7383c5f47ea9ff6efb", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=5.6.20", "pronamic/wp-http": "^1.0", "woocommerce/action-scheduler": "^3.4", "wp-pay/core": "^4.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": "2022-04-11T14:32:14+00:00" }, { "name": "wp-pay-gateways/multisafepay", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-multisafepay.git", "reference": "39e7a4944bf4501aec0de9c84578e177fe8a7f5a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-multisafepay/zipball/39e7a4944bf4501aec0de9c84578e177fe8a7f5a", "reference": "39e7a4944bf4501aec0de9c84578e177fe8a7f5a", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:35:39+00:00" }, { "name": "wp-pay-gateways/ogone", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-ingenico.git", "reference": "403093ef0110b4fce9aca03fd9c17448557a7b25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-ingenico/zipball/403093ef0110b4fce9aca03fd9c17448557a7b25", "reference": "403093ef0110b4fce9aca03fd9c17448557a7b25", "shasum": "" }, "require": { "ext-simplexml": "*", "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:37:04+00:00" }, { "name": "wp-pay-gateways/omnikassa-2", "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-omnikassa-2.git", "reference": "6b9c3fbad64fccf127ece9f0daac2051763c6b0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-omnikassa-2/zipball/6b9c3fbad64fccf127ece9f0daac2051763c6b0b", "reference": "6b9c3fbad64fccf127ece9f0daac2051763c6b0b", "shasum": "" }, "require": { "justinrainbow/json-schema": "^5.2", "php": ">=7.4", "pronamic/wp-http": "^1.0", "wp-pay/core": "^4.1" }, "require-dev": { "automattic/wordbless": "^0.3.1", "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "pronamic/wp-coding-standards": "^1.0", "roots/wordpress": "^5.9", "sirbrillig/phpcs-variable-analysis": "^2.9", "slevomat/coding-standard": "^6.4", "wp-phpunit/wp-phpunit": "^5.9", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-13T13:08:19+00:00" }, { "name": "wp-pay-gateways/pay-nl", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-pay-nl.git", "reference": "fda6abc8ee5f4b7be3d5741a0accb7cb74171d9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-pay-nl/zipball/fda6abc8ee5f4b7be3d5741a0accb7cb74171d9a", "reference": "fda6abc8ee5f4b7be3d5741a0accb7cb74171d9a", "shasum": "" }, "require": { "php": ">=5.6.20", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:41:13+00:00" }, { "name": "wp-pay-gateways/paypal", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-paypal.git", "reference": "08e0f9cda1105674d812ca8b1329dc333f25f3c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-paypal/zipball/08e0f9cda1105674d812ca8b1329dc333f25f3c8", "reference": "08e0f9cda1105674d812ca8b1329dc333f25f3c8", "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": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:43:19+00:00" }, { "name": "wp-pay-gateways/payvision", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-payvision.git", "reference": "5356b2c986e5ec02b23d2d8cdee910d13de49a91" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-payvision/zipball/5356b2c986e5ec02b23d2d8cdee910d13de49a91", "reference": "5356b2c986e5ec02b23d2d8cdee910d13de49a91", "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": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-11T14:45:23+00:00" }, { "name": "wp-pay-gateways/sisow", "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-sisow.git", "reference": "71a4f44bdfa4e0e316d31135d97c7ca1695d5fde" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-sisow/zipball/71a4f44bdfa4e0e316d31135d97c7ca1695d5fde", "reference": "71a4f44bdfa4e0e316d31135d97c7ca1695d5fde", "shasum": "" }, "require": { "ext-simplexml": "*", "justinrainbow/json-schema": "^5.2", "php": ">=7.4", "pronamic/wp-http": "^1.0", "pronamic/wp-number": "^1.1", "wp-pay/core": "^4.1" }, "require-dev": { "automattic/wordbless": "^0.3.1", "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "phpmd/phpmd": "^2.9", "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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-04-13T13:29:15+00:00" }, { "name": "wp-pay/core", "version": "4.1.2", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pay-core.git", "reference": "8dabf2493c72f099435f4ee2d077a3d6e054bb9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pay-core/zipball/8dabf2493c72f099435f4ee2d077a3d6e054bb9b", "reference": "8dabf2493c72f099435f4ee2d077a3d6e054bb9b", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-simplexml": "*", "php": ">=7.4", "pronamic/wp-datetime": "^2.0", "pronamic/wp-html": "^2.0", "pronamic/wp-http": "^1.0", "pronamic/wp-money": "^2.0", "pronamic/wp-number": "^1.1", "roots/wordpress": "^5.7", "viison/address-splitter": "^0.3.4", "woocommerce/action-scheduler": "^3.4" }, "require-dev": { "automattic/wordbless": "^0.3.1", "bamarni/composer-bin-plugin": "^1.4", "overtrue/phplint": "^2.2", "php-coveralls/php-coveralls": "^2.4", "php-stubs/wordpress-globals": "^0.2.0", "php-stubs/wp-cli-stubs": "^2.4", "phpmd/phpmd": "^2.9", "pronamic/wp-coding-standards": "^1.0", "wp-cli/wp-cli": "^2.3", "wp-phpunit/wp-phpunit": "^5.7", "yoast/phpunit-polyfills": "^1.0" }, "type": "library", "autoload": { "files": [ "includes/functions.php", "includes/xmlseclibs/xmlseclibs-ing.php" ], "psr-4": { "Pronamic\\WordPress\\Pay\\": "src/" } }, "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": "2022-04-19T07:14:40+00:00" }, { "name": "wp-pay/fundraising", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-pronamic-pay-fundraising.git", "reference": "91fb2e84d69d7e2d490be81dcd95c49c68dcd347" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-pronamic-pay-fundraising/zipball/91fb2e84d69d7e2d490be81dcd95c49c68dcd347", "reference": "91fb2e84d69d7e2d490be81dcd95c49c68dcd347", "shasum": "" }, "require": { "php": ">=5.6.20", "pronamic/wp-money": "^2.0", "wp-pay/core": "^4.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", "yoast/phpunit-polyfills": "^1.0" }, "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": "2022-01-11T10:38:15+00:00" } ], "packages-dev": [ { "name": "automattic/vipwpcs", "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/Automattic/VIP-Coding-Standards.git", "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", "php": ">=5.4", "sirbrillig/phpcs-variable-analysis": "^2.11.1", "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-09-29T16:20:23+00:00" }, { "name": "bamarni/composer-bin-plugin", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", "reference": "49934ffea764864788334c1485fbb08a4b852031" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/49934ffea764864788334c1485fbb08a4b852031", "reference": "49934ffea764864788334c1485fbb08a4b852031", "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/v1.5.0" }, "time": "2022-02-22T21:01:25+00:00" }, { "name": "composer/pcre", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd", "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.3", "phpstan/phpstan-strict-rules": "^1.1", "symfony/phpunit-bridge": "^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Pcre\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ "PCRE", "preg", "regex", "regular expression" ], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/3.0.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": "2022-02-25T20:21:48+00:00" }, { "name": "composer/xdebug-handler", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "ced299686f41dce890debac69273b47ffe98a40c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { "composer/pcre": "^1 || ^2 || ^3", "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", "symfony/phpunit-bridge": "^6.0" }, "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/3.0.3" }, "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": "2022-02-25T21:32:43+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v0.7.2", "source": { "type": "git", "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", "php-parallel-lint/php-parallel-lint": "^1.3.1", "phpcompatibility/php-compatibility": "^9.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" }, { "name": "Contributors", "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "homepage": "http://www.dealerdirect.com", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcbf", "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": "2022-02-04T12:51:07+00:00" }, { "name": "doctrine/instantiator", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.16 || ^1", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.22" }, "type": "library", "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": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/1.4.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "type": "tidelift" } ], "time": "2022-03-03T08:28:38+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.8.3 || ^2.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.4-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.4.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2022-03-20T14:16:28+00:00" }, { "name": "guzzlehttp/promises", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.5.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2", "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "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/2.2.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2022-03-20T21:55:58+00:00" }, { "name": "myclabs/deep-copy", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/collections": "<1.6.8", "doctrine/common": "<2.13.3 || >=3,<3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { "files": [ "src/DeepCopy/deep_copy.php" ], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "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.11.0" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", "type": "tidelift" } ], "time": "2022-03-03T13:19:32+00:00" }, { "name": "pdepend/pdepend", "version": "2.10.3", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "da3166a06b4a89915920a42444f707122a1584c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/da3166a06b4a89915920a42444f707122a1584c9", "reference": "da3166a06b4a89915920a42444f707122a1584c9", "shasum": "" }, "require": { "php": ">=5.3.7", "symfony/config": "^2.3.0|^3|^4|^5|^6.0", "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0", "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0" }, "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.3" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", "type": "tidelift" } ], "time": "2022-02-23T07:53:09+00:00" }, { "name": "php-coveralls/php-coveralls", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/php-coveralls/php-coveralls.git", "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4", "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.0 || ^7.0", "php": "^5.5 || ^7.0 || ^8.0", "psr/log": "^1.0 || ^2.0", "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.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.5.2" }, "time": "2021-12-06T17:05:08+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.3", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308", "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308", "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-12-30T16:37:40+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.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/2.x" }, "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { "ext-filter": "*", "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.3", "webmozart/assert": "^1.9.1" }, "require-dev": { "mockery/mockery": "~1.3.2", "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.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" }, { "name": "Jaap van Otterdijk", "email": "account@ijaap.nl" } ], "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/5.3.0" }, "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "77a32518733312af16a44300404e945338981de3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", "reference": "77a32518733312af16a44300404e945338981de3", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*", "psalm/phar": "^4.8" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.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" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" }, "time": "2022-03-15T21:29:03+00:00" }, { "name": "phpmd/phpmd", "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/c0b678ba71902f539c27c14332aa0ddcf14388ec", "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", "ext-xml": "*", "pdepend/pdepend": "^2.10.3", "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.12.0" }, "funding": [ { "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd", "type": "tidelift" } ], "time": "2022-03-24T13:33:01+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": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-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/master" }, "abandoned": true, "time": "2017-11-27T05:48:46+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.2.0", "source": { "type": "git", "url": "https://github.com/pronamic/wp-coding-standards.git", "reference": "d58a6b1e18ad2db94ac6375e9ce212e33bf7b57f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pronamic/wp-coding-standards/zipball/d58a6b1e18ad2db94ac6375e9ce212e33bf7b57f", "reference": "d58a6b1e18ad2db94ac6375e9ce212e33bf7b57f", "shasum": "" }, "require": { "automattic/vipwpcs": "^2.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php": ">=7.4", "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": "2022-04-12T09:36:52+00:00" }, { "name": "psr/container", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://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/1.1.2" }, "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/master" }, "time": "2019-04-30T12:38:16+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": "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.3", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", "reference": "c921498b474212fe4552928bbeb68d70250ce5e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/c921498b474212fe4552928bbeb68d70250ce5e8", "reference": "c921498b474212fe4552928bbeb68d70250ce5e8", "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": "2022-02-21T17:01:13+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, "time": "2021-12-12T21:44:58+00:00" }, { "name": "symfony/config", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "05624c386afa1b4ccc1357463d830fade8d9d404" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/05624c386afa1b4ccc1357463d830fade8d9d404", "reference": "05624c386afa1b4ccc1357463d830fade8d9d404", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" }, "require-dev": { "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/yaml": "^4.4|^5.0|^6.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": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v5.4.7" }, "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": "2022-03-21T13:42:03+00:00" }, { "name": "symfony/console", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6", "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/string": "^5.1|^6.0" }, "conflict": { "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/log": "^1|^2", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/lock": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.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": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ "cli", "command line", "console", "terminal" ], "support": { "source": "https://github.com/symfony/console/tree/v5.4.7" }, "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": "2022-03-31T17:09:19+00:00" }, { "name": "symfony/dependency-injection", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35588b2afb08ea3a142d62fefdcad4cb09be06ed", "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1.1", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "ext-psr": "<1.1|>=2", "symfony/config": "<5.3", "symfony/finder": "<4.4", "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4.26" }, "provide": { "psr/container-implementation": "1.0", "symfony/service-implementation": "1.0|2.0" }, "require-dev": { "symfony/config": "^5.3|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/yaml": "^4.4.26|^5.0|^6.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": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/v5.4.7" }, "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": "2022-03-08T15:43:06+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.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": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1" }, "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": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/filesystem", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f", "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "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": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v5.4.7" }, "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": "2022-04-01T12:33:59+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "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.25.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": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "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 grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.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": "2021-11-23T21:10:46+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "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.25.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": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "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.25.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": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "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.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.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": "2021-06-05T21:20:04+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.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": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "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 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.25.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": "2021-09-13T13:58:11+00:00" }, { "name": "symfony/service-contracts", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c", "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "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": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v2.5.1" }, "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": "2022-03-13T20:07:29+00:00" }, { "name": "symfony/stopwatch", "version": "v5.4.5", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30", "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/service-contracts": "^1|^2|^3" }, "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": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v5.4.5" }, "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": "2022-02-18T16:06:09+00:00" }, { "name": "symfony/string", "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "conflict": { "symfony/translation-contracts": ">=3.0" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v5.4.3" }, "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": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/yaml", "version": "v4.4.37", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/d7f637cc0f0cc14beb0984f2bb50da560b271311", "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "^3.4|^4.0|^5.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": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v4.4.37" }, "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": "2022-01-24T20:11:01+00:00" }, { "name": "webmozart/assert", "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { "phpunit/phpunit": "^8.5.13" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "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.10.0" }, "time": "2021-03-09T10:59:23+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.9.3", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/ceece1ed4f2d0732c4a4f2603f4376d85547a50f", "reference": "ceece1ed4f2d0732c4a4f2603f4376d85547a50f", "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": "2022-02-22T20:53:17+00:00" }, { "name": "yoast/phpunit-polyfills", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Yoast/PHPUnit-Polyfills.git", "reference": "5ea3536428944955f969bc764bbe09738e151ada" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/5ea3536428944955f969bc764bbe09738e151ada", "reference": "5ea3536428944955f969bc764bbe09738e151ada", "shasum": "" }, "require": { "php": ">=5.4", "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "yoast/yoastcs": "^2.2.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev", "dev-develop": "1.x-dev" } }, "autoload": { "files": [ "phpunitpolyfills-autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Team Yoast", "email": "support@yoast.com", "homepage": "https://yoast.com" }, { "name": "Contributors", "homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors" } ], "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests", "homepage": "https://github.com/Yoast/PHPUnit-Polyfills", "keywords": [ "phpunit", "polyfill", "testing" ], "support": { "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", "source": "https://github.com/Yoast/PHPUnit-Polyfills" }, "time": "2021-11-23T01:37:03+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.4" }, "platform-dev": [], "platform-overrides": { "php": "7.4" }, "plugin-api-version": "2.3.0" }