kollapsminoriteten/wp-content/plugins/jetpack/composer.json

135 lines
4.1 KiB
JSON
Raw Normal View History

2019-11-15 23:26:29 +01:00
{
2021-04-27 08:32:47 +02:00
"name": "automattic/jetpack",
"description": "Jetpack supercharges your selfhosted WordPress site with the awesome cloud power of WordPress.com",
"homepage": "https://jetpack.com/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://github.com/Automattic/jetpack/issues"
},
"require": {
"ext-fileinfo": "*",
"ext-json": "*",
"ext-openssl": "*",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-a8c-mc-stats": "^3.0.5",
"automattic/jetpack-account-protection": "^0.2.4",
"automattic/jetpack-admin-ui": "^0.5.9",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-assets": "^4.0.23",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-autoloader": "^5.0.7",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-backup": "^4.2.3",
"automattic/jetpack-blaze": "^0.25.27",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-blocks": "^3.1.0",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-boost-speed-score": "^0.4.9",
"automattic/jetpack-classic-theme-helper": "^0.13.3",
2025-04-25 12:30:07 +02:00
"automattic/jetpack-compat": "^4.0.1",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-composer-plugin": "^4.0.5",
2025-04-25 12:30:07 +02:00
"automattic/jetpack-config": "^3.1.0",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-connection": "^6.11.8",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-constants": "^3.0.8",
"automattic/jetpack-device-detection": "^3.0.6",
"automattic/jetpack-error": "^3.0.5",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-external-media": "^0.3.12",
"automattic/jetpack-forms": "^0.56.0",
"automattic/jetpack-image-cdn": "^0.7.13",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-import": "^0.9.8",
"automattic/jetpack-ip": "^0.4.9",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-jitm": "^4.2.20",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-licensing": "^3.0.9",
"automattic/jetpack-logo": "^3.0.5",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-masterbar": "^0.17.5",
"automattic/jetpack-my-jetpack": "^5.15.0",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-plugins-installer": "^0.5.5",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-post-list": "^0.8.17",
"automattic/jetpack-publicize": "^0.65.2",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-redirect": "^3.0.7",
"automattic/jetpack-roles": "^3.0.8",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-search": "^0.50.2",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-stats": "^0.16.2",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-stats-admin": "^0.26.3",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-status": "^5.1.4",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-subscribers-dashboard": "^0.1.13",
"automattic/jetpack-sync": "^4.14.0",
"automattic/jetpack-videopress": "^0.29.3",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-waf": "^0.24.3",
2025-06-09 09:58:01 +02:00
"automattic/jetpack-wordads": "^0.4.26",
2025-05-07 06:48:41 +02:00
"automattic/woocommerce-analytics": "^0.4.7",
2023-12-07 09:44:11 +01:00
"scssphp/scssphp": "1.12.0"
2021-04-27 08:32:47 +02:00
},
"require-dev": {
2025-02-28 08:42:11 +01:00
"antecedent/patchwork": "^2.2",
2025-05-07 06:48:41 +02:00
"automattic/jetpack-changelogger": "^6.0.5",
"automattic/patchwork-redefine-exit": "^2.0.8",
"automattic/phpunit-select-config": "^1.0.3",
"yoast/phpunit-polyfills": "^4.0.0"
2021-04-27 08:32:47 +02:00
},
"scripts": {
"build-production": [
2021-07-23 11:58:50 +02:00
"pnpm run build-production-concurrently"
2021-04-27 08:32:47 +02:00
],
"build-development": [
2021-07-23 11:58:50 +02:00
"pnpm run build-concurrently"
2021-04-27 08:32:47 +02:00
],
2022-04-02 10:26:41 +02:00
"phpunit": [
"tests/action-phpunit.sh"
],
2025-02-28 08:42:11 +01:00
"test-coverage": [
"@php tools/build-module-headings-translations.php",
"tests/action-test-coverage.sh"
],
2021-04-27 08:32:47 +02:00
"test-js": [
2025-05-07 06:48:41 +02:00
"pnpm concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions'"
2021-04-27 08:32:47 +02:00
],
"test-php": [
2021-08-17 08:33:07 +02:00
"@php tools/build-module-headings-translations.php",
2021-04-27 08:32:47 +02:00
"tests/action-test-php.sh"
],
"watch": [
"Composer\\Config::disableProcessTimeout",
2021-07-23 11:58:50 +02:00
"pnpm run watch"
2021-04-27 08:32:47 +02:00
]
},
"repositories": [],
"autoload": {
"classmap": [
"src"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"ext-intl": "0.0.0"
},
2025-06-09 09:58:01 +02:00
"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ14_7",
2022-04-02 10:26:41 +02:00
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
}
2021-04-27 08:32:47 +02:00
},
"extra": {
"mirror-repo": "Automattic/jetpack-production",
2023-05-23 23:18:12 +02:00
"release-branch-prefix": [
"jetpack",
"weekly",
"monthly"
],
2021-04-27 08:32:47 +02:00
"version-constants": {
"JETPACK__VERSION": "jetpack.php"
},
"wp-plugin-slug": "jetpack",
2022-04-02 10:26:41 +02:00
"dev-releases": true,
2021-09-07 21:40:48 +02:00
"changelogger-default-type": "other",
2021-04-27 08:32:47 +02:00
"changelogger": {
"versioning": "wordpress",
"types": {
"major": "Major Enhancements",
"enhancement": "Enhancements",
"compat": "Improved compatibility",
2021-07-23 11:58:50 +02:00
"bugfix": "Bug fixes",
"other": "Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->"
2021-04-27 08:32:47 +02:00
}
}
}
2019-11-15 23:26:29 +01:00
}