Merge pull request #29057 from woocommerce/update/jetpack-autoloader

Updated the Jetpack Autoloader to 2.9.1
This commit is contained in:
Claudio Sanches 2021-02-08 16:09:24 -03:00 committed by GitHub
commit 81cdb4df94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View File

@ -14,7 +14,7 @@
], ],
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",
"automattic/jetpack-autoloader": "2.7.1", "automattic/jetpack-autoloader": "2.9.1",
"automattic/jetpack-constants": "1.5.1", "automattic/jetpack-constants": "1.5.1",
"composer/installers": "~1.7", "composer/installers": "~1.7",
"maxmind-db/reader": "1.6.0", "maxmind-db/reader": "1.6.0",

19
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c02ead9a6d919588e422cfe4c59d68c2", "content-hash": "c5ebe496c9f97d9748856d33070681e0",
"packages": [ "packages": [
{ {
"name": "automattic/jetpack-autoloader", "name": "automattic/jetpack-autoloader",
"version": "v2.7.1", "version": "v2.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Automattic/jetpack-autoloader.git", "url": "https://github.com/Automattic/jetpack-autoloader.git",
"reference": "5437697a56aefbdf707849b9833e1b36093d7a73" "reference": "d6ca2cc26ad6963e1be19b3338a9e98f40d9bd88"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/5437697a56aefbdf707849b9833e1b36093d7a73", "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d6ca2cc26ad6963e1be19b3338a9e98f40d9bd88",
"reference": "5437697a56aefbdf707849b9833e1b36093d7a73", "reference": "d6ca2cc26ad6963e1be19b3338a9e98f40d9bd88",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -28,7 +28,8 @@
}, },
"type": "composer-plugin", "type": "composer-plugin",
"extra": { "extra": {
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin" "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
"mirror-repo": "Automattic/jetpack-autoloader"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -44,9 +45,9 @@
], ],
"description": "Creates a custom autoloader for a plugin or theme.", "description": "Creates a custom autoloader for a plugin or theme.",
"support": { "support": {
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.7.1" "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.9.1"
}, },
"time": "2020-12-18T22:33:59+00:00" "time": "2021-02-05T19:07:06+00:00"
}, },
{ {
"name": "automattic/jetpack-constants", "name": "automattic/jetpack-constants",
@ -670,5 +671,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.0" "php": "7.0"
}, },
"plugin-api-version": "1.1.0" "plugin-api-version": "2.0.0"
} }