2020-12-10 14:04:11 +01:00
{
"packages" : [
{
"name" : "automattic/jetpack-a8c-mc-stats" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-a8c-mc-stats.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "64748d02bf646e6b000f79dc8e4ea127bbd8df14"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14" ,
"reference" : "64748d02bf646e6b000f79dc8e4ea127bbd8df14" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:11+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
2020-10-20 18:05:12 +02:00
] ,
2020-12-10 14:04:11 +01:00
"description" : "Used to record internal usage stats for Automattic. Not visible to site owners." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-abtest" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-abtest.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "62b3975f9edafd73bc3739e251b14214d06c51ee"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/62b3975f9edafd73bc3739e251b14214d06c51ee" ,
"reference" : "62b3975f9edafd73bc3739e251b14214d06c51ee" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.5.0" ,
"automattic/jetpack-error" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "dev-master" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:11:08+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-abtest" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-abtest/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
2019-11-15 23:26:29 +01:00
] ,
2020-12-10 14:04:11 +01:00
"description" : "Provides an interface to the WP.com A/B tests." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-abtest/tree/v2.0.1"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-abtest"
} ,
{
"name" : "automattic/jetpack-admin-ui" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.4.1" ,
"version_normalized" : "0.4.1.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-admin-ui.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "253a2ef6b07e933953673ece4a283bbe821a3079"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/253a2ef6b07e933953673ece4a283bbe821a3079" ,
"reference" : "253a2ef6b07e933953673ece4a283bbe821a3079" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2022-04-02 10:26:41 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
"automattic/jetpack-logo" : "^2.0.1" ,
2022-04-02 10:26:41 +02:00
"automattic/wordbless" : "dev-master" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-04-02 10:26:41 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:40+00:00" ,
2022-04-02 10:26:41 +02: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-17 11:32:24 +02:00
"dev-trunk" : "0.4.x-dev"
2022-04-02 10:26:41 +02: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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-admin-ui"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-assets" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.1.6" ,
"version_normalized" : "2.1.6.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-assets.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "3a797a4e54280fd93b944daf81fb44a8d697bebe"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-assets/zipball/3a797a4e54280fd93b944daf81fb44a8d697bebe" ,
"reference" : "3a797a4e54280fd93b944daf81fb44a8d697bebe" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-constants" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2024-02-16 11:03:01 +01:00
"wikimedia/testing-access-wrapper" : "^1.0 || ^2.0 || ^3.0" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:17+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-assets" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-assets" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-16 11:03:01 +01:00
"dev-trunk" : "2.1.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
2022-04-02 10:26:41 +02:00
"files" : [
"actions.php"
] ,
2020-12-10 14:04:11 +01:00
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
2019-11-15 23:26:29 +01:00
] ,
2020-12-10 14:04:11 +01:00
"description" : "Asset management utilities for Jetpack ecosystem packages" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-assets/tree/v2.1.6"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-assets"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-autoloader" ,
2024-04-17 11:32:24 +02:00
"version" : "v3.0.4" ,
"version_normalized" : "3.0.4.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-autoloader.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "40c359a1cfdbca433a194197cb2627dad383d80d"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/40c359a1cfdbca433a194197cb2627dad383d80d" ,
"reference" : "40c359a1cfdbca433a194197cb2627dad383d80d" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2023-12-07 09:44:11 +01:00
"composer-plugin-api" : "^1.1 || ^2.0" ,
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:10:51+00:00" ,
2020-12-10 14:04:11 +01:00
"type" : "composer-plugin" ,
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"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-12-07 09:44:11 +01:00
"version-constants" : {
"::VERSION" : "src/AutoloadGenerator.php"
} ,
2021-04-27 08:32:47 +02:00
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "3.0.x-dev"
2021-04-27 08:32:47 +02:00
}
2020-12-10 14:04:11 +01:00
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Automattic\\Jetpack\\Autoloader\\" : "src"
2022-04-02 10:26:41 +02:00
} ,
"classmap" : [
"src/AutoloadGenerator.php"
]
2020-12-10 14:04:11 +01:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
2019-11-15 23:26:29 +01:00
] ,
2020-12-10 14:04:11 +01:00
"description" : "Creates a custom autoloader for a plugin or theme." ,
2023-09-26 10:24:36 +02:00
"keywords" : [
"autoload" ,
"autoloader" ,
"composer" ,
"jetpack" ,
"plugin" ,
"wordpress"
] ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.4"
2021-04-27 08:32:47 +02:00
} ,
2020-12-10 14:04:11 +01:00
"install-path" : "../automattic/jetpack-autoloader"
} ,
{
"name" : "automattic/jetpack-backup" ,
2024-04-17 11:32:24 +02:00
"version" : "v3.3.5" ,
"version_normalized" : "3.3.5.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-backup.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "dab50f6e5952c343b4cbcb34bbca195ca5e68236"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-backup/zipball/dab50f6e5952c343b4cbcb34bbca195ca5e68236" ,
"reference" : "dab50f6e5952c343b4cbcb34bbca195ca5e68236" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2021-07-23 11:58:50 +02:00
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-admin-ui" : "^0.4.1" ,
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-autoloader" : "^3.0.4" ,
"automattic/jetpack-backup-helper-script-manager" : "^0.2.5" ,
"automattic/jetpack-composer-plugin" : "^2.0.1" ,
"automattic/jetpack-config" : "^2.0.1" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-identity-crisis" : "^0.18.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
"automattic/jetpack-sync" : "^2.10.5" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2021-07-23 11:58:50 +02:00
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2021-04-27 08:32:47 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-01T13:20:24+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-backup" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-backup-pkg" ,
2021-08-17 08:33:07 +02:00
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-backup/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "3.3.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"actions.php"
] ,
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Tools to assist with backing up Jetpack sites." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-backup/tree/v3.3.5"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-backup"
2020-12-10 14:04:11 +01:00
} ,
2024-02-16 11:03:01 +01:00
{
"name" : "automattic/jetpack-backup-helper-script-manager" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.2.5" ,
"version_normalized" : "0.2.5.0" ,
2024-02-16 11:03:01 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-backup-helper-script-manager.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "699103812a5779d9d93adebe35a034276a898926"
2024-02-16 11:03:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/699103812a5779d9d93adebe35a034276a898926" ,
"reference" : "699103812a5779d9d93adebe35a034276a898926" ,
2024-02-16 11:03:01 +01:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0"
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2024-02-16 11:03:01 +01:00
"automattic/wordbless" : "@dev" ,
"yoast/phpunit-polyfills" : "1.1.0"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:51:30+00:00" ,
2024-02-16 11:03:01 +01: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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.5"
2024-02-16 11:03:01 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-backup-helper-script-manager"
} ,
2023-01-25 20:43:46 +01:00
{
"name" : "automattic/jetpack-blaze" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.20.1" ,
"version_normalized" : "0.20.1.0" ,
2023-01-25 20:43:46 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-blaze.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "47d54a73eda1a32213df7471ee7a9ccbe2f7d231"
2023-01-25 20:43:46 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/47d54a73eda1a32213df7471ee7a9ccbe2f7d231" ,
"reference" : "47d54a73eda1a32213df7471ee7a9ccbe2f7d231" ,
2023-01-25 20:43:46 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-plans" : "^0.4.3" ,
"automattic/jetpack-redirect" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
"automattic/jetpack-sync" : "^2.10.5" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-01-25 20:43:46 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-01-25 20:43:46 +01:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2023-01-25 20:43:46 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-01T13:20:23+00:00" ,
2023-01-25 20:43:46 +01:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-blaze" ,
"changelogger" : {
"link-template" : "https://github.com/automattic/jetpack-blaze/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.20.x-dev"
2023-01-25 20:43:46 +01:00
} ,
"textdomain" : "jetpack-blaze" ,
"version-constants" : {
2023-09-26 10:24:36 +02:00
"::PACKAGE_VERSION" : "src/class-dashboard.php"
2023-01-25 20:43:46 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Attract high-quality traffic to your site using Blaze." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-blaze/tree/v0.20.1"
2023-01-25 20:43:46 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-blaze"
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-blocks" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-blocks.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "c7e84b98df056982293728c5198a593e25e6a5c4"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/c7e84b98df056982293728c5198a593e25e6a5c4" ,
"reference" : "c7e84b98df056982293728c5198a593e25e6a5c4" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-09-26 10:24:36 +02:00
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-constants" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-09-26 10:24:36 +02:00
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "dev-master" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:10:47+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-blocks" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-blocks/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-blocks/tree/v2.0.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-blocks"
2020-12-10 14:04:11 +01:00
} ,
2023-09-26 10:24:36 +02:00
{
"name" : "automattic/jetpack-boost-core" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.2.6" ,
"version_normalized" : "0.2.6.0" ,
2023-09-26 10:24:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-boost-core.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "a6c57aca53257f0a16867b3f71ddaccf09591b20"
2023-09-26 10:24:36 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/a6c57aca53257f0a16867b3f71ddaccf09591b20" ,
"reference" : "a6c57aca53257f0a16867b3f71ddaccf09591b20" ,
2023-09-26 10:24:36 +02:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2023-09-26 10:24:36 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"automattic/wordbless" : "dev-master" ,
"yoast/phpunit-polyfills" : "1.1.0"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:51:33+00:00" ,
2023-09-26 10:24:36 +02: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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.2.x-dev"
2023-09-26 10:24:36 +02:00
} ,
"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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.6"
2023-09-26 10:24:36 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-boost-core"
} ,
{
"name" : "automattic/jetpack-boost-speed-score" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.3.9" ,
"version_normalized" : "0.3.9.0" ,
2023-09-26 10:24:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-boost-speed-score.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "c31b8a4131ef26bfb159ff87b0e5294326d75f3f"
2023-09-26 10:24:36 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/c31b8a4131ef26bfb159ff87b0e5294326d75f3f" ,
"reference" : "c31b8a4131ef26bfb159ff87b0e5294326d75f3f" ,
2023-09-26 10:24:36 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-boost-core" : "^0.2.6" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-09-26 10:24:36 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"brain/monkey" : "^2.6" ,
"yoast/phpunit-polyfills" : "1.1.0"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:07+00:00" ,
2023-09-26 10:24:36 +02: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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.3.x-dev"
2023-09-26 10:24:36 +02:00
} ,
"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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.9"
2023-09-26 10:24:36 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-boost-speed-score"
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-compat" ,
2024-04-17 11:32:24 +02:00
"version" : "v3.0.0" ,
"version_normalized" : "3.0.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-compat.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "5c6b54be2f5d4f0eca447da5cd0b7f74a50bce33"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-compat/zipball/5c6b54be2f5d4f0eca447da5cd0b7f74a50bce33" ,
"reference" : "5c6b54be2f5d4f0eca447da5cd0b7f74a50bce33" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2"
2023-05-23 23:18:12 +02:00
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
2020-12-10 14:04:11 +01:00
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:51:12+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-compat" ,
2022-06-16 14:01:47 +02:00
"textdomain" : "jetpack-compat" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-compat/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "3.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Compatibility layer with previous versions of Jetpack" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-compat/tree/v3.0.0"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-compat"
} ,
{
"name" : "automattic/jetpack-composer-plugin" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-composer-plugin.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "4c14db8b90c82b02b6530dacfc02f14e3432515b"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/4c14db8b90c82b02b6530dacfc02f14e3432515b" ,
"reference" : "4c14db8b90c82b02b6530dacfc02f14e3432515b" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
2023-12-07 09:44:11 +01:00
"composer-plugin-api" : "^2.1.0" ,
"php" : ">=7.0"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2023-01-25 20:43:46 +01:00
"composer/composer" : "^2.2 || ^2.4" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-04-02 10:26:41 +02:00
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-14T20:42:33+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "composer-plugin" ,
"extra" : {
2022-06-16 14:01:47 +02:00
"plugin-modifies-install-path" : true ,
2022-04-02 10:26:41 +02:00
"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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2022-04-02 10:26:41 +02: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-09-26 10:24:36 +02:00
"keywords" : [
"composer" ,
"i18n" ,
"jetpack" ,
"plugin"
] ,
2022-04-02 10:26:41 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.1"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../automattic/jetpack-composer-plugin"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-config" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-config.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "a839ddad47511ecacf0ace0e8bc9fd06fded53ed"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-config/zipball/a839ddad47511ecacf0ace0e8bc9fd06fded53ed" ,
"reference" : "a839ddad47511ecacf0ace0e8bc9fd06fded53ed" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1"
2021-04-27 08:32:47 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-14T20:42:31+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-config" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-config" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-config/tree/v2.0.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-config"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-connection" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.7.0" ,
"version_normalized" : "2.7.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-connection.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "acaf393f80445d3f12aba0e5afe4e7a2fa46c745"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-connection/zipball/acaf393f80445d3f12aba0e5afe4e7a2fa46c745" ,
"reference" : "acaf393f80445d3f12aba0e5afe4e7a2fa46c745" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.1" ,
"automattic/jetpack-admin-ui" : "^0.4.1" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-redirect" : "^2.0.1" ,
"automattic/jetpack-roles" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:19+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-connection" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-connection" ,
2021-08-17 08:33:07 +02:00
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "2.7.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"legacy" ,
2022-06-16 14:01:47 +02:00
"src/" ,
"src/webhooks"
2020-12-10 14:04:11 +01:00
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Everything needed to connect to the Jetpack infrastructure" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-connection/tree/v2.7.0"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-connection"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-constants" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-constants.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "b159a8777450721a2e898a80930be1fdf59bae92"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-constants/zipball/b159a8777450721a2e898a80930be1fdf59bae92" ,
"reference" : "b159a8777450721a2e898a80930be1fdf59bae92" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:13+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-constants" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-constants/tree/v2.0.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-constants"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-device-detection" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.1.2" ,
"version_normalized" : "2.1.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-device-detection.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "0a3f8c0f2c77dc2c73b212ac1563ca1feb0cf008"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/0a3f8c0f2c77dc2c73b212ac1563ca1feb0cf008" ,
"reference" : "0a3f8c0f2c77dc2c73b212ac1563ca1feb0cf008" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:10:30+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"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-17 11:32:24 +02:00
"dev-trunk" : "2.1.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.2"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-device-detection"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-error" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.2" ,
"version_normalized" : "2.0.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-error.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "bfa9ce4194cafd417e1c31e5e8975493d43a9214"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-error/zipball/bfa9ce4194cafd417e1c31e5e8975493d43a9214" ,
"reference" : "bfa9ce4194cafd417e1c31e5e8975493d43a9214" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:51:17+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-error" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Jetpack Error - a wrapper around WP_Error." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-error/tree/v2.0.2"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-error"
2020-12-10 14:04:11 +01:00
} ,
2023-04-26 17:39:43 +02:00
{
"name" : "automattic/jetpack-forms" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.30.13" ,
"version_normalized" : "0.30.13.0" ,
2023-04-26 17:39:43 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-forms.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "19e3a35f0f5cdef876a9cafaea209b775710c84b"
2023-04-26 17:39:43 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-forms/zipball/19e3a35f0f5cdef876a9cafaea209b775710c84b" ,
"reference" : "19e3a35f0f5cdef876a9cafaea209b775710c84b" ,
2023-04-26 17:39:43 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-blocks" : "^2.0.1" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-04-26 17:39:43 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
"automattic/jetpack-connection" : "^2.7.0" ,
2023-04-26 17:39:43 +02:00
"automattic/wordbless" : "^0.4.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2023-04-26 17:39:43 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:57+00:00" ,
2023-04-26 17:39:43 +02:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-forms" ,
"changelogger" : {
"link-template" : "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-16 11:03:01 +01:00
"dev-trunk" : "0.30.x-dev"
2023-04-26 17:39:43 +02:00
} ,
"textdomain" : "jetpack-forms" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-jetpack-forms.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Jetpack Forms" ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-forms/tree/v0.30.13"
2023-04-26 17:39:43 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-forms"
} ,
2020-12-10 14:04:11 +01:00
{
2022-06-16 14:01:47 +02:00
"name" : "automattic/jetpack-google-fonts-provider" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.7.2" ,
"version_normalized" : "0.7.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
2022-06-16 14:01:47 +02:00
"url" : "https://github.com/Automattic/jetpack-google-fonts-provider.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "1c05b24ad68ca06919e205dba09fc702ddf28b5c"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-google-fonts-provider/zipball/1c05b24ad68ca06919e205dba09fc702ddf28b5c" ,
"reference" : "1c05b24ad68ca06919e205dba09fc702ddf28b5c" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-06-16 14:01:47 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:10:32+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
2022-06-16 14:01:47 +02:00
"mirror-repo" : "Automattic/jetpack-google-fonts-provider" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
2022-06-16 14:01:47 +02:00
"link-template" : "https://github.com/Automattic/jetpack-google-fonts-provider/compare/v${old}...v${new}"
2021-04-27 08:32:47 +02:00
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.7.x-dev"
2022-06-16 14:01:47 +02:00
} ,
"textdomain" : "jetpack-google-fonts-provider"
2021-04-27 08:32:47 +02:00
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
2022-06-16 14:01:47 +02:00
"description" : "WordPress Webfonts provider for Google Fonts" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-google-fonts-provider/tree/v0.7.2"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-google-fonts-provider"
2020-12-10 14:04:11 +01:00
} ,
2021-07-23 11:58:50 +02:00
{
"name" : "automattic/jetpack-identity-crisis" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.18.1" ,
"version_normalized" : "0.18.1.0" ,
2021-07-23 11:58:50 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-identity-crisis.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "ae825483e69e8189a9b6bb2ff1a60d217252b390"
2021-07-23 11:58:50 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/ae825483e69e8189a9b6bb2ff1a60d217252b390" ,
"reference" : "ae825483e69e8189a9b6bb2ff1a60d217252b390" ,
2021-07-23 11:58:50 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-logo" : "^2.0.2" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2021-07-23 11:58:50 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2021-07-23 11:58:50 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-01T13:20:18+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-07-23 11:58:50 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-identity-crisis" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-idc" ,
2021-07-23 11:58:50 +02:00
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-identity-crisis.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.18.x-dev"
2021-07-23 11:58:50 +02:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Identity Crisis." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.18.1"
2021-07-23 11:58:50 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-identity-crisis"
2021-07-23 11:58:50 +02:00
} ,
2023-09-26 10:24:36 +02:00
{
"name" : "automattic/jetpack-image-cdn" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.3.3" ,
"version_normalized" : "0.3.3.0" ,
2023-09-26 10:24:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-image-cdn.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "5c84ea0923417d02d6083e65384f067b444ae54d"
2023-09-26 10:24:36 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-image-cdn/zipball/5c84ea0923417d02d6083e65384f067b444ae54d" ,
"reference" : "5c84ea0923417d02d6083e65384f067b444ae54d" ,
2023-09-26 10:24:36 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.4" ,
"automattic/jetpack-status" : "^2.1.2" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-09-26 10:24:36 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2023-09-26 10:24:36 +02:00
"automattic/wordbless" : "dev-master" ,
"yoast/phpunit-polyfills" : "1.1.0"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-15T05:27:12+00:00" ,
2023-09-26 10:24:36 +02:00
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/jetpack-image-cdn" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-image-cdn/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.3.x-dev"
2023-09-26 10:24:36 +02:00
} ,
"textdomain" : "jetpack-image-cdn" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-image-cdn.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Serve images through Jetpack's powerful CDN" ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-image-cdn/tree/v0.3.3"
2023-09-26 10:24:36 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-image-cdn"
} ,
2023-04-26 17:39:43 +02:00
{
"name" : "automattic/jetpack-import" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.8.2" ,
"version_normalized" : "0.8.2.0" ,
2023-04-26 17:39:43 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-import.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "8ab0bea406f3998a32710f2c54b00803369d65d7"
2023-04-26 17:39:43 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-import/zipball/8ab0bea406f3998a32710f2c54b00803369d65d7" ,
"reference" : "8ab0bea406f3998a32710f2c54b00803369d65d7" ,
2023-04-26 17:39:43 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.5.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2023-04-26 17:39:43 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-04-26 17:39:43 +02:00
"automattic/wordbless" : "dev-master" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2023-04-26 17:39:43 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:11:12+00:00" ,
2023-04-26 17:39:43 +02:00
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/jetpack-import" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-import/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.8.x-dev"
2023-04-26 17:39:43 +02:00
} ,
"textdomain" : "jetpack-import" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-main.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Set of REST API routes used in WPCOM Unified Importer." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-import/tree/v0.8.2"
2023-04-26 17:39:43 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-import"
} ,
{
"name" : "automattic/jetpack-ip" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.2.2" ,
"version_normalized" : "0.2.2.0" ,
2023-04-26 17:39:43 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-ip.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "b3efffb57901e236c3c1e7299b575563e1937013"
2023-04-26 17:39:43 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013" ,
"reference" : "b3efffb57901e236c3c1e7299b575563e1937013" ,
2023-04-26 17:39:43 +02:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2023-04-26 17:39:43 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2023-04-26 17:39:43 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2023-04-26 17:39:43 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:05+00:00" ,
2023-04-26 17:39:43 +02: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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.2.x-dev"
2023-04-26 17:39:43 +02: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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-ip/tree/v0.2.2"
2023-04-26 17:39:43 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-ip"
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-jitm" ,
2024-04-17 11:32:24 +02:00
"version" : "v3.1.3" ,
"version_normalized" : "3.1.3.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-jitm.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "d35d8ce20adb8715b3555b33cc4d6e8b2cba3168"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/d35d8ce20adb8715b3555b33cc4d6e8b2cba3168" ,
"reference" : "d35d8ce20adb8715b3555b33cc4d6e8b2cba3168" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.1" ,
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-device-detection" : "^2.1.2" ,
"automattic/jetpack-logo" : "^2.0.2" ,
"automattic/jetpack-redirect" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:43+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-jitm" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-jitm" ,
2021-04-27 08:32:47 +02:00
"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-17 11:32:24 +02:00
"dev-trunk" : "3.1.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-jitm/tree/v3.1.3"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-jitm"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-licensing" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.3" ,
"version_normalized" : "2.0.3.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-licensing.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "861eba6322289995ff68dba2b65c8de549b21f89"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/861eba6322289995ff68dba2b65c8de549b21f89" ,
"reference" : "861eba6322289995ff68dba2b65c8de549b21f89" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.6.2" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:52:09+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-licensing" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-licensing" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-licensing/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-licensing/tree/v2.0.3"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-licensing"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-logo" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.2" ,
"version_normalized" : "2.0.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-logo.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" ,
"reference" : "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:10:26+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-logo" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "A logo for Jetpack" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-logo/tree/v2.0.2"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-logo"
} ,
{
"name" : "automattic/jetpack-my-jetpack" ,
2024-04-17 11:32:24 +02:00
"version" : "v4.20.1.1" ,
"version_normalized" : "4.20.1.1" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-my-jetpack.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "3ba4d8b722a42894f92ce28a0abce3d41447c0a5"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/3ba4d8b722a42894f92ce28a0abce3d41447c0a5" ,
"reference" : "3ba4d8b722a42894f92ce28a0abce3d41447c0a5" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-admin-ui" : "^0.4.1" ,
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-boost-speed-score" : "^0.3.9" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-jitm" : "^3.1.3" ,
"automattic/jetpack-licensing" : "^2.0.3" ,
"automattic/jetpack-plans" : "^0.4.3" ,
"automattic/jetpack-plugins-installer" : "^0.3.3" ,
"automattic/jetpack-redirect" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
"automattic/jetpack-videopress" : "^0.23.12" ,
2022-04-02 10:26:41 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-04-02 10:26:41 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-03T13:29:47+00:00" ,
2022-04-02 10:26:41 +02: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-04-17 11:32:24 +02:00
"dev-trunk" : "4.20.x-dev"
2022-04-02 10:26:41 +02:00
} ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-initializer.php"
}
} ,
"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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.20.1.1"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-my-jetpack"
2020-12-10 14:04:11 +01:00
} ,
2021-04-27 08:32:47 +02:00
{
"name" : "automattic/jetpack-password-checker" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.3.1" ,
"version_normalized" : "0.3.1.0" ,
2021-04-27 08:32:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-password-checker.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "d9be23791e6f38debeacbf74174903f223ddfd89"
2021-04-27 08:32:47 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89" ,
"reference" : "d9be23791e6f38debeacbf74174903f223ddfd89" ,
2021-04-27 08:32:47 +02:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2021-04-27 08:32:47 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2021-04-27 08:32:47 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-14T20:42:38+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-password-checker" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-password-checker" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.3.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Password Checker." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-password-checker"
} ,
2022-12-15 17:41:53 +01:00
{
"name" : "automattic/jetpack-plans" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.4.3" ,
"version_normalized" : "0.4.3.0" ,
2022-12-15 17:41:53 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-plans.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "25fb43e22e9fe691f4c1c9e9af8056c31d898359"
2022-12-15 17:41:53 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-plans/zipball/25fb43e22e9fe691f4c1c9e9af8056c31d898359" ,
"reference" : "25fb43e22e9fe691f4c1c9e9af8056c31d898359" ,
2022-12-15 17:41:53 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.4.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-12-15 17:41:53 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
"automattic/jetpack-status" : "^2.1.2" ,
2022-12-15 17:41:53 +01:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-12-15 17:41:53 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:01:05+00:00" ,
2022-12-15 17:41:53 +01: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" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.4.x-dev"
2022-12-15 17:41:53 +01: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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-plans/tree/v0.4.3"
2022-12-15 17:41:53 +01:00
} ,
"install-path" : "../automattic/jetpack-plans"
} ,
2022-04-02 10:26:41 +02:00
{
"name" : "automattic/jetpack-plugins-installer" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.3.3" ,
"version_normalized" : "0.3.3.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-plugins-installer.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "6f6a7decb5b86356b21986b2bce0dfdc846bd4d9"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/6f6a7decb5b86356b21986b2bce0dfdc846bd4d9" ,
"reference" : "6f6a7decb5b86356b21986b2bce0dfdc846bd4d9" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-a8c-mc-stats" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-04-02 10:26:41 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-25T16:51:40+00:00" ,
2022-06-16 14:01:47 +02:00
"type" : "jetpack-library" ,
2022-04-02 10:26:41 +02:00
"extra" : {
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.3.x-dev"
2022-04-02 10:26:41 +02: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-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.3.3"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-plugins-installer"
} ,
2022-12-15 17:41:53 +01:00
{
"name" : "automattic/jetpack-post-list" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.6.1" ,
"version_normalized" : "0.6.1.0" ,
2022-12-15 17:41:53 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-post-list.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "7c077b71b7e84528f946dfc0b8e7fdc14aa2772d"
2022-12-15 17:41:53 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/7c077b71b7e84528f946dfc0b8e7fdc14aa2772d" ,
"reference" : "7c077b71b7e84528f946dfc0b8e7fdc14aa2772d" ,
2022-12-15 17:41:53 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.5" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-12-15 17:41:53 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-12-15 17:41:53 +01:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-12-15 17:41:53 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-18T17:11:05+00:00" ,
2022-12-15 17:41:53 +01:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-post-list" ,
"textdomain" : "jetpack-post-list" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-post-list.php"
} ,
"changelogger" : {
"link-template" : "https://github.com/automattic/jetpack-post-list/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.6.x-dev"
2022-12-15 17:41:53 +01:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Enhance the classic view of the Admin section of your WordPress site" ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-post-list/tree/v0.6.1"
2022-12-15 17:41:53 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-post-list"
} ,
2022-06-16 14:01:47 +02:00
{
"name" : "automattic/jetpack-publicize" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.42.8" ,
"version_normalized" : "0.42.8.0" ,
2022-06-16 14:01:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-publicize.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "9a4f46a16b4a0087590571f100e1666f64b7dd30"
2022-06-16 14:01:47 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/9a4f46a16b4a0087590571f100e1666f64b7dd30" ,
"reference" : "9a4f46a16b4a0087590571f100e1666f64b7dd30" ,
2022-06-16 14:01:47 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-autoloader" : "^3.0.4" ,
"automattic/jetpack-config" : "^2.0.1" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-plans" : "^0.4.3" ,
"automattic/jetpack-redirect" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-06-16 14:01:47 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-04-26 17:39:43 +02:00
"automattic/wordbless" : "0.4.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-06-16 14:01:47 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:47+00:00" ,
2022-06-16 14:01:47 +02:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-publicize" ,
"textdomain" : "jetpack-publicize-pkg" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-publicize/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.42.x-dev"
2022-06-16 14:01:47 +02:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
2023-04-26 17:39:43 +02:00
"files" : [
"src/social-image-generator/utilities.php"
] ,
2022-06-16 14:01:47 +02:00
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Publicize makes it easy to share your site’ s posts on several social media networks automatically when you publish a new post." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-publicize/tree/v0.42.8"
2022-06-16 14:01:47 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-publicize"
2021-04-27 08:32:47 +02:00
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-redirect" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-redirect.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "24742b555faf49ec811e263653da898184c72366"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/24742b555faf49ec811e263653da898184c72366" ,
"reference" : "24742b555faf49ec811e263653da898184c72366" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-status" : "^2.1.2" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:44+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-redirect" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-redirect/tree/v2.0.1"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-redirect"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-roles" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.0.1" ,
"version_normalized" : "2.0.1.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-roles.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "a9b52f59a3c32b6413e6aa859a6a964ba969eec9"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-roles/zipball/a9b52f59a3c32b6413e6aa859a6a964ba969eec9" ,
"reference" : "a9b52f59a3c32b6413e6aa859a6a964ba969eec9" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2023-12-07 09:44:11 +01:00
"require" : {
"php" : ">=7.0"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-12T22:00:06+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-roles" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "2.0.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-roles/tree/v2.0.1"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-roles"
} ,
{
"name" : "automattic/jetpack-search" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.43.8" ,
"version_normalized" : "0.43.8.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-search.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "3c5e7fa831b0091598c4f7de21a229643bf2f63a"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-search/zipball/3c5e7fa831b0091598c4f7de21a229643bf2f63a" ,
"reference" : "3c5e7fa831b0091598c4f7de21a229643bf2f63a" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-config" : "^2.0.1" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-my-jetpack" : "^4.19.0" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-04-26 17:39:43 +02:00
"automattic/wordbless" : "0.4.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-04-02 10:26:41 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:43:06+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-search" ,
"textdomain" : "jetpack-search-pkg" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-search/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-16 11:03:01 +01:00
"dev-trunk" : "0.43.x-dev"
2022-04-02 10:26:41 +02:00
} ,
"version-constants" : {
2022-06-16 14:01:47 +02:00
"::VERSION" : "src/class-package.php"
2022-04-02 10:26:41 +02:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Tools to assist with enabling cloud search for Jetpack sites." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-search/tree/v0.43.8"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-search"
2020-12-10 14:04:11 +01:00
} ,
2022-12-15 17:41:53 +01:00
{
"name" : "automattic/jetpack-stats" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.12.0" ,
"version_normalized" : "0.12.0.0" ,
2022-12-15 17:41:53 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-stats.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "6d2b02529370ceb49788ce4147806ac7571fd840"
2022-12-15 17:41:53 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-stats/zipball/6d2b02529370ceb49788ce4147806ac7571fd840" ,
"reference" : "6d2b02529370ceb49788ce4147806ac7571fd840" ,
2022-12-15 17:41:53 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-12-15 17:41:53 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-12-15 17:41:53 +01:00
"automattic/wordbless" : "dev-master" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-12-15 17:41:53 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-01T13:20:04+00:00" ,
2022-12-15 17:41:53 +01:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-stats" ,
2024-04-17 11:32:24 +02:00
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
2022-12-15 17:41:53 +01:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.12.x-dev"
2022-12-15 17:41:53 +01:00
} ,
"textdomain" : "jetpack-stats"
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Collect valuable traffic stats and insights." ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-stats/tree/v0.12.0"
2022-12-15 17:41:53 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-stats"
} ,
{
"name" : "automattic/jetpack-stats-admin" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.18.0" ,
"version_normalized" : "0.18.0.0" ,
2022-12-15 17:41:53 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-stats-admin.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "621159920c10681fdb723833494d8504bc34dbb2"
2022-12-15 17:41:53 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/621159920c10681fdb723833494d8504bc34dbb2" ,
"reference" : "621159920c10681fdb723833494d8504bc34dbb2" ,
2022-12-15 17:41:53 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-jitm" : "^3.1.3" ,
"automattic/jetpack-plans" : "^0.4.3" ,
"automattic/jetpack-stats" : "^0.12.0" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-12-15 17:41:53 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-12-15 17:41:53 +01:00
"automattic/wordbless" : "dev-master" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-12-15 17:41:53 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-01T13:20:13+00:00" ,
2022-12-15 17:41:53 +01:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-stats-admin" ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.18.x-dev"
2022-12-15 17:41:53 +01:00
} ,
"textdomain" : "jetpack-stats-admin" ,
"version-constants" : {
"::VERSION" : "src/class-main.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Stats Dashboard" ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-stats-admin/tree/v0.18.0"
2022-12-15 17:41:53 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-stats-admin"
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-status" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.2.0" ,
"version_normalized" : "2.2.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-status.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "c4ce2b72dd5aa4755516584f8017e26aeb2c9da7"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-status/zipball/c4ce2b72dd5aa4755516584f8017e26aeb2c9da7" ,
"reference" : "c4ce2b72dd5aa4755516584f8017e26aeb2c9da7" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2022-04-02 10:26:41 +02:00
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-constants" : "^2.0.1" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-04-02 10:26:41 +02:00
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
"automattic/jetpack-ip" : "^0.2.2" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-22T13:29:51+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"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-04-17 11:32:24 +02:00
"dev-trunk" : "2.2.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-status/tree/v2.2.0"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-status"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-sync" ,
2024-04-17 11:32:24 +02:00
"version" : "v2.10.5" ,
"version_normalized" : "2.10.5.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-sync.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "72e159ca2409f85be5eb5c420a532626ecb18bf5"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-sync/zipball/72e159ca2409f85be5eb5c420a532626ecb18bf5" ,
"reference" : "72e159ca2409f85be5eb5c420a532626ecb18bf5" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-identity-crisis" : "^0.18.0" ,
"automattic/jetpack-ip" : "^0.2.2" ,
"automattic/jetpack-password-checker" : "^0.3.1" ,
"automattic/jetpack-roles" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2021-04-27 08:32:47 +02:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-29T02:48:14+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2021-07-23 11:58:50 +02:00
"autotagger" : true ,
2021-04-27 08:32:47 +02:00
"mirror-repo" : "Automattic/jetpack-sync" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-sync" ,
2021-08-17 08:33:07 +02:00
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "2.10.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01: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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-sync/tree/v2.10.5"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-sync"
2020-12-10 14:04:11 +01:00
} ,
2022-12-15 17:41:53 +01:00
{
"name" : "automattic/jetpack-videopress" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.23.12" ,
"version_normalized" : "0.23.12.0" ,
2022-12-15 17:41:53 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-videopress.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "9094d54452ea4f8b101d4c09f9e941361fe28a95"
2022-12-15 17:41:53 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-videopress/zipball/9094d54452ea4f8b101d4c09f9e941361fe28a95" ,
"reference" : "9094d54452ea4f8b101d4c09f9e941361fe28a95" ,
2022-12-15 17:41:53 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-admin-ui" : "^0.4.1" ,
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-plans" : "^0.4.3" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2022-12-15 17:41:53 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2022-12-15 17:41:53 +01:00
"automattic/wordbless" : "@dev" ,
"brain/monkey" : "2.6.1" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2022-12-15 17:41:53 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:56+00:00" ,
2022-12-15 17:41:53 +01:00
"type" : "jetpack-library" ,
"extra" : {
"autotagger" : true ,
"mirror-repo" : "Automattic/jetpack-videopress" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-videopress/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2024-02-16 11:03:01 +01:00
"dev-trunk" : "0.23.x-dev"
2022-12-15 17:41:53 +01:00
} ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-package-version.php"
} ,
"textdomain" : "jetpack-videopress-pkg"
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "VideoPress package" ,
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-videopress/tree/v0.23.12"
2022-12-15 17:41:53 +01:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-videopress"
} ,
2020-12-10 14:04:11 +01:00
{
2022-06-16 14:01:47 +02:00
"name" : "automattic/jetpack-waf" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.16.1.1" ,
"version_normalized" : "0.16.1.1" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
2022-06-16 14:01:47 +02:00
"url" : "https://github.com/Automattic/jetpack-waf.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "306846aba3c9513ef0e785b6862f4e05a0c1b074"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-waf/zipball/306846aba3c9513ef0e785b6862f4e05a0c1b074" ,
"reference" : "306846aba3c9513ef0e785b6862f4e05a0c1b074" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-ip" : "^0.2.2" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0" ,
2022-06-16 14:01:47 +02:00
"wikimedia/aho-corasick" : "^1.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-04-26 17:39:43 +02:00
"automattic/wordbless" : "@dev" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-04-10T19:41:53+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
"autotagger" : true ,
2022-06-16 14:01:47 +02:00
"mirror-repo" : "Automattic/jetpack-waf" ,
"textdomain" : "jetpack-waf" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
2022-06-16 14:01:47 +02:00
"link-template" : "https://github.com/Automattic/jetpack-waf/compare/v${old}...v${new}"
2021-04-27 08:32:47 +02:00
} ,
"branch-alias" : {
2024-04-17 11:32:24 +02:00
"dev-trunk" : "0.16.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
2022-06-16 14:01:47 +02:00
"files" : [
"cli.php"
] ,
2020-12-10 14:04:11 +01:00
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
2022-06-16 14:01:47 +02:00
"description" : "Tools to assist with the Jetpack Web Application Firewall" ,
2021-04-27 08:32:47 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-waf/tree/v0.16.1.1"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-waf"
2020-12-10 14:04:11 +01:00
} ,
{
2022-06-16 14:01:47 +02:00
"name" : "automattic/jetpack-wordads" ,
2024-04-17 11:32:24 +02:00
"version" : "v0.3.13" ,
"version_normalized" : "0.3.13.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
2022-06-16 14:01:47 +02:00
"url" : "https://github.com/Automattic/jetpack-wordads.git" ,
2024-04-17 11:32:24 +02:00
"reference" : "26be44547e55a6d3d0ea2cee0eb90b4651ecdc00"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2024-04-17 11:32:24 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/26be44547e55a6d3d0ea2cee0eb90b4651ecdc00" ,
"reference" : "26be44547e55a6d3d0ea2cee0eb90b4651ecdc00" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-assets" : "^2.1.6" ,
"automattic/jetpack-config" : "^2.0.1" ,
"automattic/jetpack-connection" : "^2.7.0" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"automattic/jetpack-status" : "^2.2.0" ,
2023-12-07 09:44:11 +01:00
"php" : ">=7.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2024-04-17 11:32:24 +02:00
"automattic/jetpack-changelogger" : "^4.1.2" ,
2023-09-26 10:24:36 +02:00
"yoast/phpunit-polyfills" : "1.1.0"
2020-12-10 14:04:11 +01:00
} ,
2023-05-23 23:18:12 +02:00
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
2024-04-17 11:32:24 +02:00
"time" : "2024-03-27T09:42:54+00:00" ,
2022-04-02 10:26:41 +02:00
"type" : "jetpack-library" ,
2021-04-27 08:32:47 +02:00
"extra" : {
2022-06-16 14:01:47 +02:00
"mirror-repo" : "Automattic/jetpack-wordads" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
2022-06-16 14:01:47 +02:00
"link-template" : "https://github.com/Automattic/jetpack-wordads/compare/v${old}...v${new}"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"autotagger" : true ,
"branch-alias" : {
2023-12-07 09:44:11 +01:00
"dev-trunk" : "0.3.x-dev"
2022-06-16 14:01:47 +02:00
} ,
"textdomain" : "jetpack-wordads" ,
"version-constants" : {
"::VERSION" : "src/class-package.php"
2022-04-02 10:26:41 +02:00
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
2022-06-16 14:01:47 +02:00
"description" : "Earn income by allowing Jetpack to display high quality ads." ,
2022-04-02 10:26:41 +02:00
"support" : {
2024-04-17 11:32:24 +02:00
"source" : "https://github.com/Automattic/jetpack-wordads/tree/v0.3.13"
2022-04-02 10:26:41 +02:00
} ,
2022-06-16 14:01:47 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-wordads"
2020-12-10 14:04:11 +01:00
} ,
2024-04-17 11:32:24 +02:00
{
"name" : "automattic/woocommerce-analytics" ,
"version" : "v0.1.2" ,
"version_normalized" : "0.1.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/woocommerce-analytics.git" ,
"reference" : "112a851d2a53e82904b8227d4814591917963174"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Automattic/woocommerce-analytics/zipball/112a851d2a53e82904b8227d4814591917963174" ,
"reference" : "112a851d2a53e82904b8227d4814591917963174" ,
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-connection" : "^2.6.2" ,
"automattic/jetpack-constants" : "^2.0.1" ,
"php" : ">=7.0"
} ,
"require-dev" : {
"automattic/jetpack-changelogger" : "^4.1.2" ,
"yoast/phpunit-polyfills" : "1.1.0"
} ,
"suggest" : {
"automattic/jetpack-autoloader" : "Allow for better interoperability with other plugins that use this package."
} ,
"time" : "2024-03-25T16:52:02+00:00" ,
"type" : "jetpack-library" ,
"extra" : {
"mirror-repo" : "Automattic/woocommerce-analytics" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/woocommerce-analytics/compare/v${old}...v${new}"
} ,
"autotagger" : true ,
"branch-alias" : {
"dev-trunk" : "0.1.x-dev"
} ,
"textdomain" : "woocommerce-analytics" ,
"version-constants" : {
"::PACKAGE_VERSION" : "src/class-woocommerce-analytics.php"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Enhanced analytics for WooCommerce users." ,
"support" : {
"source" : "https://github.com/Automattic/woocommerce-analytics/tree/v0.1.2"
} ,
"install-path" : "../../jetpack_vendor/automattic/woocommerce-analytics"
} ,
2023-12-07 09:44:11 +01:00
{
"name" : "scssphp/scssphp" ,
"version" : "v1.12.0" ,
"version_normalized" : "1.12.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/scssphp/scssphp.git" ,
"reference" : "a6b20c170ddb95f116b3d148a466a7bed1e85c35"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35" ,
"reference" : "a6b20c170ddb95f116b3d148a466a7bed1e85c35" ,
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-json" : "*" ,
"php" : ">=5.6.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.4" ,
"phpunit/phpunit" : "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4" ,
"sass/sass-spec" : "*" ,
"squizlabs/php_codesniffer" : "~3.5" ,
"symfony/phpunit-bridge" : "^5.1" ,
"thoughtbot/bourbon" : "^7.0" ,
"twbs/bootstrap" : "~5.0" ,
"twbs/bootstrap4" : "4.6.1" ,
"zurb/foundation" : "~6.7.0"
} ,
"suggest" : {
"ext-iconv" : "Can be used as fallback when ext-mbstring is not available" ,
"ext-mbstring" : "For best performance, mbstring should be installed as it is faster than ext-iconv"
} ,
"time" : "2023-11-14T14:56:09+00:00" ,
"bin" : [
"bin/pscss"
] ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
"forward-command" : false ,
"bin-links" : false
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"ScssPhp\\ScssPhp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Anthon Pang" ,
"email" : "apang@softwaredevelopment.ca" ,
"homepage" : "https://github.com/robocoder"
} ,
{
"name" : "Cédric Morin" ,
"email" : "cedric@yterium.com" ,
"homepage" : "https://github.com/Cerdic"
}
] ,
"description" : "scssphp is a compiler for SCSS written in PHP." ,
"homepage" : "http://scssphp.github.io/scssphp/" ,
"keywords" : [
"css" ,
"less" ,
"sass" ,
"scss" ,
"stylesheet"
] ,
"support" : {
"issues" : "https://github.com/scssphp/scssphp/issues" ,
"source" : "https://github.com/scssphp/scssphp/tree/v1.12.0"
} ,
"install-path" : "../scssphp/scssphp"
} ,
2022-04-02 10:26:41 +02:00
{
"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"
2020-12-10 14:04:11 +01:00
}
] ,
"dev" : false ,
"dev-package-names" : [ ]
}