Skip to content

Commit 8ed6303

Browse files
bindlegirlmatticbot
authored andcommitted
Safe Mode: fix array loop for custom string (#42265)
* Edit array looping so it works * Changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13707186534 Upstream-Ref: Automattic/jetpack@588036d
1 parent d353b53 commit 8ed6303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"php": ">=7.2",
88
"automattic/jetpack-blocks": "^3.0.4-alpha",
99
"automattic/jetpack-assets": "^4.0.10",
10-
"automattic/jetpack-connection": "^6.7.2",
10+
"automattic/jetpack-connection": "^6.7.3-alpha",
1111
"automattic/jetpack-logo": "^3.0.2",
1212
"automattic/jetpack-status": "^5.0.6",
1313
"automattic/jetpack-sync": "^4.8.3"
1414
},
1515
"require-dev": {
1616
"yoast/phpunit-polyfills": "^1.1.1",
1717
"automattic/jetpack-changelogger": "^6.0.0",
18-
"automattic/jetpack-connection": "^6.7.2",
18+
"automattic/jetpack-connection": "^6.7.3-alpha",
1919
"automattic/jetpack-test-environment": "@dev"
2020
},
2121
"suggest": {

0 commit comments

Comments
 (0)