Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack-backup-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js committed Sep 5, 2024
1 parent 666438d commit 899f6be
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 747 deletions.
22 changes: 7 additions & 15 deletions projects/plugins/backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-autoloader": "@dev",
"automattic/jetpack-backup": "@dev",
"automattic/jetpack-composer-plugin": "@dev",
"automattic/jetpack-my-jetpack": "@dev",
"automattic/jetpack-status": "@dev"
"automattic/jetpack-autoloader": "^3.0.10",
"automattic/jetpack-backup": "^3.4.7",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-my-jetpack": "^4.35.1",
"automattic/jetpack-status": "^4.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "@dev"
"automattic/jetpack-changelogger": "^4.2.6"
},
"autoload": {
"classmap": [
Expand All @@ -22,15 +22,7 @@
"scripts": {
"watch": "echo 'This script is actually watching the Jetpack Backup package, not the plugin' && jetpack watch packages/backup"
},
"repositories": [
{
"type": "path",
"url": "../../packages/*",
"options": {
"monorepo": true
}
}
],
"repositories": [],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
Expand Down
Loading

0 comments on commit 899f6be

Please sign in to comment.