Bump WooCommerce blocks package to 9.4.3 (#36736)

* Update woocommerce-blocks to 9.4.3

* Add changelog file

---------

Co-authored-by: Jonathan Sadowski <sadowski@automattic.com>
This commit is contained in:
Seghir Nadir 2023-02-03 01:17:34 +01:00 committed by GitHub
parent 604ffe3fec
commit 7459aec50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2733 additions and 2508 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Update woocommerce-blocks to 9.4.3.

View File

@ -21,7 +21,7 @@
"maxmind-db/reader": "^1.11", "maxmind-db/reader": "^1.11",
"pelago/emogrifier": "^6.0", "pelago/emogrifier": "^6.0",
"woocommerce/action-scheduler": "3.5.4", "woocommerce/action-scheduler": "3.5.4",
"woocommerce/woocommerce-blocks": "9.4.2" "woocommerce/woocommerce-blocks": "9.4.3"
}, },
"require-dev": { "require-dev": {
"automattic/jetpack-changelogger": "^3.3.0", "automattic/jetpack-changelogger": "^3.3.0",

View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6fe58874ca65c9b5a5540183f66a09b8", "content-hash": "1c61abfc7c6c9b7795d2c18201e29f08",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
@ -42,10 +42,14 @@
"psr-4": { "psr-4": {
"Automattic\\Jetpack\\Autoloader\\": "src" "Automattic\\Jetpack\\Autoloader\\": "src"
}, },
"classmap": [ "src/AutoloadGenerator.php" ] "classmap": [
"src/AutoloadGenerator.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-2.0-or-later" ], "license": [
"GPL-2.0-or-later"
],
"description": "Creates a custom autoloader for a plugin or theme.", "description": "Creates a custom autoloader for a plugin or theme.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-autoloader/tree/2.10.1" "source": "https://github.com/Automattic/jetpack-autoloader/tree/2.10.1"
@ -72,10 +76,14 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-2.0-or-later" ], "license": [
"GPL-2.0-or-later"
],
"description": "A wrapper for defining constants in a more testable way.", "description": "A wrapper for defining constants in a more testable way.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.5.1" "source": "https://github.com/Automattic/jetpack-constants/tree/v1.5.1"
@ -124,7 +132,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Kyle Robinson Young", "name": "Kyle Robinson Young",
@ -271,7 +281,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "Apache-2.0" ], "license": [
"Apache-2.0"
],
"authors": [ "authors": [
{ {
"name": "Gregory J. Oschwald", "name": "Gregory J. Oschwald",
@ -332,7 +344,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Oliver Klee", "name": "Oliver Klee",
@ -359,7 +373,11 @@
], ],
"description": "Converts CSS styles into inline style attributes in your HTML code", "description": "Converts CSS styles into inline style attributes in your HTML code",
"homepage": "https://www.myintervals.com/emogrifier.php", "homepage": "https://www.myintervals.com/emogrifier.php",
"keywords": [ "css", "email", "pre-processing" ], "keywords": [
"css",
"email",
"pre-processing"
],
"support": { "support": {
"issues": "https://github.com/MyIntervals/emogrifier/issues", "issues": "https://github.com/MyIntervals/emogrifier/issues",
"source": "https://github.com/MyIntervals/emogrifier" "source": "https://github.com/MyIntervals/emogrifier"
@ -398,7 +416,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Raphael Schweikert" "name": "Raphael Schweikert"
@ -406,7 +426,11 @@
], ],
"description": "Parser for CSS Files written in PHP", "description": "Parser for CSS Files written in PHP",
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [ "css", "parser", "stylesheet" ], "keywords": [
"css",
"parser",
"stylesheet"
],
"support": { "support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
@ -436,10 +460,14 @@
"psr-4": { "psr-4": {
"Symfony\\Component\\CssSelector\\": "" "Symfony\\Component\\CssSelector\\": ""
}, },
"exclude-from-classmap": [ "/Tests/" ] "exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
@ -503,14 +531,20 @@
} }
}, },
"autoload": { "autoload": {
"files": [ "bootstrap.php" ], "files": [
"bootstrap.php"
],
"psr-4": { "psr-4": {
"Symfony\\Polyfill\\Php80\\": "" "Symfony\\Polyfill\\Php80\\": ""
}, },
"classmap": [ "Resources/stubs" ] "classmap": [
"Resources/stubs"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Ion Bazan", "name": "Ion Bazan",
@ -527,7 +561,12 @@
], ],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "compatibility", "polyfill", "portable", "shim" ], "keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
}, },
@ -576,7 +615,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-3.0-or-later" ], "license": [
"GPL-3.0-or-later"
],
"description": "Action Scheduler for WordPress and WooCommerce", "description": "Action Scheduler for WordPress and WooCommerce",
"homepage": "https://actionscheduler.org/", "homepage": "https://actionscheduler.org/",
"support": { "support": {
@ -587,16 +628,16 @@
}, },
{ {
"name": "woocommerce/woocommerce-blocks", "name": "woocommerce/woocommerce-blocks",
"version": "v9.4.2", "version": "v9.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/woocommerce/woocommerce-blocks.git", "url": "https://github.com/woocommerce/woocommerce-blocks.git",
"reference": "1b1bb3acb6814391ee94b7aa01bff9b23a2c9184" "reference": "26feae05d65ff38f0277bdb0c19f9d293d3cbfc4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-blocks/zipball/1b1bb3acb6814391ee94b7aa01bff9b23a2c9184", "url": "https://api.github.com/repos/woocommerce/woocommerce-blocks/zipball/26feae05d65ff38f0277bdb0c19f9d293d3cbfc4",
"reference": "1b1bb3acb6814391ee94b7aa01bff9b23a2c9184", "reference": "26feae05d65ff38f0277bdb0c19f9d293d3cbfc4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -630,15 +671,21 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-3.0-or-later" ], "license": [
"GPL-3.0-or-later"
],
"description": "WooCommerce blocks for the Gutenberg editor.", "description": "WooCommerce blocks for the Gutenberg editor.",
"homepage": "https://woocommerce.com/", "homepage": "https://woocommerce.com/",
"keywords": [ "blocks", "gutenberg", "woocommerce" ], "keywords": [
"blocks",
"gutenberg",
"woocommerce"
],
"support": { "support": {
"issues": "https://github.com/woocommerce/woocommerce-blocks/issues", "issues": "https://github.com/woocommerce/woocommerce-blocks/issues",
"source": "https://github.com/woocommerce/woocommerce-blocks/tree/v9.4.2" "source": "https://github.com/woocommerce/woocommerce-blocks/tree/v9.4.3"
}, },
"time": "2023-01-26T14:46:25+00:00" "time": "2023-02-02T10:50:45+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -666,7 +713,9 @@
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0",
"yoast/phpunit-polyfills": "1.0.4" "yoast/phpunit-polyfills": "1.0.4"
}, },
"bin": [ "bin/changelogger" ], "bin": [
"bin/changelogger"
],
"type": "project", "type": "project",
"extra": { "extra": {
"autotagger": true, "autotagger": true,
@ -688,7 +737,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-2.0-or-later" ], "license": [
"GPL-2.0-or-later"
],
"description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0" "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.0"
@ -727,7 +778,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"description": "No conflicts for your bin dependencies", "description": "No conflicts for your bin dependencies",
"keywords": [ "keywords": [
"composer", "composer",
@ -767,10 +820,14 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "assertarraysubset-autoload.php" ] "files": [
"assertarraysubset-autoload.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Rafael Dohms", "name": "Rafael Dohms",
@ -818,7 +875,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Marco Pivetta", "name": "Marco Pivetta",
@ -828,7 +887,10 @@
], ],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html", "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [ "constructor", "instantiate" ], "keywords": [
"constructor",
"instantiate"
],
"support": { "support": {
"issues": "https://github.com/doctrine/instantiator/issues", "issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.5.0" "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
@ -877,13 +939,17 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "src/DeepCopy/deep_copy.php" ], "files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": { "psr-4": {
"DeepCopy\\": "src/DeepCopy/" "DeepCopy\\": "src/DeepCopy/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects", "description": "Create deep copies (clones) of your objects",
"keywords": [ "keywords": [
"clone", "clone",
@ -932,10 +998,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Arne Blankerts", "name": "Arne Blankerts",
@ -979,10 +1049,14 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Arne Blankerts", "name": "Arne Blankerts",
@ -1046,10 +1120,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1059,7 +1137,11 @@
], ],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage", "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [ "coverage", "testing", "xunit" ], "keywords": [
"coverage",
"testing",
"xunit"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
@ -1099,10 +1181,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1112,7 +1198,10 @@
], ],
"description": "FilterIterator implementation that filters files based on a list of suffixes.", "description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [ "filesystem", "iterator" ], "keywords": [
"filesystem",
"iterator"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5" "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
@ -1144,10 +1233,14 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1157,7 +1250,9 @@
], ],
"description": "Simple template engine.", "description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/", "homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [ "template" ], "keywords": [
"template"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues", "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
@ -1191,10 +1286,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1204,7 +1303,9 @@
], ],
"description": "Utility class for timing", "description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/", "homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [ "timer" ], "keywords": [
"timer"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues", "issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
@ -1245,10 +1346,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1257,7 +1362,9 @@
], ],
"description": "Wrapper around PHP's tokenizer extension.", "description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/", "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [ "tokenizer" ], "keywords": [
"tokenizer"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3" "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
@ -1316,7 +1423,9 @@
"ext-xdebug": "*", "ext-xdebug": "*",
"phpunit/php-invoker": "^2.0.0" "phpunit/php-invoker": "^2.0.0"
}, },
"bin": [ "phpunit" ], "bin": [
"phpunit"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -1324,10 +1433,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1337,7 +1450,11 @@
], ],
"description": "The PHP Unit Testing framework.", "description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/", "homepage": "https://phpunit.de/",
"keywords": [ "phpunit", "testing", "xunit" ], "keywords": [
"phpunit",
"testing",
"xunit"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.29" "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.29"
@ -1383,7 +1500,9 @@
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
@ -1392,7 +1511,11 @@
], ],
"description": "Common interface for logging libraries", "description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log", "homepage": "https://github.com/php-fig/log",
"keywords": [ "log", "psr", "psr-3" ], "keywords": [
"log",
"psr",
"psr-3"
],
"support": { "support": {
"source": "https://github.com/php-fig/log/tree/1.1.4" "source": "https://github.com/php-fig/log/tree/1.1.4"
}, },
@ -1425,10 +1548,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1478,10 +1605,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1502,7 +1633,11 @@
], ],
"description": "Provides the functionality to compare PHP values for equality", "description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator", "homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [ "comparator", "compare", "equality" ], "keywords": [
"comparator",
"compare",
"equality"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues", "issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
@ -1543,10 +1678,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1559,7 +1698,12 @@
], ],
"description": "Diff implementation", "description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff", "homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [ "diff", "udiff", "unidiff", "unified diff" ], "keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/diff/issues", "issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
@ -1602,10 +1746,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1614,7 +1762,11 @@
], ],
"description": "Provides functionality to handle HHVM/PHP environments", "description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment", "homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [ "Xdebug", "environment", "hhvm" ], "keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/environment/issues", "issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
@ -1656,10 +1808,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1684,7 +1840,10 @@
], ],
"description": "Provides the functionality to export PHP variables for visualization", "description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter", "homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [ "export", "exporter" ], "keywords": [
"export",
"exporter"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues", "issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
@ -1730,10 +1889,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1742,7 +1905,9 @@
], ],
"description": "Snapshotting of global state", "description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state", "homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [ "global state" ], "keywords": [
"global state"
],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues", "issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2" "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2"
@ -1784,10 +1949,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1835,10 +2004,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1886,10 +2059,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1942,10 +2119,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -1993,10 +2174,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -2042,10 +2227,14 @@
} }
}, },
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Sebastian Bergmann", "name": "Sebastian Bergmann",
@ -2106,10 +2295,14 @@
"psr-4": { "psr-4": {
"Symfony\\Component\\Console\\": "" "Symfony\\Component\\Console\\": ""
}, },
"exclude-from-classmap": [ "/Tests/" ] "exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
@ -2170,10 +2363,14 @@
"psr-4": { "psr-4": {
"Symfony\\Component\\Debug\\": "" "Symfony\\Component\\Debug\\": ""
}, },
"exclude-from-classmap": [ "/Tests/" ] "exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
@ -2240,13 +2437,17 @@
} }
}, },
"autoload": { "autoload": {
"files": [ "bootstrap.php" ], "files": [
"bootstrap.php"
],
"psr-4": { "psr-4": {
"Symfony\\Polyfill\\Mbstring\\": "" "Symfony\\Polyfill\\Mbstring\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Nicolas Grekas", "name": "Nicolas Grekas",
@ -2307,10 +2508,14 @@
"psr-4": { "psr-4": {
"Symfony\\Component\\Process\\": "" "Symfony\\Component\\Process\\": ""
}, },
"exclude-from-classmap": [ "/Tests/" ] "exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "MIT" ], "license": [
"MIT"
],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
@ -2364,10 +2569,14 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "src/" ] "classmap": [
"src/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Arne Blankerts", "name": "Arne Blankerts",
@ -2415,13 +2624,17 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "src/Wikimedia/Functions.php" ], "files": [
"src/Wikimedia/Functions.php"
],
"psr-4": { "psr-4": {
"Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/" "Wikimedia\\AtEase\\": "src/Wikimedia/AtEase/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "GPL-2.0-or-later" ], "license": [
"GPL-2.0-or-later"
],
"authors": [ "authors": [
{ {
"name": "Tim Starling", "name": "Tim Starling",
@ -2468,10 +2681,14 @@
} }
}, },
"autoload": { "autoload": {
"files": [ "phpunitpolyfills-autoload.php" ] "files": [
"phpunitpolyfills-autoload.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "BSD-3-Clause" ], "license": [
"BSD-3-Clause"
],
"authors": [ "authors": [
{ {
"name": "Team Yoast", "name": "Team Yoast",
@ -2485,7 +2702,11 @@
], ],
"description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests", "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
"homepage": "https://github.com/Yoast/PHPUnit-Polyfills", "homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
"keywords": [ "phpunit", "polyfill", "testing" ], "keywords": [
"phpunit",
"polyfill",
"testing"
],
"support": { "support": {
"issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
"source": "https://github.com/Yoast/PHPUnit-Polyfills" "source": "https://github.com/Yoast/PHPUnit-Polyfills"