Skip to content

Commit e27d4c6

Browse files
tbradshamatticbot
authored andcommitted
Backport jetpack 15.3-a.1 Changes (#45865)
Co-authored-by: Grzegorz Chudzinski-Pawlowski <> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19271362726 Upstream-Ref: Automattic/jetpack@983dc79
1 parent f2d26c1 commit e27d4c6

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.8",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"autoload": {

composer.lock

Lines changed: 7 additions & 7 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8-alpha",
11+
"automattic/jetpack-changelogger": "^6.0.8",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

vendor/composer/installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "3c0c97d0a8ab3078920260cfaf9bdb601f877283"
10+
"reference": "1027cdecc0e9b8e91c7ecb0f797dc6390fca27cd"
1111
},
1212
"require": {
1313
"php": ">=7.2"
1414
},
1515
"require-dev": {
16-
"automattic/jetpack-changelogger": "^6.0.8-alpha",
16+
"automattic/jetpack-changelogger": "^6.0.8",
1717
"automattic/phpunit-select-config": "^1.0.3",
1818
"yoast/phpunit-polyfills": "^4.0.0"
1919
},

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.3.0',
1515
'version' => '3.3.0.0',
16-
'reference' => '3c0c97d0a8ab3078920260cfaf9bdb601f877283',
16+
'reference' => '1027cdecc0e9b8e91c7ecb0f797dc6390fca27cd',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)