updated plugin Jetpack Protect version 1.3.0

This commit is contained in:
2023-03-17 22:34:13 +00:00
committed by Gitium
parent 19e086d1c4
commit 1e9ac45ec6
183 changed files with 4388 additions and 2345 deletions

View File

@ -4,18 +4,18 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.17",
"automattic/jetpack-admin-ui": "^0.2.14",
"automattic/jetpack-constants": "^1.6.20",
"automattic/jetpack-roles": "^1.4.19",
"automattic/jetpack-status": "^1.15.2",
"automattic/jetpack-redirect": "^1.7.21"
"automattic/jetpack-a8c-mc-stats": "^1.4.19",
"automattic/jetpack-admin-ui": "^0.2.17",
"automattic/jetpack-constants": "^1.6.21",
"automattic/jetpack-roles": "^1.4.22",
"automattic/jetpack-status": "^1.16.2",
"automattic/jetpack-redirect": "^1.7.24"
},
"require-dev": {
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.0.4",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^3.2.2"
"automattic/jetpack-changelogger": "^3.3.2"
},
"autoload": {
"classmap": [
@ -36,9 +36,6 @@
],
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\""
],
"test-php": [
"@composer phpunit"
]
@ -56,7 +53,7 @@
"link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.47.x-dev"
"dev-trunk": "1.51.x-dev"
}
},
"config": {