From 8c41aa8b83498e1ed7fcd58edfef3b7e40e70b57 Mon Sep 17 00:00:00 2001 From: Christopher Allford Date: Mon, 17 Aug 2020 11:32:45 -0700 Subject: [PATCH] Updated the package to 2.2.0 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index eacdb59112e..0a051e7ea10 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "minimum-stability": "dev", "require": { "php": ">=7.0", - "automattic/jetpack-autoloader": "2.0.2", + "automattic/jetpack-autoloader": "2.2.0", "automattic/jetpack-constants": "1.4.0", "composer/installers": "1.7.0", "league/container": "3.3.1", diff --git a/composer.lock b/composer.lock index a8d8f3f70e9..fd8435f4402 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "01256f8ff122a1d16a9f6182238bf92a", + "content-hash": "5b0c8903ebb5c38675bdc50029a51db8", "packages": [ { "name": "automattic/jetpack-autoloader", - "version": "v2.0.2", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/Automattic/jetpack-autoloader.git", - "reference": "4502da4b2443fc1b61389cacc94c34876aca2b3d" + "reference": "66a5d150b3928be718d86696f85631a7f0b98a7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/4502da4b2443fc1b61389cacc94c34876aca2b3d", - "reference": "4502da4b2443fc1b61389cacc94c34876aca2b3d", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/66a5d150b3928be718d86696f85631a7f0b98a7b", + "reference": "66a5d150b3928be718d86696f85631a7f0b98a7b", "shasum": "" }, "require": { @@ -40,7 +40,7 @@ "GPL-2.0-or-later" ], "description": "Creates a custom autoloader for a plugin or theme.", - "time": "2020-07-09T13:18:38+00:00" + "time": "2020-08-14T20:34:36+00:00" }, { "name": "automattic/jetpack-constants",