[ { "name": "automattic/jetpack-abtest", "version": "v1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-abtest.git", "reference": "faed5181e0dbe596b7e083e40affceed686928ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-abtest/zipball/faed5181e0dbe596b7e083e40affceed686928ba", "reference": "faed5181e0dbe596b7e083e40affceed686928ba", "shasum": "" }, "require": { "automattic/jetpack-connection": "@dev", "automattic/jetpack-error": "@dev" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Provides an interface to the WP.com A/B tests." }, { "name": "automattic/jetpack-assets", "version": "v1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-assets.git", "reference": "efe031e2d123524d96ba55c41df70c6430868c10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/efe031e2d123524d96ba55c41df70c6430868c10", "reference": "efe031e2d123524d96ba55c41df70c6430868c10", "shasum": "" }, "require": { "automattic/jetpack-constants": "@dev" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages" }, { "name": "automattic/jetpack-autoloader", "version": "v1.3.7", "version_normalized": "1.3.7.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-autoloader.git", "reference": "34484f300429699e71bc09baa7f459eb1da0fe14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/34484f300429699e71bc09baa7f459eb1da0fe14", "reference": "34484f300429699e71bc09baa7f459eb1da0fe14", "shasum": "" }, "require": { "composer-plugin-api": "^1.1" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-12-09T22:37:41+00:00", "type": "composer-plugin", "extra": { "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin" }, "installation-source": "dist", "autoload": { "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Creates a custom autoloader for a plugin or theme." }, { "name": "automattic/jetpack-backup", "version": "v1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-backup.git", "reference": "ea2aaa9be3697d8b885a74a11411c7818fba5a75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/ea2aaa9be3697d8b885a74a11411c7818fba5a75", "reference": "ea2aaa9be3697d8b885a74a11411c7818fba5a75", "shasum": "" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-compat", "version": "v1.0.5", "version_normalized": "1.0.5.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-compat.git", "reference": "2a4a2fd64bbcaab0a6af6dfe3a5ea8342eca9cbf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/2a4a2fd64bbcaab0a6af6dfe3a5ea8342eca9cbf", "reference": "2a4a2fd64bbcaab0a6af6dfe3a5ea8342eca9cbf", "shasum": "" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "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" }, { "name": "automattic/jetpack-connection", "version": "v1.7.0", "version_normalized": "1.7.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-connection.git", "reference": "5348680ad171cf7e6bdb2de511ac37e8e6db9d16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/5348680ad171cf7e6bdb2de511ac37e8e6db9d16", "reference": "5348680ad171cf7e6bdb2de511ac37e8e6db9d16", "shasum": "" }, "require": { "automattic/jetpack-constants": "@dev", "automattic/jetpack-options": "@dev", "automattic/jetpack-roles": "@dev" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-25T13:53:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "legacy/load-ixr.php" ], "classmap": [ "legacy", "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure" }, { "name": "automattic/jetpack-constants", "version": "v1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-constants.git", "reference": "5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a", "reference": "5fdd94dec1151e7defd684a97e0b64fe6ff1bd3a", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-error", "version": "v1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-error.git", "reference": "2128dd5a666154506727010350518529cc87b23d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-error/zipball/2128dd5a666154506727010350518529cc87b23d", "reference": "2128dd5a666154506727010350518529cc87b23d", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-jitm", "version": "v1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-jitm.git", "reference": "77cbd674fd7541075fcf1f5cf859e726131068b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/77cbd674fd7541075fcf1f5cf859e726131068b6", "reference": "77cbd674fd7541075fcf1f5cf859e726131068b6", "shasum": "" }, "require": { "automattic/jetpack-assets": "@dev", "automattic/jetpack-connection": "@dev", "automattic/jetpack-constants": "@dev", "automattic/jetpack-logo": "@dev", "automattic/jetpack-options": "@dev", "automattic/jetpack-tracking": "@dev" }, "require-dev": { "mockery/mockery": "^1.2", "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-12-16T16:47:29+00:00", "type": "library", "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" }, { "name": "automattic/jetpack-logo", "version": "v1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-logo.git", "reference": "7da178a529f772cddfd0bbf1775eb30a852739c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/7da178a529f772cddfd0bbf1775eb30a852739c2", "reference": "7da178a529f772cddfd0bbf1775eb30a852739c2", "shasum": "" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack" }, { "name": "automattic/jetpack-options", "version": "v1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-options.git", "reference": "cc81a75b7b3fecd1155a517a057ca74975ca8b5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/cc81a75b7b3fecd1155a517a057ca74975ca8b5d", "reference": "cc81a75b7b3fecd1155a517a057ca74975ca8b5d", "shasum": "" }, "require": { "automattic/jetpack-constants": "@dev" }, "require-dev": { "10up/wp_mock": "0.4.2", "phpunit/phpunit": "7.*.*" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "legacy" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for wp-options to manage specific Jetpack options." }, { "name": "automattic/jetpack-partner", "version": "v1.0.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-partner.git", "reference": "63119e1a9db7ab5509d6c21a69c778506c1bc2fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/63119e1a9db7ab5509d6c21a69c778506c1bc2fb", "reference": "63119e1a9db7ab5509d6c21a69c778506c1bc2fb", "shasum": "" }, "require-dev": { "brain/monkey": "^2.4", "mockery/mockery": "^1.2", "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-12-16T16:47:29+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-roles", "version": "v1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-roles.git", "reference": "0cdcff4fdc489c79f20a361c084ec48e326ce483" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/0cdcff4fdc489c79f20a361c084ec48e326ce483", "reference": "0cdcff4fdc489c79f20a361c084ec48e326ce483", "shasum": "" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-status", "version": "dev-retry/phpcs-changed", "version_normalized": "dev-retry/phpcs-changed", "dist": { "type": "path", "url": "./packages/status", "reference": "99ecd79ed31dc3432892df709ba745ebc6f747e9" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Automattic\\Jetpack\\": "src/" } }, "scripts": { "phpunit": [ "@composer install", "./vendor/phpunit/phpunit/phpunit --colors=always" ] }, "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall." }, { "name": "automattic/jetpack-sync", "version": "v1.6.3", "version_normalized": "1.6.3.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-sync.git", "reference": "d892f67dc79e3710135692301b0b20481ad41195" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/d892f67dc79e3710135692301b0b20481ad41195", "reference": "d892f67dc79e3710135692301b0b20481ad41195", "shasum": "" }, "require": { "automattic/jetpack-connection": "@dev", "automattic/jetpack-constants": "@dev", "automattic/jetpack-options": "@dev", "automattic/jetpack-roles": "@dev", "automattic/jetpack-status": "@dev" }, "time": "2019-12-30T13:42:28+00:00", "type": "library", "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." }, { "name": "automattic/jetpack-terms-of-service", "version": "v1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-terms-of-service.git", "reference": "fcee8e9de7f37d36bd68ac1ebabdb15cf6e10952" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/fcee8e9de7f37d36bd68ac1ebabdb15cf6e10952", "reference": "fcee8e9de7f37d36bd68ac1ebabdb15cf6e10952", "shasum": "" }, "require": { "automattic/jetpack-connection": "@dev", "automattic/jetpack-options": "@dev", "automattic/jetpack-status": "@dev" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-15T16:03:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything need to manage the terms of service state" }, { "name": "automattic/jetpack-tracking", "version": "v1.2.2", "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-tracking.git", "reference": "d337a8f4234c684e80a43ff9ad3051a46a1f35d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/d337a8f4234c684e80a43ff9ad3051a46a1f35d6", "reference": "d337a8f4234c684e80a43ff9ad3051a46a1f35d6", "shasum": "" }, "require": { "automattic/jetpack-options": "@dev", "automattic/jetpack-terms-of-service": "@dev" }, "require-dev": { "php-mock/php-mock": "^2.1", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" }, "time": "2019-11-08T21:16:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "legacy", "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tracking for Jetpack" } ]