Updated the Jetpack Autoloader

Jetpack made a change that requires some extra ignore entries from the latest release of the autoloader, otherwise debug logging warnings are thrown.
This commit is contained in:
Christopher Allford 2020-05-19 16:16:50 -07:00
parent 4750a2d567
commit 326d8feb92
2 changed files with 18 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"automattic/jetpack-autoloader": "^1.6.0",
"automattic/jetpack-autoloader": "^1.7.0",
"automattic/jetpack-constants": "^1.1",
"composer/installers": "1.7.0",
"maxmind-db/reader": "1.6.0",

19
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9548fdb91087ffaa8f14374698bf402e",
"content-hash": "94c4cc4a9a0fc2ad6758cc6c7cb069bb",
"packages": [
{
"name": "automattic/jetpack-autoloader",
@ -2517,6 +2517,20 @@
"polyfill",
"portable"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-05-08T16:50:20+00:00"
},
{
@ -2921,5 +2935,6 @@
"platform-dev": [],
"platform-overrides": {
"php": "7.1"
}
},
"plugin-api-version": "1.1.0"
}