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,15 +4,15 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.47.1",
"automattic/jetpack-constants": "^1.6.20",
"automattic/jetpack-identity-crisis": "^0.8.33",
"automattic/jetpack-password-checker": "^0.2.9",
"automattic/jetpack-roles": "^1.4.19",
"automattic/jetpack-status": "^1.15.2"
"automattic/jetpack-connection": "^1.51.0",
"automattic/jetpack-constants": "^1.6.21",
"automattic/jetpack-identity-crisis": "^0.8.38",
"automattic/jetpack-password-checker": "^0.2.11",
"automattic/jetpack-roles": "^1.4.22",
"automattic/jetpack-status": "^1.16.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.2.2",
"automattic/jetpack-changelogger": "^3.3.2",
"yoast/phpunit-polyfills": "1.0.4",
"automattic/wordbless": "@dev"
},
@ -25,9 +25,6 @@
"phpunit": [
"./vendor/phpunit/phpunit/phpunit --colors=always"
],
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\""
],
"test-php": [
"@composer phpunit"
],
@ -47,7 +44,7 @@
"link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}"
},
"branch-alias": {
"dev-trunk": "1.44.x-dev"
"dev-trunk": "1.47.x-dev"
}
},
"config": {