Skip to content

Commit a58cf0e

Browse files
anomiexmatticbot
authored andcommitted
Release packages/phpunit-select-config v1.0.0 (#42393)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13814599995 Upstream-Ref: Automattic/jetpack@eb493cd
1 parent 81daa29 commit a58cf0e

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.1-alpha",
12-
"automattic/phpunit-select-config": "^1.0.1-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.1",
12+
"automattic/phpunit-select-config": "^1.0.0"
1313
},
1414
"autoload": {
1515
"classmap": [

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^1.1.1",
11-
"automattic/jetpack-changelogger": "^6.0.1-alpha",
12-
"automattic/phpunit-select-config": "^1.0.1-alpha"
11+
"automattic/jetpack-changelogger": "^6.0.1",
12+
"automattic/phpunit-select-config": "^1.0.0"
1313
},
1414
"suggest": {
1515
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

vendor/composer/installed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "49e607abf297bcffcec73530d5be59316efe996e"
10+
"reference": "4c49c2401af227e09712f5f898aed18d6f6fb5b8"
1111
},
1212
"require": {
1313
"php": ">=7.2"
1414
},
1515
"require-dev": {
16-
"automattic/jetpack-changelogger": "^6.0.1-alpha",
17-
"automattic/phpunit-select-config": "^1.0.1-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.1",
17+
"automattic/phpunit-select-config": "^1.0.0",
1818
"yoast/phpunit-polyfills": "^1.1.1"
1919
},
2020
"suggest": {

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'automattic/jetpack-device-detection' => array(
1414
'pretty_version' => '3.0.3-alpha.1741789611',
1515
'version' => '3.0.3.0-alpha1741789611',
16-
'reference' => '49e607abf297bcffcec73530d5be59316efe996e',
16+
'reference' => '4c49c2401af227e09712f5f898aed18d6f6fb5b8',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)