updated plugin Jetpack Protect version 4.0.0

This commit is contained in:
2025-04-29 21:19:56 +00:00
committed by Gitium
parent eb9181b250
commit ebd40ef928
265 changed files with 11864 additions and 3987 deletions

View File

@ -5,24 +5,24 @@
"license": "GPL-2.0-or-later",
"require": {
"ext-json": "*",
"automattic/jetpack-assets": "^2.3.7",
"automattic/jetpack-admin-ui": "^0.4.5",
"automattic/jetpack-autoloader": "^3.1.0",
"automattic/jetpack-composer-plugin": "^2.0.3",
"automattic/jetpack-config": "^2.0.4",
"automattic/jetpack-my-jetpack": "^4.35.3",
"automattic/jetpack-plugins-installer": "^0.4.3",
"automattic/jetpack-sync": "^3.10.0",
"automattic/jetpack-transport-helper": "^0.2.4",
"automattic/jetpack-plans": "^0.4.10",
"automattic/jetpack-waf": "^0.18.5",
"automattic/jetpack-status": "^4.0.1",
"automattic/jetpack-protect-status": "^0.1.5"
"automattic/jetpack-assets": "^4.0.14",
"automattic/jetpack-admin-ui": "^0.5.7",
"automattic/jetpack-autoloader": "^5.0.5",
"automattic/jetpack-composer-plugin": "^4.0.4",
"automattic/jetpack-config": "^3.0.1",
"automattic/jetpack-my-jetpack": "^5.9.1",
"automattic/jetpack-plugins-installer": "^0.5.4",
"automattic/jetpack-sync": "^4.9.2",
"automattic/jetpack-transport-helper": "^0.3.1",
"automattic/jetpack-plans": "^0.6.1",
"automattic/jetpack-waf": "^0.23.8",
"automattic/jetpack-status": "^5.0.10",
"automattic/jetpack-protect-status": "^0.5.8"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
"automattic/jetpack-changelogger": "^4.2.6",
"automattic/wordbless": "0.4.2"
"yoast/phpunit-polyfills": "^3.0.0",
"automattic/jetpack-changelogger": "^6.0.2",
"automattic/phpunit-select-config": "^1.0.1"
},
"autoload": {
"classmap": [
@ -31,7 +31,10 @@
},
"scripts": {
"phpunit": [
"./vendor/phpunit/phpunit/phpunit --colors=always"
"phpunit-select-config phpunit.#.xml.dist --colors=always"
],
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\""
],
"test-php": [
"@composer phpunit"
@ -45,9 +48,7 @@
"watch": [
"Composer\\Config::disableProcessTimeout",
"pnpm run watch"
],
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
]
},
"repositories": [],
"minimum-stability": "dev",
@ -71,6 +72,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ3_0_2"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ4_0_0"
}
}