2020-12-10 14:04:11 +01:00
{
"packages" : [
{
"name" : "automattic/jetpack-a8c-mc-stats" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.4.13" ,
"version_normalized" : "1.4.13.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-a8c-mc-stats.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "64ee9a83861c6b2c8744e2ebc25157806f3548e0"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64ee9a83861c6b2c8744e2ebc25157806f3548e0" ,
"reference" : "64ee9a83861c6b2c8744e2ebc25157806f3548e0" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:27+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" : {
"dev-master" : "1.4.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.13"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.10.0" ,
"version_normalized" : "1.10.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-abtest.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "06455abc621f3e41d316dc5d98f3c9cd8fb39e12"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/06455abc621f3e41d316dc5d98f3c9cd8fb39e12" ,
"reference" : "06455abc621f3e41d316dc5d98f3c9cd8fb39e12" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-error" : "^1.3"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "dev-master" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-04T14:50: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-abtest" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-abtest/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.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"
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-abtest/tree/v1.10.0"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-abtest"
} ,
{
"name" : "automattic/jetpack-admin-ui" ,
2022-06-16 14:01:47 +02:00
"version" : "v0.2.7" ,
"version_normalized" : "0.2.7.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-admin-ui.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "56a60ee4d03ac2be62cb341e3df0f2fb5cc851f8"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/56a60ee4d03ac2be62cb341e3df0f2fb5cc851f8" ,
"reference" : "56a60ee4d03ac2be62cb341e3df0f2fb5cc851f8" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"automattic/wordbless" : "dev-master" ,
"yoast/phpunit-polyfills" : "1.0.3"
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:43+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" : {
"dev-master" : "0.2.x-dev"
} ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.7"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.17.14" ,
"version_normalized" : "1.17.14.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-assets.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "ed3776e0eeefc9afc5eb6cac286c57d05c9af0e1"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ed3776e0eeefc9afc5eb6cac286c57d05c9af0e1" ,
"reference" : "ed3776e0eeefc9afc5eb6cac286c57d05c9af0e1" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2021-04-27 08:32:47 +02:00
"automattic/jetpack-constants" : "^1.6"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
2022-06-16 14:01:47 +02:00
"wikimedia/testing-access-wrapper" : "^1.0 || ^2.0" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:11:59+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" : {
2022-04-02 10:26:41 +02:00
"dev-master" : "1.17.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-assets/tree/v1.17.14"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v2.11.5" ,
"version_normalized" : "2.11.5.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-autoloader.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "664c7cf0ff94b4f2f7c5b359bef3616822004a04"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/664c7cf0ff94b4f2f7c5b359bef3616822004a04" ,
"reference" : "664c7cf0ff94b4f2f7c5b359bef3616822004a04" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
"composer-plugin-api" : "^1.1 || ^2.0"
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:11:44+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}"
} ,
"branch-alias" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "2.11.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." ,
2021-04-27 08:32:47 +02:00
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-autoloader/tree/v2.11.5"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.3.7" ,
"version_normalized" : "1.3.7.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-backup.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "851c40b1246334d2013e807d7921eadb8c283b8a"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-backup/zipball/851c40b1246334d2013e807d7921eadb8c283b8a" ,
"reference" : "851c40b1246334d2013e807d7921eadb8c283b8a" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2021-07-23 11:58:50 +02:00
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-admin-ui" : "^0.2" ,
"automattic/jetpack-assets" : "^1.17" ,
"automattic/jetpack-autoloader" : "^2.11" ,
"automattic/jetpack-composer-plugin" : "^1.1" ,
"automattic/jetpack-config" : "^1.9" ,
"automattic/jetpack-connection" : "^1.40" ,
"automattic/jetpack-connection-ui" : "^2.4" ,
"automattic/jetpack-identity-crisis" : "^0.8" ,
"automattic/jetpack-my-jetpack" : "^1.6" ,
"automattic/jetpack-status" : "^1.13" ,
"automattic/jetpack-sync" : "^1.35"
2021-07-23 11:58:50 +02:00
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-31T07:18:21+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-backup/tree/v1.3.7"
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
} ,
{
"name" : "automattic/jetpack-blocks" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.4.12" ,
"version_normalized" : "1.4.12.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-blocks.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "e2a4667afc36fea9fcb9ceea1dbea63b58949aff"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/e2a4667afc36fea9fcb9ceea1dbea63b58949aff" ,
"reference" : "e2a4667afc36fea9fcb9ceea1dbea63b58949aff" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
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" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:42+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" : {
2021-07-23 11:58:50 +02:00
"dev-master" : "1.4.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-blocks/tree/v1.4.12"
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
} ,
{
"name" : "automattic/jetpack-compat" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.7.2" ,
"version_normalized" : "1.7.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-compat.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "9043abf2a605100417724da6b57bdd8fb2cca107"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-compat/zipball/9043abf2a605100417724da6b57bdd8fb2cca107" ,
"reference" : "9043abf2a605100417724da6b57bdd8fb2cca107" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:11:18+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.7.x-dev"
2021-04-27 08:32:47 +02:00
}
} ,
2020-12-10 14:04:11 +01:00
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"functions.php"
] ,
"classmap" : [
"legacy"
]
} ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-compat/tree/v1.7.2"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.1.2" ,
"version_normalized" : "1.1.2.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-composer-plugin.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "8c2c1fc978eb0595623692707c71e7001c178be7"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/8c2c1fc978eb0595623692707c71e7001c178be7" ,
"reference" : "8c2c1fc978eb0595623692707c71e7001c178be7" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
"composer-plugin-api" : "^2.1.0"
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
"composer/composer" : "2.2.12" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:40+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" : {
"dev-master" : "1.1.x-dev"
}
} ,
"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." ,
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.2"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.9.0" ,
"version_normalized" : "1.9.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-config.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "415d06ba5363b2b204d4763aa4d65bfbdd4b769a"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-config/zipball/415d06ba5363b2b204d4763aa4d65bfbdd4b769a" ,
"reference" : "415d06ba5363b2b204d4763aa4d65bfbdd4b769a" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:11:22+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.9.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-config/tree/v1.9.0"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.40.4" ,
"version_normalized" : "1.40.4.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-connection.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "961e78895e2add4b6cac41829cdfc0994cf7da64"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-connection/zipball/961e78895e2add4b6cac41829cdfc0994cf7da64" ,
"reference" : "961e78895e2add4b6cac41829cdfc0994cf7da64" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2021-07-23 11:58:50 +02:00
"automattic/jetpack-a8c-mc-stats" : "^1.4" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-admin-ui" : "^0.2" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-constants" : "^1.6" ,
2021-07-23 11:58:50 +02:00
"automattic/jetpack-redirect" : "^1.7" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-roles" : "^1.4" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-24T14:04:16+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.40.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-connection/tree/v1.40.4"
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
} ,
2021-04-27 08:32:47 +02:00
{
"name" : "automattic/jetpack-connection-ui" ,
2022-06-16 14:01:47 +02:00
"version" : "v2.4.5" ,
"version_normalized" : "2.4.5.0" ,
2021-04-27 08:32:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-connection-ui.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "7cd96f53c9a2c5101d67751cee2011e586a18b4d"
2021-04-27 08:32:47 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-connection-ui/zipball/7cd96f53c9a2c5101d67751cee2011e586a18b4d" ,
"reference" : "7cd96f53c9a2c5101d67751cee2011e586a18b4d" ,
2021-04-27 08:32:47 +02:00
"shasum" : ""
} ,
"require" : {
2022-04-02 10:26:41 +02:00
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
2021-07-23 11:58:50 +02:00
"automattic/jetpack-constants" : "^1.6" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-device-detection" : "^1.4" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-identity-crisis" : "^0.8"
2021-04-27 08:32:47 +02:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-31T07:18:13+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-connection-ui" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-connection-ui" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-connection-ui/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "2.4.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" : "Jetpack Connection UI" ,
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-connection-ui/tree/v2.4.5"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-connection-ui"
2021-04-27 08:32:47 +02:00
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-constants" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.6.16" ,
"version_normalized" : "1.6.16.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-constants.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "f719d15636026c2e47d927a24edc54898d859a0e"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f719d15636026c2e47d927a24edc54898d859a0e" ,
"reference" : "f719d15636026c2e47d927a24edc54898d859a0e" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:36+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" : {
"dev-master" : "1.6.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-constants/tree/v1.6.16"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.4.16" ,
"version_normalized" : "1.4.16.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-device-detection.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "cd6ffd506a1d24a6d843e999e42320a15c4af697"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/cd6ffd506a1d24a6d843e999e42320a15c4af697" ,
"reference" : "cd6ffd506a1d24a6d843e999e42320a15c4af697" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:25+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" : {
"dev-master" : "1.4.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.16"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.3.14" ,
"version_normalized" : "1.3.14.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-error.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "27ee4d53cc6df699ee80c9d956a09466ff10c522"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-error/zipball/27ee4d53cc6df699ee80c9d956a09466ff10c522" ,
"reference" : "27ee4d53cc6df699ee80c9d956a09466ff10c522" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33: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-error" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-error/compare/v${old}...v${new}"
} ,
"branch-alias" : {
"dev-master" : "1.3.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-error/tree/v1.3.14"
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
} ,
{
2022-06-16 14:01:47 +02:00
"name" : "automattic/jetpack-google-fonts-provider" ,
"version" : "v0.3.0" ,
"version_normalized" : "0.3.0.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" ,
"reference" : "cc26c71d0156bcdce80552cb7f084c23b5fe7be4"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-google-fonts-provider/zipball/cc26c71d0156bcdce80552cb7f084c23b5fe7be4" ,
"reference" : "cc26c71d0156bcdce80552cb7f084c23b5fe7be4" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33: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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "0.3.x-dev"
} ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-google-fonts-provider/tree/v0.3.0"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v0.8.12" ,
"version_normalized" : "0.8.12.0" ,
2021-07-23 11:58:50 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-identity-crisis.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "413d54acd9ff71cb1ddc8c354f9fb8c784223ae6"
2021-07-23 11:58:50 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/413d54acd9ff71cb1ddc8c354f9fb8c784223ae6" ,
"reference" : "413d54acd9ff71cb1ddc8c354f9fb8c784223ae6" ,
2021-07-23 11:58:50 +02:00
"shasum" : ""
} ,
"require" : {
2022-04-02 10:26:41 +02:00
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
2021-07-23 11:58:50 +02:00
"automattic/jetpack-constants" : "^1.6" ,
"automattic/jetpack-logo" : "^1.5" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2021-07-23 11:58:50 +02:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2021-07-23 11:58:50 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-30T21:28:24+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "0.8.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.8.12"
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
} ,
2020-12-10 14:04:11 +01:00
{
"name" : "automattic/jetpack-jitm" ,
2022-06-16 14:01:47 +02:00
"version" : "v2.2.17" ,
"version_normalized" : "2.2.17.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-jitm.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "565f134bfd39d818fab662c3870f6209ec0fdb15"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/565f134bfd39d818fab662c3870f6209ec0fdb15" ,
"reference" : "565f134bfd39d818fab662c3870f6209ec0fdb15" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2021-07-23 11:58:50 +02:00
"automattic/jetpack-a8c-mc-stats" : "^1.4" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
2021-07-23 11:58:50 +02:00
"automattic/jetpack-device-detection" : "^1.4" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-logo" : "^1.5" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-partner" : "^1.7" ,
2021-07-23 11:58:50 +02:00
"automattic/jetpack-redirect" : "^1.7" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:12:19+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" : {
2022-04-02 10:26:41 +02:00
"dev-master" : "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" : "Just in time messages for Jetpack" ,
2021-04-27 08:32:47 +02:00
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-jitm/tree/v2.2.17"
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-lazy-images" ,
2022-06-16 14:01:47 +02:00
"version" : "v2.1.15" ,
"version_normalized" : "2.1.15.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-lazy-images.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "d3fdf40a4671e2a51271e538eab0f3b7e9815298"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-lazy-images/zipball/d3fdf40a4671e2a51271e538eab0f3b7e9815298" ,
"reference" : "d3fdf40a4671e2a51271e538eab0f3b7e9815298" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-04-02 10:26:41 +02:00
"automattic/jetpack-assets" : "^1.17" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-constants" : "^1.6"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "dev-master" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-24T14:04:18+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-lazy-images" ,
2022-04-02 10:26:41 +02:00
"textdomain" : "jetpack-lazy-images" ,
2021-04-27 08:32:47 +02:00
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-lazy-images/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2022-04-02 10:26:41 +02:00
"dev-master" : "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" : "Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once." ,
2021-04-27 08:32:47 +02:00
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-lazy-images/tree/v2.1.15"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-lazy-images"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-licensing" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.7.2" ,
"version_normalized" : "1.7.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-licensing.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "56c1b6f4edf9b5f05abbb788fd0c928a3ad80010"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/56c1b6f4edf9b5f05abbb788fd0c928a3ad80010" ,
"reference" : "56c1b6f4edf9b5f05abbb788fd0c928a3ad80010" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2020-12-10 14:04:11 +01:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-04T14:50: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-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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.7.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-licensing/tree/v1.7.2"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.5.15" ,
"version_normalized" : "1.5.15.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-logo.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "bd09da63f76bce1ca867a119d0da7ecdfaf8f183"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-logo/zipball/bd09da63f76bce1ca867a119d0da7ecdfaf8f183" ,
"reference" : "bd09da63f76bce1ca867a119d0da7ecdfaf8f183" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33: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-logo" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-logo/compare/v${old}...v${new}"
} ,
"branch-alias" : {
"dev-master" : "1.5.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-logo/tree/v1.5.15"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.6.0" ,
"version_normalized" : "1.6.0.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-my-jetpack.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "45ba066ecc2fd574d4a06ea6922c4cc681049622"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/45ba066ecc2fd574d4a06ea6922c4cc681049622" ,
"reference" : "45ba066ecc2fd574d4a06ea6922c4cc681049622" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-admin-ui" : "^0.2" ,
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
"automattic/jetpack-licensing" : "^1.7" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-plugins-installer" : "^0.1" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-redirect" : "^1.7"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-constants" : "^1.6" ,
"automattic/wordbless" : "@dev" ,
"yoast/phpunit-polyfills" : "1.0.3"
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-30T21:28:29+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.6.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-my-jetpack/tree/v1.6.0"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-my-jetpack"
2020-12-10 14:04:11 +01:00
} ,
{
"name" : "automattic/jetpack-partner" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.7.9" ,
"version_normalized" : "1.7.9.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-partner.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "e0661ea46306f9063d160987e29a23b4bbeb8f57"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-partner/zipball/e0661ea46306f9063d160987e29a23b4bbeb8f57" ,
"reference" : "e0661ea46306f9063d160987e29a23b4bbeb8f57" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2022-04-02 10:26:41 +02:00
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
"automattic/jetpack-status" : "^1.13"
2022-04-02 10:26:41 +02:00
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"automattic/wordbless" : "@dev" ,
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-18T11:12:11+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-partner" ,
"changelogger" : {
"link-template" : "https://github.com/Automattic/jetpack-partner/compare/v${old}...v${new}"
} ,
"branch-alias" : {
2022-04-02 10:26:41 +02:00
"dev-master" : "1.7.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" : "Support functions for Jetpack hosting partners." ,
2021-04-27 08:32:47 +02:00
"support" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-partner/tree/v1.7.9"
2021-04-27 08:32:47 +02:00
} ,
2022-04-02 10:26:41 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-partner"
2020-12-10 14:04:11 +01:00
} ,
2021-04-27 08:32:47 +02:00
{
"name" : "automattic/jetpack-password-checker" ,
2022-06-16 14:01:47 +02:00
"version" : "v0.2.4" ,
"version_normalized" : "0.2.4.0" ,
2021-04-27 08:32:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-password-checker.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "564abb217f8ebb7291da9c7a080e23a47379393e"
2021-04-27 08:32:47 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/564abb217f8ebb7291da9c7a080e23a47379393e" ,
"reference" : "564abb217f8ebb7291da9c7a080e23a47379393e" ,
2021-04-27 08:32:47 +02:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2021-04-27 08:32:47 +02:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:41+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" : {
2022-04-02 10:26:41 +02:00
"dev-master" : "0.2.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.4"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-password-checker"
} ,
{
"name" : "automattic/jetpack-plugins-installer" ,
2022-06-16 14:01:47 +02:00
"version" : "v0.1.2" ,
"version_normalized" : "0.1.2.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-plugins-installer.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "fb2f833a85f7f9dcc096538fa6a809a66a12cc82"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/fb2f833a85f7f9dcc096538fa6a809a66a12cc82" ,
"reference" : "fb2f833a85f7f9dcc096538fa6a809a66a12cc82" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-a8c-mc-stats" : "^1.4"
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:46+00:00" ,
"type" : "jetpack-library" ,
2022-04-02 10:26:41 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "0.1.x-dev"
} ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.1.2"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"install-path" : "../../jetpack_vendor/automattic/jetpack-plugins-installer"
} ,
{
"name" : "automattic/jetpack-publicize" ,
"version" : "v0.5.0" ,
"version_normalized" : "0.5.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-publicize.git" ,
"reference" : "dc151f2e47e72077ac5734122a99854c291dd386"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/dc151f2e47e72077ac5734122a99854c291dd386" ,
"reference" : "dc151f2e47e72077ac5734122a99854c291dd386" ,
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-autoloader" : "^2.11" ,
"automattic/jetpack-config" : "^1.9" ,
"automattic/jetpack-connection" : "^1.40"
} ,
"require-dev" : {
"automattic/jetpack-changelogger" : "^3.1" ,
"automattic/wordbless" : "0.3.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
} ,
"time" : "2022-05-31T07:18:05+00: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" : {
"dev-master" : "0.5.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"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" : {
"source" : "https://github.com/Automattic/jetpack-publicize/tree/v0.5.0"
} ,
"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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.7.15" ,
"version_normalized" : "1.7.15.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-redirect.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "d9c416ba23831cce2608c6fd689754f15dcb8498"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/d9c416ba23831cce2608c6fd689754f15dcb8498" ,
"reference" : "d9c416ba23831cce2608c6fd689754f15dcb8498" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-10T11:30:40+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" : {
2021-07-23 11:58:50 +02:00
"dev-master" : "1.7.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-redirect/tree/v1.7.15"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.4.15" ,
"version_normalized" : "1.4.15.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-roles.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "6ffbb2fef269334e3528380bfd7a064e3c904dce"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-roles/zipball/6ffbb2fef269334e3528380bfd7a064e3c904dce" ,
"reference" : "6ffbb2fef269334e3528380bfd7a064e3c904dce" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-04-26T14:33:35+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" : {
"dev-master" : "1.4.x-dev"
}
} ,
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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-roles/tree/v1.4.15"
2022-04-02 10:26:41 +02:00
} ,
"install-path" : "../../jetpack_vendor/automattic/jetpack-roles"
} ,
{
"name" : "automattic/jetpack-search" ,
2022-06-16 14:01:47 +02:00
"version" : "v0.14.2" ,
"version_normalized" : "0.14.2.0" ,
2022-04-02 10:26:41 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-search.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "d870313615db71e536c450523fabeba0b28fd990"
2022-04-02 10:26:41 +02:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-search/zipball/d870313615db71e536c450523fabeba0b28fd990" ,
"reference" : "d870313615db71e536c450523fabeba0b28fd990" ,
2022-04-02 10:26:41 +02:00
"shasum" : ""
} ,
"require" : {
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-config" : "^1.9" ,
"automattic/jetpack-connection" : "^1.40" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-constants" : "^1.6" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2022-04-02 10:26:41 +02:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"automattic/wordbless" : "0.3.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-30T21:28:31+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "0.14.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-search/tree/v0.14.2"
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
} ,
{
"name" : "automattic/jetpack-status" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.13.6" ,
"version_normalized" : "1.13.6.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-status.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "6005840740548864d2a67090d87b59a6f141e5c4"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-status/zipball/6005840740548864d2a67090d87b59a6f141e5c4" ,
"reference" : "6005840740548864d2a67090d87b59a6f141e5c4" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
2022-04-02 10:26:41 +02:00
"require" : {
"automattic/jetpack-constants" : "^1.6"
} ,
2020-12-10 14:04:11 +01:00
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"brain/monkey" : "2.6.1" ,
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-24T14:04:09+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.13.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-status/tree/v1.13.6"
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" ,
2022-06-16 14:01:47 +02:00
"version" : "v1.35.0" ,
"version_normalized" : "1.35.0.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Automattic/jetpack-sync.git" ,
2022-06-16 14:01:47 +02:00
"reference" : "f29ffa6ea82855b44ec2ecc2a51adbbff006d3fb"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f29ffa6ea82855b44ec2ecc2a51adbbff006d3fb" ,
"reference" : "f29ffa6ea82855b44ec2ecc2a51adbbff006d3fb" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-connection" : "^1.40" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-constants" : "^1.6" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-identity-crisis" : "^0.8" ,
2022-04-02 10:26:41 +02:00
"automattic/jetpack-password-checker" : "^0.2" ,
2021-04-27 08:32:47 +02:00
"automattic/jetpack-roles" : "^1.4" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-status" : "^1.13"
2020-12-10 14:04:11 +01:00
} ,
2021-04-27 08:32:47 +02:00
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2021-07-23 11:58:50 +02:00
"automattic/wordbless" : "@dev" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2021-04-27 08:32:47 +02:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-30T21:28:27+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "1.35.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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-sync/tree/v1.35.0"
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-06-16 14:01:47 +02:00
"name" : "automattic/jetpack-waf" ,
"version" : "v0.6.2" ,
"version_normalized" : "0.6.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-waf.git" ,
"reference" : "e2913c79506ddfafa4d82afbaf3998dfd721ea10"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-waf/zipball/e2913c79506ddfafa4d82afbaf3998dfd721ea10" ,
"reference" : "e2913c79506ddfafa4d82afbaf3998dfd721ea10" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-06-16 14:01:47 +02:00
"wikimedia/aho-corasick" : "^1.0"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-06-06T07:57:49+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "0.6.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" : [
"actions.php" ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-waf/tree/v0.6.2"
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" ,
"version" : "v0.2.4" ,
"version_normalized" : "0.2.4.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" ,
"reference" : "29fa0b7335f620f55dce0de26138e2a3876180f2"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2022-06-16 14:01:47 +02:00
"url" : "https://api.github.com/repos/Automattic/jetpack-wordads/zipball/29fa0b7335f620f55dce0de26138e2a3876180f2" ,
"reference" : "29fa0b7335f620f55dce0de26138e2a3876180f2" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
2022-04-02 10:26:41 +02:00
"automattic/jetpack-assets" : "^1.17" ,
2022-06-16 14:01:47 +02:00
"automattic/jetpack-config" : "^1.9" ,
"automattic/jetpack-connection" : "^1.40" ,
"automattic/jetpack-constants" : "^1.6" ,
"automattic/jetpack-status" : "^1.13"
2020-12-10 14:04:11 +01:00
} ,
"require-dev" : {
2022-06-16 14:01:47 +02:00
"automattic/jetpack-changelogger" : "^3.1" ,
2022-04-02 10:26:41 +02:00
"yoast/phpunit-polyfills" : "1.0.3"
2020-12-10 14:04:11 +01:00
} ,
2022-06-16 14:01:47 +02:00
"time" : "2022-05-31T07:18:08+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" : {
2022-06-16 14:01:47 +02:00
"dev-master" : "0.2.x-dev"
} ,
"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" : {
2022-06-16 14:01:47 +02:00
"source" : "https://github.com/Automattic/jetpack-wordads/tree/v0.2.4"
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
} ,
{
"name" : "nojimage/twitter-text-php" ,
2021-07-23 11:58:50 +02:00
"version" : "v3.1.2" ,
"version_normalized" : "3.1.2.0" ,
2020-12-10 14:04:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/nojimage/twitter-text-php.git" ,
2021-07-23 11:58:50 +02:00
"reference" : "979bcf6a92d543b61588c7c0c0a87d0eb473d8f6"
2020-12-10 14:04:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2021-07-23 11:58:50 +02:00
"url" : "https://api.github.com/repos/nojimage/twitter-text-php/zipball/979bcf6a92d543b61588c7c0c0a87d0eb473d8f6" ,
"reference" : "979bcf6a92d543b61588c7c0c0a87d0eb473d8f6" ,
2020-12-10 14:04:11 +01:00
"shasum" : ""
} ,
"require" : {
"ext-intl" : "*" ,
"ext-mbstring" : "*" ,
"php" : ">=5.3.3"
} ,
"require-dev" : {
"ext-json" : "*" ,
"phpunit/phpunit" : "4.8.*|5.7.*|6.5.*" ,
"symfony/yaml" : "^2.6.0|^3.4.0|^4.4.0|^5.0.0" ,
"twitter/twitter-text" : "^3.0.0"
} ,
2021-07-23 11:58:50 +02:00
"time" : "2021-03-18T11:38:53+00:00" ,
2020-12-10 14:04:11 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Twitter\\Text\\" : "lib/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "Matt Sanford" ,
"email" : "matt@mzsanford.com" ,
"homepage" : "http://mzsanford.com"
} ,
{
"name" : "Mike Cochrane" ,
"email" : "mikec@mikenz.geek.nz" ,
"homepage" : "http://mikenz.geek.nz"
} ,
{
"name" : "Nick Pope" ,
"email" : "git@nickpope.me.uk" ,
"homepage" : "http://www.nickpope.me.uk"
} ,
{
"name" : "Takashi Nojima" ,
"homepage" : "http://php-tips.com"
}
] ,
"description" : "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets." ,
"homepage" : "https://github.com/nojimage/twitter-text-php" ,
"keywords" : [
"autolink" ,
"extract" ,
"text" ,
"twitter"
] ,
2021-04-27 08:32:47 +02:00
"support" : {
"issues" : "https://github.com/nojimage/twitter-text-php/issues" ,
2021-07-23 11:58:50 +02:00
"source" : "https://github.com/nojimage/twitter-text-php/tree/v3.1.2"
2021-04-27 08:32:47 +02:00
} ,
2020-12-10 14:04:11 +01:00
"install-path" : "../nojimage/twitter-text-php"
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" : [ ]
}