{ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", "reference": "d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6", "reference": "d6bdf2f1d1941e0a22d17c6f3152097d8e0a30e6", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:12:50+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-a8c-mc-stats", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-a8c-mc-stats/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", "support": { "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v3.0.0" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", "version": "v0.5.1", "version_normalized": "0.5.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-admin-ui.git", "reference": "a0894d34333451089add7b20f70e73b6509d6b6d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/a0894d34333451089add7b20f70e73b6509d6b6d", "reference": "a0894d34333451089add7b20f70e73b6509d6b6d", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-logo": "^3.0.0", "automattic/wordbless": "^0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-admin-ui", "mirror-repo": "Automattic/jetpack-admin-ui", "branch-alias": { "dev-trunk": "0.5.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-admin-ui/compare/${old}...${new}" }, "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": { "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.5.1" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", "version": "v4.0.1", "version_normalized": "4.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-assets.git", "reference": "ca1ebeceeeafb31876a234fa68ea3065b3eab2c3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ca1ebeceeeafb31876a234fa68ea3065b3eab2c3", "reference": "ca1ebeceeeafb31876a234fa68ea3065b3eab2c3", "shasum": "" }, "require": { "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-12-04T19:43:08+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-assets", "mirror-repo": "Automattic/jetpack-assets", "branch-alias": { "dev-trunk": "4.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "files": [ "actions.php" ], "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", "support": { "source": "https://github.com/Automattic/jetpack-assets/tree/v4.0.1" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-autoloader", "version": "v5.0.0", "version_normalized": "5.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-autoloader.git", "reference": "eb6331a5c50a03afd9896ce012e66858de9c49c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/eb6331a5c50a03afd9896ce012e66858de9c49c5", "reference": "eb6331a5c50a03afd9896ce012e66858de9c49c5", "shasum": "" }, "require": { "composer-plugin-api": "^2.2", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "composer/composer": "^2.2", "yoast/phpunit-polyfills": "^1.1.1" }, "time": "2024-11-25T16:33:57+00:00", "type": "composer-plugin", "extra": { "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", "autotagger": true, "mirror-repo": "Automattic/jetpack-autoloader", "branch-alias": { "dev-trunk": "5.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" }, "version-constants": { "::VERSION": "src/AutoloadGenerator.php" } }, "installation-source": "dist", "autoload": { "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" }, "classmap": [ "src/AutoloadGenerator.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Creates a custom autoloader for a plugin or theme.", "keywords": [ "autoload", "autoloader", "composer", "jetpack", "plugin", "wordpress" ], "support": { "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.0" }, "install-path": "../automattic/jetpack-autoloader" }, { "name": "automattic/jetpack-config", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-config.git", "reference": "fc719eff5073634b0c62793b05be913ca634e192" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/fc719eff5073634b0c62793b05be913ca634e192", "reference": "fc719eff5073634b0c62793b05be913ca634e192", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.0.0", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", "automattic/jetpack-post-list": "@dev", "automattic/jetpack-publicize": "@dev", "automattic/jetpack-search": "@dev", "automattic/jetpack-stats": "@dev", "automattic/jetpack-stats-admin": "@dev", "automattic/jetpack-sync": "@dev", "automattic/jetpack-videopress": "@dev", "automattic/jetpack-waf": "@dev", "automattic/jetpack-wordads": "@dev", "automattic/jetpack-yoast-promo": "@dev" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-14T20:12:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-config", "mirror-repo": "Automattic/jetpack-config", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/connection", "packages/import", "packages/jitm", "packages/post-list", "packages/publicize", "packages/search", "packages/stats", "packages/stats-admin", "packages/sync", "packages/videopress", "packages/waf", "packages/wordads", "packages/yoast-promo" ] } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", "support": { "source": "https://github.com/Automattic/jetpack-config/tree/v3.0.0" }, "install-path": "../automattic/jetpack-config" }, { "name": "automattic/jetpack-connection", "version": "v6.2.0", "version_normalized": "6.2.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-connection.git", "reference": "52cd2ba7d845eb516d505959bd9a5e94d1bf4203" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/52cd2ba7d845eb516d505959bd9a5e94d1bf4203", "reference": "52cd2ba7d845eb516d505959bd9a5e94d1bf4203", "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^3.0.0", "automattic/jetpack-admin-ui": "^0.5.1", "automattic/jetpack-assets": "^4.0.1", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-roles": "^3.0.1", "automattic/jetpack-status": "^5.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/wordbless": "^0.4.2", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-12-09T15:47:56+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "textdomain": "jetpack-connection", "mirror-repo": "Automattic/jetpack-connection", "branch-alias": { "dev-trunk": "6.2.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/licensing", "packages/sync" ] }, "version-constants": { "::PACKAGE_VERSION": "src/class-package-version.php" } }, "installation-source": "dist", "autoload": { "files": [ "actions.php" ], "classmap": [ "legacy", "src/", "src/webhooks", "src/identity-crisis" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", "support": { "source": "https://github.com/Automattic/jetpack-connection/tree/v6.2.0" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", "reference": "d4b7820defcdb40c1add88d5ebd722e4ba80a873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4b7820defcdb40c1add88d5ebd722e4ba80a873", "reference": "d4b7820defcdb40c1add88d5ebd722e4ba80a873", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:27+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-constants", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", "support": { "source": "https://github.com/Automattic/jetpack-constants/tree/v3.0.1" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-redirect", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-redirect.git", "reference": "89732a3ba1c5eba8cfd948b7567823cd884102d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/89732a3ba1c5eba8cfd948b7567823cd884102d5", "reference": "89732a3ba1c5eba8cfd948b7567823cd884102d5", "shasum": "" }, "require": { "automattic/jetpack-status": "^5.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:34:01+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-redirect", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-redirect/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", "support": { "source": "https://github.com/Automattic/jetpack-redirect/tree/v3.0.1" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-roles.git", "reference": "fe5f2a45901ea14be00728119d097619615fb031" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/fe5f2a45901ea14be00728119d097619615fb031", "reference": "fe5f2a45901ea14be00728119d097619615fb031", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:29+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-roles", "branch-alias": { "dev-trunk": "3.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-roles/compare/v${old}...v${new}" } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", "support": { "source": "https://github.com/Automattic/jetpack-roles/tree/v3.0.1" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-status", "version": "v5.0.1", "version_normalized": "5.0.1.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-status.git", "reference": "769f55b6327187a85c14ed21943eea430f63220d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/769f55b6327187a85c14ed21943eea430f63220d", "reference": "769f55b6327187a85c14ed21943eea430f63220d", "shasum": "" }, "require": { "automattic/jetpack-constants": "^3.0.1", "php": ">=7.2" }, "require-dev": { "automattic/jetpack-changelogger": "^5.1.0", "automattic/jetpack-connection": "@dev", "automattic/jetpack-ip": "^0.4.1", "automattic/jetpack-plans": "@dev", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "time": "2024-11-25T16:33:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, "mirror-repo": "Automattic/jetpack-status", "branch-alias": { "dev-trunk": "5.0.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}" }, "dependencies": { "test-only": [ "packages/connection", "packages/plans" ] } }, "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", "support": { "source": "https://github.com/Automattic/jetpack-status/tree/v5.0.1" }, "install-path": "../automattic/jetpack-status" } ], "dev": false, "dev-package-names": [] }