updated plugin Jetpack Protect version 5.0.0

This commit is contained in:
2026-06-03 21:29:05 +00:00
committed by Gitium
parent 0490bb3940
commit af21e84842
399 changed files with 17749 additions and 5470 deletions

View File

@ -4,14 +4,16 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2"
"php": ">=7.2",
"automattic/jetpack-redirect": "^3.0.9",
"automattic/jetpack-status": "^6.1.2"
},
"require-dev": {
"yoast/phpunit-polyfills": "^3.0.0",
"automattic/jetpack-changelogger": "^6.0.2",
"automattic/jetpack-logo": "^3.0.4",
"yoast/phpunit-polyfills": "^4.0.0",
"automattic/jetpack-changelogger": "^6.0.14",
"automattic/jetpack-logo": "^3.0.5",
"automattic/jetpack-test-environment": "@dev",
"automattic/phpunit-select-config": "^1.0.1"
"automattic/phpunit-select-config": "^1.0.4"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
@ -22,6 +24,12 @@
]
},
"scripts": {
"build-development": [
"pnpm run build"
],
"build-production": [
"pnpm run build-production"
],
"phpunit": [
"phpunit-select-config phpunit.#.xml.dist --colors=always"
],
@ -30,6 +38,10 @@
],
"test-php": [
"@composer phpunit"
],
"watch": [
"Composer\\Config::disableProcessTimeout",
"pnpm run watch"
]
},
"minimum-stability": "dev",
@ -42,7 +54,12 @@
"link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}"
},
"branch-alias": {
"dev-trunk": "0.5.x-dev"
"dev-trunk": "0.8.x-dev"
},
"dependencies": {
"test-only": [
"packages/connection"
]
},
"version-constants": {
"::PACKAGE_VERSION": "src/class-admin-menu.php"