Skip to content

Commit

Permalink
Dev: Only one WordPress (#41057)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13075594008

Upstream-Ref: Automattic/jetpack@4597864
  • Loading branch information
kraftbj authored and matticbot committed Jan 31, 2025
1 parent fb1a8d4 commit f7c50fe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"automattic/jetpack-connection": "^6.3.2-alpha",
"automattic/jetpack-explat": "^0.2.5-alpha",
"automattic/jetpack-jitm": "^4.0.5-alpha",
"automattic/jetpack-licensing": "^3.0.3",
"automattic/jetpack-licensing": "^3.0.4-alpha",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-redirect": "^3.0.1",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-plans": "^0.5.2-alpha",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-sync": "^4.6.0-alpha",
"automattic/jetpack-protect-status": "^0.4.2"
"automattic/jetpack-protect-status": "^0.4.3-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^5.1.0",
"automattic/wordbless": "^0.4.2"
"automattic/jetpack-test-environment": "@dev"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down Expand Up @@ -58,9 +58,7 @@
"watch": [
"Composer\\Config::disableProcessTimeout",
"pnpm run watch"
],
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit f7c50fe

Please sign in to comment.