Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-social
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz committed Oct 25, 2024
1 parent b8d9ca1 commit d49987f
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 758 deletions.
36 changes: 14 additions & 22 deletions projects/plugins/social/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "@dev",
"automattic/jetpack-assets": "@dev",
"automattic/jetpack-autoloader": "@dev",
"automattic/jetpack-composer-plugin": "@dev",
"automattic/jetpack-config": "@dev",
"automattic/jetpack-publicize": "@dev",
"automattic/jetpack-connection": "@dev",
"automattic/jetpack-my-jetpack": "@dev",
"automattic/jetpack-sync": "@dev",
"automattic/jetpack-status": "@dev",
"automattic/jetpack-plans": "@dev",
"automattic/jetpack-post-list": "@dev"
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-assets": "^2.3.10",
"automattic/jetpack-autoloader": "^3.1.2",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-publicize": "^0.55.0",
"automattic/jetpack-connection": "^5.1.5",
"automattic/jetpack-my-jetpack": "^4.35.15",
"automattic/jetpack-sync": "^3.14.3",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-plans": "^0.4.12",
"automattic/jetpack-post-list": "^0.6.3"
},
"require-dev": {
"automattic/jetpack-changelogger": "@dev",
"automattic/jetpack-changelogger": "^4.2.7",
"automattic/wordbless": "0.4.2",
"yoast/phpunit-polyfills": "^1.1.1",
"brain/monkey": "2.6.1"
Expand Down Expand Up @@ -54,15 +54,7 @@
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
},
"repositories": [
{
"type": "path",
"url": "../../packages/*",
"options": {
"monorepo": true
}
}
],
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
Expand Down
Loading

0 comments on commit d49987f

Please sign in to comment.