Skip to content

Commit ee22808

Browse files
anomiexmatticbot
authored andcommitted
phpunit: Update yoast/phpunit-polyfills to v3, bringing PHPUnit 11 for PHP 8.2+ (#42517)
This adds PHPUnit 11 configurations for all PHPUnit-using projects, and regularizes the PHPUnit 9 configurations as well. It also drops `johnkary/phpunit-speedtrap` from `plugins/jetpack`, since that doesn't support PHPUnit >9. If we decide we still want a slow-test thing, `ergebnis/phpunit-slow-test-detector` looks like a popular candidate. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13956024003 Upstream-Ref: Automattic/jetpack@434125e
1 parent 9991d1e commit ee22808

File tree

61 files changed

+1119
-1073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1119
-1073
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=8.1",
8-
"automattic/jetpack-composer-plugin": "^4.0.3",
8+
"automattic/jetpack-composer-plugin": "^4.0.4-alpha",
99
"automattic/jetpack-mu-wpcom": "^6.2.0-alpha"
1010
},
1111
"require-dev": {
12-
"yoast/phpunit-polyfills": "^1.1.1",
13-
"automattic/jetpack-changelogger": "^6.0.1",
14-
"automattic/phpunit-select-config": "^1.0.0"
12+
"yoast/phpunit-polyfills": "^3.0.0",
13+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
14+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1515
},
1616
"autoload": {
1717
"classmap": [

composer.lock

+513-566
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.4-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [3.0.3] - 2025-03-12
913
### Changed
1014
- Internal updates.
@@ -163,6 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163167

164168
- Creates the MC Stats package
165169

170+
[3.0.4-alpha]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.3...v3.0.4-alpha
166171
[3.0.3]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.2...v3.0.3
167172
[3.0.2]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.1...v3.0.2
168173
[3.0.1]: https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v3.0.0...v3.0.1

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.1",
12-
"automattic/phpunit-select-config": "^1.0.0"
10+
"yoast/phpunit-polyfills": "^3.0.0",
11+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.7-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [0.5.6] - 2025-03-17
913
### Changed
1014
- Internal updates.
@@ -192,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192196
### Fixed
193197
- Fixing menu visibility issues.
194198

199+
[0.5.7-alpha]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.6...0.5.7-alpha
195200
[0.5.6]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.5...0.5.6
196201
[0.5.5]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.4...0.5.5
197202
[0.5.4]: https://github.com/Automattic/jetpack-admin-ui/compare/0.5.3...0.5.4

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.1",
12-
"automattic/jetpack-logo": "^3.0.3",
10+
"yoast/phpunit-polyfills": "^3.0.0",
11+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12+
"automattic/jetpack-logo": "^3.0.4-alpha",
1313
"automattic/jetpack-test-environment": "@dev",
14-
"automattic/phpunit-select-config": "^1.0.0"
14+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1515
},
1616
"suggest": {
1717
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class Admin_Menu {
1515

16-
const PACKAGE_VERSION = '0.5.6';
16+
const PACKAGE_VERSION = '0.5.7-alpha';
1717

1818
/**
1919
* Whether this class has been initialized

jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.0.14-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [4.0.13] - 2025-03-18
913
### Changed
1014
- Update dependencies. [#42545]
@@ -588,6 +592,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
588592

589593
- Statically access asset tools
590594

595+
[4.0.14-alpha]: https://github.com/Automattic/jetpack-assets/compare/v4.0.13...v4.0.14-alpha
591596
[4.0.13]: https://github.com/Automattic/jetpack-assets/compare/v4.0.12...v4.0.13
592597
[4.0.12]: https://github.com/Automattic/jetpack-assets/compare/v4.0.11...v4.0.12
593598
[4.0.11]: https://github.com/Automattic/jetpack-assets/compare/v4.0.10...v4.0.11

jetpack_vendor/automattic/jetpack-assets/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-constants": "^3.0.4"
8+
"automattic/jetpack-constants": "^3.0.5-alpha"
99
},
1010
"require-dev": {
1111
"brain/monkey": "^2.6.2",
12-
"yoast/phpunit-polyfills": "^1.1.1",
13-
"automattic/jetpack-changelogger": "^6.0.1",
12+
"yoast/phpunit-polyfills": "^3.0.0",
13+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
1414
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
15-
"automattic/phpunit-select-config": "^1.0.0"
15+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1616
},
1717
"suggest": {
1818
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-blaze/composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.13",
9-
"automattic/jetpack-connection": "^6.7.6",
10-
"automattic/jetpack-constants": "^3.0.4",
11-
"automattic/jetpack-plans": "^0.6.0",
12-
"automattic/jetpack-redirect": "^3.0.4",
13-
"automattic/jetpack-status": "^5.0.9",
14-
"automattic/jetpack-sync": "^4.9.1"
8+
"automattic/jetpack-assets": "^4.0.14-alpha",
9+
"automattic/jetpack-connection": "^6.7.7-alpha",
10+
"automattic/jetpack-constants": "^3.0.5-alpha",
11+
"automattic/jetpack-plans": "^0.6.1-alpha",
12+
"automattic/jetpack-redirect": "^3.0.5-alpha",
13+
"automattic/jetpack-status": "^5.0.10-alpha",
14+
"automattic/jetpack-sync": "^4.9.2-alpha"
1515
},
1616
"require-dev": {
17-
"yoast/phpunit-polyfills": "^1.1.1",
18-
"automattic/jetpack-changelogger": "^6.0.1",
17+
"yoast/phpunit-polyfills": "^3.0.0",
18+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
1919
"automattic/jetpack-test-environment": "@dev",
20-
"automattic/phpunit-select-config": "^1.0.0"
20+
"automattic/phpunit-select-config": "^1.0.1-alpha"
2121
},
2222
"suggest": {
2323
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.8-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [3.0.7] - 2025-03-18
913
### Changed
1014
- Internal updates.
@@ -231,6 +235,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231235

232236
- Blocks: introduce new package for block management
233237

238+
[3.0.8-alpha]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.7...v3.0.8-alpha
234239
[3.0.7]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.6...v3.0.7
235240
[3.0.6]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.5...v3.0.6
236241
[3.0.5]: https://github.com/Automattic/jetpack-blocks/compare/v3.0.4...v3.0.5

jetpack_vendor/automattic/jetpack-blocks/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-constants": "^3.0.4"
8+
"automattic/jetpack-constants": "^3.0.5-alpha"
99
},
1010
"require-dev": {
1111
"automattic/jetpack-test-environment": "@dev",
1212
"brain/monkey": "^2.6.2",
13-
"yoast/phpunit-polyfills": "^1.1.1",
14-
"automattic/jetpack-changelogger": "^6.0.1",
15-
"automattic/phpunit-select-config": "^1.0.0"
13+
"yoast/phpunit-polyfills": "^3.0.0",
14+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
15+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1616
},
1717
"suggest": {
1818
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-calypsoify/composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.13",
9-
"automattic/jetpack-status": "^5.0.9"
8+
"automattic/jetpack-assets": "^4.0.14-alpha",
9+
"automattic/jetpack-status": "^5.0.10-alpha"
1010
},
1111
"require-dev": {
12-
"yoast/phpunit-polyfills": "^1.1.1",
13-
"automattic/jetpack-changelogger": "^6.0.1",
14-
"automattic/phpunit-select-config": "^1.0.0"
12+
"yoast/phpunit-polyfills": "^3.0.0",
13+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
14+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1515
},
1616
"autoload": {
1717
"classmap": [

jetpack_vendor/automattic/jetpack-classic-theme-helper/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.5-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [0.11.4] - 2025-03-18
913
### Changed
1014
- Update package dependencies. [#42511]
@@ -244,6 +248,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244248
### Changed
245249
- Add wordpress folder on gitignore. [#37177]
246250

251+
[0.11.5-alpha]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.4...v0.11.5-alpha
247252
[0.11.4]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.3...v0.11.4
248253
[0.11.3]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.2...v0.11.3
249254
[0.11.2]: https://github.com/Automattic/jetpack-classic-theme-helper/compare/v0.11.1...v0.11.2

jetpack_vendor/automattic/jetpack-classic-theme-helper/composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.0.13"
8+
"automattic/jetpack-assets": "^4.0.14-alpha"
99
},
1010
"require-dev": {
11-
"yoast/phpunit-polyfills": "^1.1.1",
12-
"automattic/jetpack-changelogger": "^6.0.1",
13-
"automattic/phpunit-select-config": "^1.0.0"
11+
"yoast/phpunit-polyfills": "^3.0.0",
12+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1414
},
1515
"autoload": {
1616
"classmap": [

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.11.4';
17+
const PACKAGE_VERSION = '0.11.5-alpha';
1818

1919
/**
2020
* Modules to include.

jetpack_vendor/automattic/jetpack-compat/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.1"
10+
"automattic/jetpack-changelogger": "^6.0.2-alpha"
1111
},
1212
"suggest": {
1313
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.7.7-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [6.7.6] - 2025-03-18
913
### Changed
1014
- Update package dependencies. [#42511]
@@ -1358,6 +1362,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13581362

13591363
- Separate the connection library into its own package.
13601364

1365+
[6.7.7-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.7.6...v6.7.7-alpha
13611366
[6.7.6]: https://github.com/Automattic/jetpack-connection/compare/v6.7.5...v6.7.6
13621367
[6.7.5]: https://github.com/Automattic/jetpack-connection/compare/v6.7.4...v6.7.5
13631368
[6.7.4]: https://github.com/Automattic/jetpack-connection/compare/v6.7.3...v6.7.4

jetpack_vendor/automattic/jetpack-connection/composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-a8c-mc-stats": "^3.0.3",
9-
"automattic/jetpack-admin-ui": "^0.5.6",
10-
"automattic/jetpack-assets": "^4.0.13",
11-
"automattic/jetpack-constants": "^3.0.4",
12-
"automattic/jetpack-roles": "^3.0.4",
13-
"automattic/jetpack-status": "^5.0.9",
14-
"automattic/jetpack-redirect": "^3.0.4"
8+
"automattic/jetpack-a8c-mc-stats": "^3.0.4-alpha",
9+
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
10+
"automattic/jetpack-assets": "^4.0.14-alpha",
11+
"automattic/jetpack-constants": "^3.0.5-alpha",
12+
"automattic/jetpack-roles": "^3.0.5-alpha",
13+
"automattic/jetpack-status": "^5.0.10-alpha",
14+
"automattic/jetpack-redirect": "^3.0.5-alpha"
1515
},
1616
"require-dev": {
1717
"automattic/jetpack-test-environment": "@dev",
18-
"yoast/phpunit-polyfills": "^1.1.1",
18+
"yoast/phpunit-polyfills": "^3.0.0",
1919
"brain/monkey": "^2.6.2",
20-
"automattic/jetpack-changelogger": "^6.0.1",
21-
"automattic/phpunit-select-config": "^1.0.0"
20+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
21+
"automattic/phpunit-select-config": "^1.0.1-alpha"
2222
},
2323
"suggest": {
2424
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Package_Version {
1414

15-
const PACKAGE_VERSION = '6.7.6';
15+
const PACKAGE_VERSION = '6.7.7-alpha';
1616

1717
const PACKAGE_SLUG = 'connection';
1818

jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.5-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [3.0.4] - 2025-03-12
913
### Changed
1014
- Internal updates.
@@ -198,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198202

199203
- Packages: Finish the constants package
200204

205+
[3.0.5-alpha]: https://github.com/Automattic/jetpack-constants/compare/v3.0.4...v3.0.5-alpha
201206
[3.0.4]: https://github.com/Automattic/jetpack-constants/compare/v3.0.3...v3.0.4
202207
[3.0.3]: https://github.com/Automattic/jetpack-constants/compare/v3.0.2...v3.0.3
203208
[3.0.2]: https://github.com/Automattic/jetpack-constants/compare/v3.0.1...v3.0.2

jetpack_vendor/automattic/jetpack-constants/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"require-dev": {
1010
"brain/monkey": "^2.6.2",
11-
"yoast/phpunit-polyfills": "^1.1.1",
12-
"automattic/jetpack-changelogger": "^6.0.1",
13-
"automattic/phpunit-select-config": "^1.0.0"
11+
"yoast/phpunit-polyfills": "^3.0.0",
12+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
13+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1414
},
1515
"suggest": {
1616
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.5-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
812
## [3.0.4] - 2025-03-17
913
### Changed
1014
- Internal updates.
@@ -228,6 +232,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228232

229233
- Moving jetpack_is_mobile into a package
230234

235+
[3.0.5-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5-alpha
231236
[3.0.4]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.3...v3.0.4
232237
[3.0.3]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.2...v3.0.3
233238
[3.0.2]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.1...v3.0.2

jetpack_vendor/automattic/jetpack-device-detection/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.1",
12-
"automattic/phpunit-select-config": "^1.0.0"
10+
"yoast/phpunit-polyfills": "^3.0.0",
11+
"automattic/jetpack-changelogger": "^6.0.2-alpha",
12+
"automattic/phpunit-select-config": "^1.0.1-alpha"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

0 commit comments

Comments
 (0)