2022-07-28 18:42:13 +00:00
{
"packages" : [
{
"name" : "automattic/jetpack-a8c-mc-stats" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.2" ,
"version_normalized" : "2.0.2.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-a8c-mc-stats.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "5753860f28e1a8629b3c6ab481c1ab75e38a244f"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/5753860f28e1a8629b3c6ab481c1ab75e38a244f" ,
"reference" : "5753860f28e1a8629b3c6ab481c1ab75e38a244f" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:10+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-a8c-mc-stats" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Used to record internal usage stats for Automattic. Not visible to site owners." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.2"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats"
} ,
{
"name" : "automattic/jetpack-admin-ui" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.4.5" ,
"version_normalized" : "0.4.5.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-admin-ui.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "7d5b8485ebe5984774375468ae52efe5c2849369"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/7d5b8485ebe5984774375468ae52efe5c2849369" ,
"reference" : "7d5b8485ebe5984774375468ae52efe5c2849369" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"automattic/jetpack-logo" : "^2.0.4" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "dev-master" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T12:38:36+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-admin-ui" ,
"textdomain" : "jetpack-admin-ui" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}"
} ,
"branch-alias" : {
2024-04-19 10:49:36 +00:00
"dev-trunk" : "0.4.x-dev"
2022-07-28 18:42:13 +00:00
} ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-admin-menu.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Generic Jetpack wp-admin UI elements" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.5"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-admin-ui"
} ,
{
"name" : "automattic/jetpack-assets" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.3.7" ,
"version_normalized" : "2.3.7.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-assets.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "ace534dbeca02ead69d01bbdcc305319c902f4b6"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ace534dbeca02ead69d01bbdcc305319c902f4b6" ,
"reference" : "ace534dbeca02ead69d01bbdcc305319c902f4b6" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-constants" : "^2.0.4" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-02-08 12:31:43 +00:00
"wikimedia/testing-access-wrapper" : "^1.0 || ^2.0 || ^3.0" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-10-22 22:21:06 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:25+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-assets" ,
"textdomain" : "jetpack-assets" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "2.3.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"actions.php"
] ,
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Asset management utilities for Jetpack ecosystem packages" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-assets/tree/v2.3.7"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-assets"
} ,
{
"name" : "automattic/jetpack-autoloader" ,
2024-10-09 12:44:31 +00:00
"version" : "v3.1.0" ,
"version_normalized" : "3.1.0.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-autoloader.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "0e36d60ad64e35b5dab7fa4757fadb2235d58f73"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/0e36d60ad64e35b5dab7fa4757fadb2235d58f73" ,
"reference" : "0e36d60ad64e35b5dab7fa4757fadb2235d58f73" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-02-08 12:31:43 +00:00
"composer-plugin-api" : "^1.1 || ^2.0" ,
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-06-27 12:10:57 +00:00
"composer/composer" : "^1.1 || ^2.0" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T15:32:10+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "composer-plugin" ,
"extra" : {
"autotagger" : true ,
"class" : "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin" ,
"mirror-repo" : "Automattic/jetpack-autoloader" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
} ,
2023-10-22 22:21:06 +00:00
"version-constants" : {
"::VERSION" : "src/AutoloadGenerator.php"
} ,
2022-07-28 18:42:13 +00:00
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "3.1.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Automattic\\Jetpack\\Autoloader\\" : "src"
} ,
"classmap" : [
"src/AutoloadGenerator.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Creates a custom autoloader for a plugin or theme." ,
2023-10-22 22:21:06 +00:00
"keywords" : [
"autoload" ,
"autoloader" ,
"composer" ,
"jetpack" ,
"plugin" ,
"wordpress"
] ,
2022-07-28 18:42:13 +00:00
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-autoloader/tree/v3.1.0"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../automattic/jetpack-autoloader"
} ,
2024-02-08 12:31:43 +00:00
{
"name" : "automattic/jetpack-backup-helper-script-manager" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.2.7" ,
"version_normalized" : "0.2.7.0" ,
2024-02-08 12:31:43 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-backup-helper-script-manager.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "8643c13843b9b7864c4541a49b8d8bead9bc4fd6"
2024-02-08 12:31:43 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/8643c13843b9b7864c4541a49b8d8bead9bc4fd6" ,
"reference" : "8643c13843b9b7864c4541a49b8d8bead9bc4fd6" ,
2024-02-08 12:31:43 +00:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0"
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-02-08 12:31:43 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2024-02-08 12:31:43 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-26T14:48:58+00:00" ,
2024-02-08 12:31:43 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-backup-helper-script-manager" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-backup-helper-script-manager/compare/v${old}...v${new}"
} ,
"branch-alias" : {
"dev-trunk" : "0.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Install / delete helper script for backup and transport server. Not visible to site owners." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.7"
2024-02-08 12:31:43 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager"
} ,
2024-04-19 10:49:36 +00:00
{
"name" : "automattic/jetpack-boost-core" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.2.11" ,
"version_normalized" : "0.2.11.0" ,
2024-04-19 10:49:36 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-boost-core.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "bb00d7828aa695280e49db3af8b77e4548a40b40"
2024-04-19 10:49:36 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/bb00d7828aa695280e49db3af8b77e4548a40b40" ,
"reference" : "bb00d7828aa695280e49db3af8b77e4548a40b40" ,
2024-04-19 10:49:36 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
2024-04-19 10:49:36 +00:00
"php" : ">=7.0"
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-04-19 10:49:36 +00:00
"automattic/wordbless" : "dev-master" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2024-04-19 10:49:36 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:47+00:00" ,
2024-04-19 10:49:36 +00:00
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/jetpack-boost-core" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-boost-core/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
"dev-trunk" : "0.2.x-dev"
} ,
"textdomain" : "jetpack-boost-core"
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Core functionality for boost and relevant packages to depend on" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.11"
2024-04-19 10:49:36 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-boost-core"
} ,
{
"name" : "automattic/jetpack-boost-speed-score" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.3.12" ,
"version_normalized" : "0.3.12.0" ,
2024-04-19 10:49:36 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-boost-speed-score.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "362c3c0d3d779e757c48f7fecba65a107d9a0ab1"
2024-04-19 10:49:36 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/362c3c0d3d779e757c48f7fecba65a107d9a0ab1" ,
"reference" : "362c3c0d3d779e757c48f7fecba65a107d9a0ab1" ,
2024-04-19 10:49:36 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-boost-core" : "^0.2.9" ,
2024-04-19 10:49:36 +00:00
"php" : ">=7.0"
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-04-19 10:49:36 +00:00
"brain/monkey" : "^2.6" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2024-04-19 10:49:36 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-26T14:49:58+00:00" ,
2024-04-19 10:49:36 +00:00
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/jetpack-boost-speed-score" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-boost-speed-score/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
"dev-trunk" : "0.3.x-dev"
} ,
"textdomain" : "jetpack-boost-speed-score" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-speed-score.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A package that handles the API to generate the speed score." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.12"
2024-04-19 10:49:36 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-boost-speed-score"
} ,
2022-07-28 18:42:13 +00:00
{
"name" : "automattic/jetpack-composer-plugin" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.3" ,
"version_normalized" : "2.0.3.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-composer-plugin.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "67d11838aa00ef9922a8a3b439b1fa25adb1feef"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/67d11838aa00ef9922a8a3b439b1fa25adb1feef" ,
"reference" : "67d11838aa00ef9922a8a3b439b1fa25adb1feef" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-02-08 12:31:43 +00:00
"composer-plugin-api" : "^2.1.0" ,
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2023-03-17 22:34:13 +00:00
"composer/composer" : "^2.2 || ^2.4" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-26T14:48:44+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "composer-plugin" ,
"extra" : {
"plugin-modifies-install-path" : true ,
"class" : "Automattic\\Jetpack\\Composer\\Plugin" ,
"mirror-repo" : "Automattic/jetpack-composer-plugin" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings." ,
2023-10-22 22:21:06 +00:00
"keywords" : [
"composer" ,
"i18n" ,
"jetpack" ,
"plugin"
] ,
2022-07-28 18:42:13 +00:00
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.3"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../automattic/jetpack-composer-plugin"
} ,
{
"name" : "automattic/jetpack-config" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-config.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "9f075c81bae6fd638e0b3183612cda5cc9e01e06"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06" ,
"reference" : "9f075c81bae6fd638e0b3183612cda5cc9e01e06" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.4" ,
2024-06-27 12:10:57 +00:00
"automattic/jetpack-connection" : "@dev" ,
"automattic/jetpack-import" : "@dev" ,
"automattic/jetpack-jitm" : "@dev" ,
"automattic/jetpack-post-list" : "@dev" ,
"automattic/jetpack-publicize" : "@dev" ,
"automattic/jetpack-search" : "@dev" ,
"automattic/jetpack-stats" : "@dev" ,
"automattic/jetpack-stats-admin" : "@dev" ,
"automattic/jetpack-sync" : "@dev" ,
"automattic/jetpack-videopress" : "@dev" ,
"automattic/jetpack-waf" : "@dev" ,
"automattic/jetpack-wordads" : "@dev" ,
"automattic/jetpack-yoast-promo" : "@dev"
2022-07-28 18:42:13 +00:00
} ,
2023-10-22 22:21:06 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-06-24T19:22:07+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-config" ,
"textdomain" : "jetpack-config" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2024-06-27 12:10:57 +00:00
} ,
"dependencies" : {
"test-only" : [
"packages/connection" ,
"packages/import" ,
"packages/jitm" ,
"packages/post-list" ,
"packages/publicize" ,
"packages/search" ,
"packages/stats" ,
"packages/stats-admin" ,
"packages/sync" ,
"packages/videopress" ,
"packages/waf" ,
"packages/wordads" ,
"packages/yoast-promo"
]
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-config/tree/v2.0.4"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-config"
} ,
{
"name" : "automattic/jetpack-connection" ,
2024-10-09 12:44:31 +00:00
"version" : "v4.0.1" ,
"version_normalized" : "4.0.1.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-connection.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "88597263fa2af184cfd4164de6d4e4ba95f05768"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-connection/zipball/88597263fa2af184cfd4164de6d4e4ba95f05768" ,
"reference" : "88597263fa2af184cfd4164de6d4e4ba95f05768" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.2" ,
"automattic/jetpack-admin-ui" : "^0.4.5" ,
"automattic/jetpack-assets" : "^2.3.7" ,
"automattic/jetpack-constants" : "^2.0.4" ,
"automattic/jetpack-redirect" : "^2.0.4" ,
"automattic/jetpack-roles" : "^2.0.3" ,
"automattic/jetpack-status" : "^4.0.1" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "@dev" ,
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T15:32:30+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-connection" ,
"textdomain" : "jetpack-connection" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "4.0.x-dev"
2024-06-27 12:10:57 +00:00
} ,
"dependencies" : {
"test-only" : [
"packages/licensing" ,
"packages/sync"
]
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
2024-10-09 12:44:31 +00:00
"files" : [
"actions.php"
] ,
2022-07-28 18:42:13 +00:00
"classmap" : [
"legacy" ,
"src/" ,
2024-10-09 12:44:31 +00:00
"src/webhooks" ,
"src/identity-crisis"
2022-07-28 18:42:13 +00:00
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Everything needed to connect to the Jetpack infrastructure" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-connection/tree/v4.0.1"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-connection"
} ,
{
"name" : "automattic/jetpack-constants" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-constants.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "f6958c313a34c5e92171c45a57d9dc978e5975ed"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f6958c313a34c5e92171c45a57d9dc978e5975ed" ,
"reference" : "f6958c313a34c5e92171c45a57d9dc978e5975ed" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:14+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-constants" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A wrapper for defining constants in a more testable way." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-constants/tree/v2.0.4"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-constants"
} ,
2022-09-02 15:19:40 +00:00
{
"name" : "automattic/jetpack-device-detection" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.1.4" ,
"version_normalized" : "2.1.4.0" ,
2022-09-02 15:19:40 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-device-detection.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "a59d71b55184bfd67a5b43f2df62c74ea6154b05"
2022-09-02 15:19:40 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/a59d71b55184bfd67a5b43f2df62c74ea6154b05" ,
"reference" : "a59d71b55184bfd67a5b43f2df62c74ea6154b05" ,
2022-09-02 15:19:40 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-09-02 15:19:40 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"yoast/phpunit-polyfills" : "^1.1.1"
2022-09-02 15:19:40 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:19+00:00" ,
2022-09-02 15:19:40 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-device-detection" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-device-detection/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-19 10:49:36 +00:00
"dev-trunk" : "2.1.x-dev"
2022-09-02 15:19:40 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A way to detect device types based on User-Agent header." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.4"
2022-09-02 15:19:40 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-device-detection"
} ,
2022-07-28 18:42:13 +00:00
{
2024-10-09 12:44:31 +00:00
"name" : "automattic/jetpack-explat" ,
"version" : "v0.1.7" ,
"version_normalized" : "0.1.7.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
2024-10-09 12:44:31 +00:00
"url" : "https://github.com/Automattic/jetpack-explat.git" ,
"reference" : "3a85d490843ab7e98f45753dd067b2dfce31a64b"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-explat/zipball/3a85d490843ab7e98f45753dd067b2dfce31a64b" ,
"reference" : "3a85d490843ab7e98f45753dd067b2dfce31a64b" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-10-22 22:21:06 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:58+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
2024-10-09 12:44:31 +00:00
"branch-alias" : {
"dev-trunk" : "0.1.x-dev"
2022-07-28 18:42:13 +00:00
} ,
"changelogger" : {
2024-10-09 12:44:31 +00:00
"link-template" : "https://github.com/Automattic/jetpack-explat/compare/v${old}...v${new}"
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"mirror-repo" : "Automattic/jetpack-explat" ,
"textdomain" : "jetpack-explat" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-explat.php"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
2024-10-09 12:44:31 +00:00
"description" : "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin." ,
2022-07-28 18:42:13 +00:00
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-explat/tree/v0.1.7"
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-explat"
2022-07-28 18:42:13 +00:00
} ,
2023-03-17 22:34:13 +00:00
{
"name" : "automattic/jetpack-ip" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.2.3" ,
"version_normalized" : "0.2.3.0" ,
2023-03-17 22:34:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-ip.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "f7a42b1603a24775c6f20eef2ac5cba3d6b37194"
2023-03-17 22:34:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-ip/zipball/f7a42b1603a24775c6f20eef2ac5cba3d6b37194" ,
"reference" : "f7a42b1603a24775c6f20eef2ac5cba3d6b37194" ,
2023-03-17 22:34:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2023-03-17 22:34:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2023-03-17 22:34:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2023-03-17 22:34:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:05+00:00" ,
2023-03-17 22:34:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-ip" ,
"changelogger" : {
"link-template" : "https://github.com/automattic/jetpack-ip/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "0.2.x-dev"
2023-03-17 22:34:13 +00:00
} ,
"textdomain" : "jetpack-ip" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-utils.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Utilities for working with IP addresses." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-ip/tree/v0.2.3"
2023-03-17 22:34:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-ip"
} ,
2022-09-02 15:19:40 +00:00
{
"name" : "automattic/jetpack-jitm" ,
2024-10-09 12:44:31 +00:00
"version" : "v3.1.21" ,
"version_normalized" : "3.1.21.0" ,
2022-09-02 15:19:40 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-jitm.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f"
2022-09-02 15:19:40 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f" ,
"reference" : "5cf53d23d21b8b5d05c74c20b6d70a7a57c5f15f" ,
2022-09-02 15:19:40 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.2" ,
"automattic/jetpack-assets" : "^2.3.7" ,
"automattic/jetpack-connection" : "^4.0.0" ,
"automattic/jetpack-device-detection" : "^2.1.4" ,
"automattic/jetpack-logo" : "^2.0.4" ,
"automattic/jetpack-redirect" : "^2.0.4" ,
"automattic/jetpack-status" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-09-02 15:19:40 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-09-02 15:19:40 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-09-02 15:19:40 +00:00
} ,
2023-10-22 22:21:06 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:35:03+00:00" ,
2022-09-02 15:19:40 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-jitm" ,
"textdomain" : "jetpack-jitm" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-jitm.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-jitm/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-19 10:49:36 +00:00
"dev-trunk" : "3.1.x-dev"
2022-09-02 15:19:40 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Just in time messages for Jetpack" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-jitm/tree/v3.1.21"
2022-09-02 15:19:40 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-jitm"
} ,
2022-07-28 18:42:13 +00:00
{
"name" : "automattic/jetpack-licensing" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.9" ,
"version_normalized" : "2.0.9.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-licensing.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "6783c5958fe0f8d81bb098485d5422ed87065c51"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/6783c5958fe0f8d81bb098485d5422ed87065c51" ,
"reference" : "6783c5958fe0f8d81bb098485d5422ed87065c51" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:46+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-licensing" ,
"textdomain" : "jetpack-licensing" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Everything needed to manage Jetpack licenses client-side." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-licensing/tree/v2.0.9"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-licensing"
} ,
{
"name" : "automattic/jetpack-logo" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-logo.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "6047525955b12ac8654ac4544e0b79deaed31fa2"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6047525955b12ac8654ac4544e0b79deaed31fa2" ,
"reference" : "6047525955b12ac8654ac4544e0b79deaed31fa2" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:12+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-logo" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A logo for Jetpack" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-logo/tree/v2.0.4"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-logo"
} ,
{
"name" : "automattic/jetpack-my-jetpack" ,
2024-10-09 12:44:31 +00:00
"version" : "v4.35.3" ,
"version_normalized" : "4.35.3.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-my-jetpack.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "1424bd0fce9b059c41397cd3da9679407b00d3da"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/1424bd0fce9b059c41397cd3da9679407b00d3da" ,
"reference" : "1424bd0fce9b059c41397cd3da9679407b00d3da" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-admin-ui" : "^0.4.5" ,
"automattic/jetpack-assets" : "^2.3.7" ,
"automattic/jetpack-boost-speed-score" : "^0.3.12" ,
"automattic/jetpack-connection" : "^4.0.1" ,
"automattic/jetpack-constants" : "^2.0.4" ,
"automattic/jetpack-explat" : "^0.1.7" ,
"automattic/jetpack-jitm" : "^3.1.21" ,
"automattic/jetpack-licensing" : "^2.0.9" ,
"automattic/jetpack-plans" : "^0.4.10" ,
"automattic/jetpack-plugins-installer" : "^0.4.3" ,
"automattic/jetpack-protect-status" : "^0.1.5" ,
"automattic/jetpack-redirect" : "^2.0.4" ,
"automattic/jetpack-status" : "^4.0.1" ,
"automattic/jetpack-sync" : "^3.10.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-10-22 22:21:06 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T15:32:54+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-my-jetpack" ,
"textdomain" : "jetpack-my-jetpack" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "4.35.x-dev"
2022-07-28 18:42:13 +00:00
} ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-initializer.php"
2024-06-27 12:10:57 +00:00
} ,
"dependencies" : {
"test-only" : [
"packages/search" ,
"packages/videopress"
]
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/" ,
"src/products"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.35.3"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-my-jetpack"
} ,
{
"name" : "automattic/jetpack-password-checker" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.3.2" ,
"version_normalized" : "0.3.2.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-password-checker.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "bdf70591123932112e447e295d7f174b5c0e3a44"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdf70591123932112e447e295d7f174b5c0e3a44" ,
"reference" : "bdf70591123932112e447e295d7f174b5c0e3a44" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:17+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-password-checker" ,
"textdomain" : "jetpack-password-checker" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "0.3.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Password Checker." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.2"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-password-checker"
} ,
2022-11-24 13:40:35 +00:00
{
"name" : "automattic/jetpack-plans" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.4.10" ,
"version_normalized" : "0.4.10.0" ,
2022-11-24 13:40:35 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-plans.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "4611e943c7851eade1b57f6f557325d675c5edef"
2022-11-24 13:40:35 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-plans/zipball/4611e943c7851eade1b57f6f557325d675c5edef" ,
"reference" : "4611e943c7851eade1b57f6f557325d675c5edef" ,
2022-11-24 13:40:35 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-11-24 13:40:35 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"automattic/jetpack-status" : "^4.0.0" ,
2022-11-24 13:40:35 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2023-10-22 22:21:06 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
2022-11-24 13:40:35 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:44+00:00" ,
2022-11-24 13:40:35 +00:00
"type" : "library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-plans" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-plans/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "0.4.x-dev"
2022-11-24 13:40:35 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Fetch information about Jetpack Plans from wpcom" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-plans/tree/v0.4.10"
2022-11-24 13:40:35 +00:00
} ,
"install-path" : "../automattic/jetpack-plans"
} ,
2022-07-28 18:42:13 +00:00
{
"name" : "automattic/jetpack-plugins-installer" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.4.3" ,
"version_normalized" : "0.4.3.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-plugins-installer.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "53599f17ca0def355edbab886cdf765713a8809a"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/53599f17ca0def355edbab886cdf765713a8809a" ,
"reference" : "53599f17ca0def355edbab886cdf765713a8809a" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.2" ,
"automattic/jetpack-status" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
"yoast/phpunit-polyfills" : "^1.1.1"
2023-10-22 22:21:06 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:11+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"branch-alias" : {
2024-06-27 12:10:57 +00:00
"dev-trunk" : "0.4.x-dev"
2022-07-28 18:42:13 +00:00
} ,
"mirror-repo" : "Automattic/jetpack-plugins-installer" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"textdomain" : "jetpack-plugins-installer"
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Handle installation of plugins from WP.org" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.4.3"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-plugins-installer"
} ,
2024-10-09 12:44:31 +00:00
{
"name" : "automattic/jetpack-protect-models" ,
"version" : "v0.2.1" ,
"version_normalized" : "0.2.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-protect-models.git" ,
"reference" : "d76966670cffb49fda782c72182238f2e07ad962"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/d76966670cffb49fda782c72182238f2e07ad962" ,
"reference" : "d76966670cffb49fda782c72182238f2e07ad962" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0"
} ,
"require-dev" : {
"automattic/jetpack-changelogger" : "^4.2.6" ,
"automattic/wordbless" : "0.4.2" ,
"yoast/phpunit-polyfills" : "^1.1.1"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
"time" : "2024-08-26T14:48:59+00:00" ,
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"branch-alias" : {
"dev-trunk" : "0.2.x-dev"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-protect-models/compare/v${old}...v${new}"
} ,
"mirror-repo" : "Automattic/jetpack-protect-models" ,
"textdomain" : "jetpack-protect-models" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-protect-models.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "This package contains the models used in Protect. " ,
"support" : {
"source" : "https://github.com/Automattic/jetpack-protect-models/tree/v0.2.1"
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-protect-models"
} ,
{
"name" : "automattic/jetpack-protect-status" ,
"version" : "v0.1.5" ,
"version_normalized" : "0.1.5.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-protect-status.git" ,
"reference" : "2fc75b06dd4ddc7c4a7ce0441041d7457561d179"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/2fc75b06dd4ddc7c4a7ce0441041d7457561d179" ,
"reference" : "2fc75b06dd4ddc7c4a7ce0441041d7457561d179" ,
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-connection" : "^4.0.0" ,
"automattic/jetpack-plans" : "^0.4.10" ,
"automattic/jetpack-plugins-installer" : "^0.4.3" ,
"automattic/jetpack-protect-models" : "^0.2.1" ,
"automattic/jetpack-sync" : "^3.10.0" ,
"php" : ">=7.0"
} ,
"require-dev" : {
"automattic/jetpack-changelogger" : "^4.2.6" ,
"automattic/wordbless" : "dev-master" ,
"yoast/phpunit-polyfills" : "^1.1.1"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
"time" : "2024-09-05T19:34:51+00:00" ,
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"branch-alias" : {
"dev-trunk" : "0.1.x-dev"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-protect-status/compare/v${old}...v${new}"
} ,
"mirror-repo" : "Automattic/jetpack-protect-status" ,
"textdomain" : "jetpack-protect-status" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-status.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats)." ,
"support" : {
"source" : "https://github.com/Automattic/jetpack-protect-status/tree/v0.1.5"
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-protect-status"
} ,
2022-07-28 18:42:13 +00:00
{
"name" : "automattic/jetpack-redirect" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.4" ,
"version_normalized" : "2.0.4.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-redirect.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "72457f3899c772529d26e83a44d6ffd6758a71fd"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/72457f3899c772529d26e83a44d6ffd6758a71fd" ,
"reference" : "72457f3899c772529d26e83a44d6ffd6758a71fd" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-status" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:13+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-redirect" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Utilities to build URLs to the jetpack.com/redirect/ service" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-redirect/tree/v2.0.4"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-redirect"
} ,
{
"name" : "automattic/jetpack-roles" ,
2024-10-09 12:44:31 +00:00
"version" : "v2.0.3" ,
"version_normalized" : "2.0.3.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-roles.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "32e45299a6ff93de0b1f4c71e6669f15917220fb"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-roles/zipball/32e45299a6ff93de0b1f4c71e6669f15917220fb" ,
"reference" : "32e45299a6ff93de0b1f4c71e6669f15917220fb" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
2024-02-08 12:31:43 +00:00
"require" : {
"php" : ">=7.0"
} ,
2022-07-28 18:42:13 +00:00
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-07-28 18:42:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-08-23T14:28:15+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-roles" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "2.0.x-dev"
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Utilities, related with user roles and capabilities." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-roles/tree/v2.0.3"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-roles"
} ,
{
"name" : "automattic/jetpack-status" ,
2024-10-09 12:44:31 +00:00
"version" : "v4.0.1" ,
"version_normalized" : "4.0.1.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-status.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "7175788be67f91a7e26d0d216afd81372ace0027"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-status/zipball/7175788be67f91a7e26d0d216afd81372ace0027" ,
"reference" : "7175788be67f91a7e26d0d216afd81372ace0027" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-constants" : "^2.0.4" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-06-27 12:10:57 +00:00
"automattic/jetpack-connection" : "@dev" ,
2024-10-09 12:44:31 +00:00
"automattic/jetpack-ip" : "^0.2.3" ,
2024-06-27 12:10:57 +00:00
"automattic/jetpack-plans" : "@dev" ,
2022-07-28 18:42:13 +00:00
"brain/monkey" : "2.6.1" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2022-07-28 18:42:13 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T15:32:09+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-status" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "4.0.x-dev"
2024-06-27 12:10:57 +00:00
} ,
"dependencies" : {
"test-only" : [
"packages/connection" ,
"packages/plans"
]
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Used to retrieve information about the current status of Jetpack and the site overall." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-status/tree/v4.0.1"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-status"
} ,
{
"name" : "automattic/jetpack-sync" ,
2024-10-09 12:44:31 +00:00
"version" : "v3.10.0" ,
"version_normalized" : "3.10.0.0" ,
2022-07-28 18:42:13 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-sync.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "44c699a3343bccf26cbfe7942355339cd5de678b"
2022-07-28 18:42:13 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-sync/zipball/44c699a3343bccf26cbfe7942355339cd5de678b" ,
"reference" : "44c699a3343bccf26cbfe7942355339cd5de678b" ,
2022-07-28 18:42:13 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
"automattic/jetpack-constants" : "^2.0.4" ,
"automattic/jetpack-ip" : "^0.2.3" ,
"automattic/jetpack-password-checker" : "^0.3.2" ,
"automattic/jetpack-roles" : "^2.0.3" ,
"automattic/jetpack-status" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-07-28 18:42:13 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2024-06-27 12:10:57 +00:00
"automattic/jetpack-search" : "@dev" ,
2024-10-09 12:44:31 +00:00
"automattic/jetpack-waf" : "@dev" ,
2022-07-28 18:42:13 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2023-10-22 22:21:06 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
2022-07-28 18:42:13 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-05T19:34:48+00:00" ,
2022-07-28 18:42:13 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-sync" ,
"textdomain" : "jetpack-sync" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "3.10.x-dev"
2024-06-27 12:10:57 +00:00
} ,
"dependencies" : {
"test-only" : [
"packages/search" ,
"packages/waf"
]
2022-07-28 18:42:13 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Everything needed to allow syncing to the WP.com infrastructure." ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-sync/tree/v3.10.0"
2022-07-28 18:42:13 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-sync"
2022-11-24 13:40:35 +00:00
} ,
{
"name" : "automattic/jetpack-transport-helper" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.2.4" ,
"version_normalized" : "0.2.4.0" ,
2022-11-24 13:40:35 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-transport-helper.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "2792d86e1f19466a6597318e8d812d1793751671"
2022-11-24 13:40:35 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-transport-helper/zipball/2792d86e1f19466a6597318e8d812d1793751671" ,
"reference" : "2792d86e1f19466a6597318e8d812d1793751671" ,
2022-11-24 13:40:35 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-backup-helper-script-manager" : "^0.2.7" ,
"automattic/jetpack-connection" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0"
2022-11-24 13:40:35 +00:00
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2022-11-24 13:40:35 +00:00
"automattic/wordbless" : "dev-master" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2023-10-22 22:21:06 +00:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
2022-11-24 13:40:35 +00:00
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T04:39:59+00:00" ,
2022-11-24 13:40:35 +00:00
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/jetpack-transport-helper" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-transport-helper/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
2024-02-08 12:31:43 +00:00
"dev-trunk" : "0.2.x-dev"
2022-11-24 13:40:35 +00:00
} ,
"textdomain" : "jetpack-transport-helper"
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"actions.php"
] ,
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Package to help transport server communication" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-transport-helper/tree/v0.2.4"
2022-11-24 13:40:35 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-transport-helper"
2023-01-18 16:40:00 +00:00
} ,
{
"name" : "automattic/jetpack-waf" ,
2024-10-09 12:44:31 +00:00
"version" : "v0.18.5" ,
"version_normalized" : "0.18.5.0" ,
2023-01-18 16:40:00 +00:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-waf.git" ,
2024-10-09 12:44:31 +00:00
"reference" : "5e7a9db1e6afe65fc6f56ceaaf54563815e25e1c"
2023-01-18 16:40:00 +00:00
} ,
"dist" : {
"type" : "zip" ,
2024-10-09 12:44:31 +00:00
"url" : "https://api.github.com/repos/Automattic/jetpack-waf/zipball/5e7a9db1e6afe65fc6f56ceaaf54563815e25e1c" ,
"reference" : "5e7a9db1e6afe65fc6f56ceaaf54563815e25e1c" ,
2023-01-18 16:40:00 +00:00
"shasum" : ""
} ,
"require" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-connection" : "^4.0.0" ,
"automattic/jetpack-constants" : "^2.0.4" ,
"automattic/jetpack-ip" : "^0.2.3" ,
"automattic/jetpack-status" : "^4.0.0" ,
2024-02-08 12:31:43 +00:00
"php" : ">=7.0" ,
2023-01-18 16:40:00 +00:00
"wikimedia/aho-corasick" : "^1.0"
} ,
"require-dev" : {
2024-10-09 12:44:31 +00:00
"automattic/jetpack-changelogger" : "^4.2.6" ,
2023-03-17 22:34:13 +00:00
"automattic/wordbless" : "@dev" ,
2024-10-09 12:44:31 +00:00
"yoast/phpunit-polyfills" : "^1.1.1"
2023-01-18 16:40:00 +00:00
} ,
2023-06-05 11:21:22 +00:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-10-09 12:44:31 +00:00
"time" : "2024-09-06T04:40:02+00:00" ,
2023-01-18 16:40:00 +00:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-waf" ,
"textdomain" : "jetpack-waf" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-10-09 12:44:31 +00:00
"dev-trunk" : "0.18.x-dev"
2023-01-18 16:40:00 +00:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"cli.php"
] ,
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Tools to assist with the Jetpack Web Application Firewall" ,
"support" : {
2024-10-09 12:44:31 +00:00
"source" : "https://github.com/Automattic/jetpack-waf/tree/v0.18.5"
2023-01-18 16:40:00 +00:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-waf"
} ,
{
"name" : "wikimedia/aho-corasick" ,
"version" : "v1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/wikimedia/AhoCorasick.git" ,
"reference" : "2f3a1bd765913637a66eade658d11d82f0e551be"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/wikimedia/AhoCorasick/zipball/2f3a1bd765913637a66eade658d11d82f0e551be" ,
"reference" : "2f3a1bd765913637a66eade658d11d82f0e551be" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5.9"
} ,
"require-dev" : {
"jakub-onderka/php-console-highlighter" : "0.3.2" ,
"jakub-onderka/php-parallel-lint" : "1.0.0" ,
"mediawiki/mediawiki-codesniffer" : "18.0.0" ,
"mediawiki/minus-x" : "0.3.1" ,
"phpunit/phpunit" : "4.8.36 || ^6.5"
} ,
"time" : "2018-05-01T18:13:32+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "Ori Livneh" ,
"email" : "ori@wikimedia.org"
}
] ,
"description" : "An implementation of the Aho-Corasick string matching algorithm." ,
"homepage" : "https://gerrit.wikimedia.org/g/AhoCorasick" ,
"keywords" : [
"ahocorasick" ,
"matcher"
] ,
"support" : {
"source" : "https://github.com/wikimedia/AhoCorasick/tree/v1.0.1"
} ,
"install-path" : "../wikimedia/aho-corasick"
2022-07-28 18:42:13 +00:00
}
] ,
"dev" : false ,
"dev-package-names" : [ ]
}