From d2e2be445eb9ce4a97d22c8887941a4cab2a5b68 Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 16 Dec 2021 09:19:17 -0700 Subject: [PATCH] composer update --- composer.lock | 408 +++++++++++++++++++++++++++++++------------------- 1 file changed, 252 insertions(+), 156 deletions(-) diff --git a/composer.lock b/composer.lock index d4ee6df3f..8fa932b70 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e2c262dbcfe2b387d07473e6e69ab7ce", + "content-hash": "1c65ebaf2472bcbe50dfb1d06afb7734", "packages": [ { "name": "advanced-custom-fields/advanced-custom-fields-pro", @@ -70,16 +70,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.208.1", + "version": "3.208.5", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "d497414c1c4ae55145493f720f7b4d12afe92c02" + "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d497414c1c4ae55145493f720f7b4d12afe92c02", - "reference": "d497414c1c4ae55145493f720f7b4d12afe92c02", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/58fa9d8b522b0afa260299179ff950c783ff0ee1", + "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1", "shasum": "" }, "require": { @@ -155,9 +155,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.208.1" + "source": "https://github.com/aws/aws-sdk-php/tree/3.208.5" }, - "time": "2021-12-03T19:16:12+00:00" + "time": "2021-12-13T20:17:56+00:00" }, { "name": "clue/stream-filter", @@ -635,16 +635,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.4.0", + "version": "7.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94" + "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/868b3571a039f0ebc11ac8f344f4080babe2cb94", - "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", + "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", "shasum": "" }, "require": { @@ -653,7 +653,7 @@ "guzzlehttp/psr7": "^1.8.3 || ^2.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2" + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" @@ -739,7 +739,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.0" + "source": "https://github.com/guzzle/guzzle/tree/7.4.1" }, "funding": [ { @@ -755,7 +755,7 @@ "type": "tidelift" } ], - "time": "2021-10-18T09:52:00+00:00" + "time": "2021-12-06T18:43:05+00:00" }, { "name": "guzzlehttp/promises", @@ -1219,6 +1219,60 @@ }, "time": "2019-02-02T07:14:32+00:00" }, + { + "name": "mhcg/monolog-wp-cli", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/mhcg/monolog-wp-cli.git", + "reference": "33cd515fa7e5eac2ebca8aac995aa97a4ab2b77b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mhcg/monolog-wp-cli/zipball/33cd515fa7e5eac2ebca8aac995aa97a4ab2b77b", + "reference": "33cd515fa7e5eac2ebca8aac995aa97a4ab2b77b", + "shasum": "" + }, + "require": { + "monolog/monolog": "^2.0", + "php": "^7.2" + }, + "require-dev": { + "phpunit/phpunit": "8.5.* || 9.0.*", + "squizlabs/php_codesniffer": "^3.5", + "wp-cli/wp-cli": "^2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "MHCG\\Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Heydon", + "email": "contact@mhcg.co.uk", + "role": "Developer" + } + ], + "description": "Extension for Monolog to support outputting to WP-CLI (The WordPress command line interface) when running wp command lines.", + "keywords": [ + "log", + "logging", + "psr-3", + "wp-cli" + ], + "support": { + "issues": "https://github.com/mhcg/monolog-wp-cli/issues", + "source": "https://github.com/mhcg/monolog-wp-cli", + "wiki": "https://github.com/mhcg/monolog-wp-cli/wiki" + }, + "time": "2020-03-23T20:17:57+00:00" + }, { "name": "moderntribe/acf-image-select", "version": "dev-master", @@ -1286,23 +1340,27 @@ }, { "name": "moderntribe/tribe-libs", - "version": "3.4.7", + "version": "3.4.8", "source": { "type": "git", "url": "https://github.com/moderntribe/tribe-libs.git", - "reference": "d9c630379a9657359a624133e5a00385486a7d18" + "reference": "a4ce17df08bc9b65b1c17ceae522fde367a5a66c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/moderntribe/tribe-libs/zipball/d9c630379a9657359a624133e5a00385486a7d18", - "reference": "d9c630379a9657359a624133e5a00385486a7d18", + "url": "https://api.github.com/repos/moderntribe/tribe-libs/zipball/a4ce17df08bc9b65b1c17ceae522fde367a5a66c", + "reference": "a4ce17df08bc9b65b1c17ceae522fde367a5a66c", "shasum": "" }, "require": { + "composer-plugin-api": "^1.0 || ^2.0", "enshrined/svg-sanitize": "^0.13.3", "filp/whoops": "^2.2@dev", + "mhcg/monolog-wp-cli": "^1.0", + "monolog/monolog": "^2.0", "php": "^7.2", "php-di/php-di": "^6.0", + "psr/log": "^1.1 || ^2.0 || ^3.0", "twig/twig": "^3.0" }, "replace": { @@ -1313,11 +1371,13 @@ "moderntribe/square1-cli": "self.version", "moderntribe/square1-container": "self.version", "moderntribe/square1-generators": "self.version", + "moderntribe/square1-log": "self.version", "moderntribe/square1-media": "self.version", "moderntribe/square1-nav": "self.version", "moderntribe/square1-object-meta": "self.version", "moderntribe/square1-oembed": "self.version", "moderntribe/square1-p2p": "self.version", + "moderntribe/square1-pipeline": "self.version", "moderntribe/square1-post-meta": "self.version", "moderntribe/square1-post-type": "self.version", "moderntribe/square1-queues": "self.version", @@ -1336,7 +1396,8 @@ "require-dev": { "automattic/phpcs-neutron-standard": "^1.5", "automattic/vipwpcs": "^2.0.0", - "dealerdirect/phpcodesniffer-composer-installer": "0.7.1", + "composer/composer": "^1.0 || ^2.0", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || ^0.7.0", "lucatume/wp-browser": "^3.0.9", "phpcompatibility/php-compatibility": "*", "phpcompatibility/phpcompatibility-wp": "^2.0", @@ -1367,11 +1428,13 @@ "Tribe\\Libs\\Cache\\": "src/Cache/", "Tribe\\Libs\\Container\\": "src/Container/", "Tribe\\Libs\\Generators\\": "src/Generators/", + "Tribe\\Libs\\Log\\": "src/Log/", "Tribe\\Libs\\Media\\": "src/Media/", "Tribe\\Libs\\Nav\\": "src/Nav/", "Tribe\\Libs\\Object_Meta\\": "src/Object_Meta/", "Tribe\\Libs\\Oembed\\": "src/Oembed/", "Tribe\\Libs\\P2P\\": "src/P2P/", + "Tribe\\Libs\\Pipeline\\": "src/Pipeline/", "Tribe\\Libs\\Post_Meta\\": "src/Post_Meta/", "Tribe\\Libs\\Post_Type\\": "src/Post_Type/", "Tribe\\Libs\\Queues\\": "src/Queues/", @@ -1395,61 +1458,68 @@ "description": "A library for use on Modern Tribe service projects.", "support": { "issues": "https://github.com/moderntribe/tribe-libs/issues", - "source": "https://github.com/moderntribe/tribe-libs/tree/3.4.7" + "source": "https://github.com/moderntribe/tribe-libs/tree/3.4.8" }, - "time": "2021-11-22T23:01:47+00:00" + "time": "2021-11-29T23:46:08+00:00" }, { "name": "monolog/monolog", - "version": "1.23.0", + "version": "2.3.5", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9", + "reference": "fd4380d6fc37626e2f799f29d91195040137eba9", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" + "php": ">=7.2", + "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0" + "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", - "php-amqplib/php-amqplib": "~2.4", + "elasticsearch/elasticsearch": "^7", + "graylog2/gelf-php": "^1.4.2", + "mongodb/mongodb": "^1.8", + "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", - "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", + "phpspec/prophecy": "^1.6.1", + "phpstan/phpstan": "^0.12.91", + "phpunit/phpunit": "^8.5", + "predis/predis": "^1.1", + "rollbar/rollbar": "^1.3", + "ruflin/elastica": ">=0.90@dev", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "ext-openssl": "Required to send log messages using SSL", + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -1465,11 +1535,11 @@ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" + "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", + "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", @@ -1477,9 +1547,19 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.23.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.5" }, - "time": "2017-06-19T01:22:40+00:00" + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2021-10-01T21:08:31+00:00" }, { "name": "msawicki/acf-menu-chooser", @@ -1662,16 +1742,16 @@ }, { "name": "php-di/invoker", - "version": "2.3.2", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "5214cbe5aad066022cd845dbf313f0e47aed928f" + "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/5214cbe5aad066022cd845dbf313f0e47aed928f", - "reference": "5214cbe5aad066022cd845dbf313f0e47aed928f", + "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786", + "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786", "shasum": "" }, "require": { @@ -1705,7 +1785,7 @@ ], "support": { "issues": "https://github.com/PHP-DI/Invoker/issues", - "source": "https://github.com/PHP-DI/Invoker/tree/2.3.2" + "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3" }, "funding": [ { @@ -1713,7 +1793,7 @@ "type": "github" } ], - "time": "2021-07-30T15:05:32+00:00" + "time": "2021-12-13T09:22:56+00:00" }, { "name": "php-di/php-di", @@ -2335,16 +2415,16 @@ }, { "name": "phpoption/phpoption", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", - "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", "shasum": "" }, "require": { @@ -2352,7 +2432,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" }, "type": "library", "extra": { @@ -2372,11 +2452,13 @@ "authors": [ { "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" } ], "description": "Option Type for PHP", @@ -2388,7 +2470,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" }, "funding": [ { @@ -2400,7 +2482,7 @@ "type": "tidelift" } ], - "time": "2021-08-28T21:27:29+00:00" + "time": "2021-12-04T23:24:31+00:00" }, { "name": "psr/container", @@ -3371,16 +3453,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.4.0", + "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403" + "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/d4394d044ed69a8f244f3445bcedf8a0d7fe2403", - "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f", + "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f", "shasum": "" }, "require": { @@ -3418,11 +3500,13 @@ "authors": [ { "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk" + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" }, { "name": "Vance Lucas", - "email": "vance@vancelucas.com" + "email": "vance@vancelucas.com", + "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", @@ -3433,7 +3517,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.0" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1" }, "funding": [ { @@ -3445,7 +3529,7 @@ "type": "tidelift" } ], - "time": "2021-11-10T01:08:39+00:00" + "time": "2021-12-12T23:22:04+00:00" }, { "name": "webmozart/assert", @@ -3925,16 +4009,16 @@ }, { "name": "codeception/codeception", - "version": "4.1.22", + "version": "4.1.24", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f" + "reference": "1fc3a8f4d6cf7350e1b69afd136708cfffc89e9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/9777ec3690ceedc4bce2ed13af7af4ca4ee3088f", - "reference": "9777ec3690ceedc4bce2ed13af7af4ca4ee3088f", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/1fc3a8f4d6cf7350e1b69afd136708cfffc89e9e", + "reference": "1fc3a8f4d6cf7350e1b69afd136708cfffc89e9e", "shasum": "" }, "require": { @@ -3984,7 +4068,10 @@ "psr-4": { "Codeception\\": "src/Codeception", "Codeception\\Extension\\": "ext" - } + }, + "files": [ + "functions.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4008,7 +4095,7 @@ ], "support": { "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/4.1.22" + "source": "https://github.com/Codeception/Codeception/tree/4.1.24" }, "funding": [ { @@ -4016,7 +4103,7 @@ "type": "open_collective" } ], - "time": "2021-08-06T17:15:34+00:00" + "time": "2021-12-16T12:57:06+00:00" }, { "name": "codeception/lib-asserts", @@ -4902,16 +4989,16 @@ }, { "name": "illuminate/collections", - "version": "v8.74.0", + "version": "v8.76.2", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "f292b77824b42cd28decc7327e7c2e24c3806371" + "reference": "f7dc6269a1d773f1d7a2a71034f32d2b60eaac42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/f292b77824b42cd28decc7327e7c2e24c3806371", - "reference": "f292b77824b42cd28decc7327e7c2e24c3806371", + "url": "https://api.github.com/repos/illuminate/collections/zipball/f7dc6269a1d773f1d7a2a71034f32d2b60eaac42", + "reference": "f7dc6269a1d773f1d7a2a71034f32d2b60eaac42", "shasum": "" }, "require": { @@ -4952,20 +5039,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-11-30T14:29:03+00:00" + "time": "2021-12-15T13:57:47+00:00" }, { "name": "illuminate/contracts", - "version": "v8.74.0", + "version": "v8.76.2", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "b0886ec05a63b204634d64d0b39d5b78a7c06f81" + "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/b0886ec05a63b204634d64d0b39d5b78a7c06f81", - "reference": "b0886ec05a63b204634d64d0b39d5b78a7c06f81", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/9baa9f781071e67d7b171775bd3be7ead13ddd29", + "reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29", "shasum": "" }, "require": { @@ -5000,11 +5087,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-11-17T15:04:30+00:00" + "time": "2021-12-14T14:40:44+00:00" }, { "name": "illuminate/macroable", - "version": "v8.74.0", + "version": "v8.76.2", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -5050,16 +5137,16 @@ }, { "name": "illuminate/support", - "version": "v8.74.0", + "version": "v8.76.2", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "79bb5570274d6abbfaac736992c6b5f5cbcc17c1" + "reference": "9429d41f950d3461910fd51a4df90b2ac93a9f3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/79bb5570274d6abbfaac736992c6b5f5cbcc17c1", - "reference": "79bb5570274d6abbfaac736992c6b5f5cbcc17c1", + "url": "https://api.github.com/repos/illuminate/support/zipball/9429d41f950d3461910fd51a4df90b2ac93a9f3a", + "reference": "9429d41f950d3461910fd51a4df90b2ac93a9f3a", "shasum": "" }, "require": { @@ -5114,7 +5201,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-11-30T14:13:40+00:00" + "time": "2021-12-14T16:49:40+00:00" }, { "name": "larapack/dd", @@ -5252,16 +5339,16 @@ }, { "name": "lucatume/wp-browser", - "version": "3.0.14", + "version": "3.0.17", "source": { "type": "git", "url": "https://github.com/lucatume/wp-browser.git", - "reference": "1dae9e523bddd77c6d242c2033fd5616cdf6d375" + "reference": "496a1e1f4aea4cc6629761bcc2950711861365a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/1dae9e523bddd77c6d242c2033fd5616cdf6d375", - "reference": "1dae9e523bddd77c6d242c2033fd5616cdf6d375", + "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/496a1e1f4aea4cc6629761bcc2950711861365a6", + "reference": "496a1e1f4aea4cc6629761bcc2950711861365a6", "shasum": "" }, "require": { @@ -5279,6 +5366,15 @@ "wp-cli/wp-cli": ">=2.0 <3.0.0", "zordius/lightncandy": "^1.2" }, + "conflict": { + "codeception/module-asserts": ">=2.0", + "codeception/module-cli": ">=2.0", + "codeception/module-db": ">=2.0", + "codeception/module-filesystem": ">=2.0", + "codeception/module-phpbrowser": ">=2.0", + "codeception/module-webdriver": ">=2.0", + "codeception/util-universalframework": ">=2.0" + }, "require-dev": { "erusev/parsedown": "^1.7", "gumlet/php-image-resize": "^1.6", @@ -5289,13 +5385,13 @@ "wp-cli/wp-cli-bundle": "*" }, "suggest": { - "codeception/module-asserts": "Codeception 4.0 compatibility.", - "codeception/module-cli": "Codeception 4.0 compatibility; required by the WPCLI module.", - "codeception/module-db": "Codeception 4.0 compatibility; required by the WPDb module.", - "codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.", - "codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.", - "codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.", - "codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.", + "codeception/module-asserts:^1.0": "Codeception 4.0 compatibility.", + "codeception/module-cli:^1.0": "Codeception 4.0 compatibility; required by the WPCLI module.", + "codeception/module-db:^1.0": "Codeception 4.0 compatibility; required by the WPDb module, PHP 5.6 compatible version.", + "codeception/module-filesystem:^1.0": "Codeception 4.0 compatibility; required by the WPFilesystem module.", + "codeception/module-phpbrowser:^1.0": "Codeception 4.0 compatibility; required by the WPBrowser module.", + "codeception/module-webdriver:^1.0": "Codeception 4.0 compatibility; required by the WPWebDriver module.", + "codeception/util-universalframework:^1.0": "Codeception 4.0 compatibility; required by the WordPress framework module.", "gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.", "vlucas/phpdotenv:^4.0": "To manage more complex environment file based configuration of the suites." }, @@ -5333,7 +5429,7 @@ ], "support": { "issues": "https://github.com/lucatume/wp-browser/issues", - "source": "https://github.com/lucatume/wp-browser/tree/3.0.14" + "source": "https://github.com/lucatume/wp-browser/tree/3.0.17" }, "funding": [ { @@ -5341,7 +5437,7 @@ "type": "github" } ], - "time": "2021-11-26T11:14:22+00:00" + "time": "2021-12-15T09:13:34+00:00" }, { "name": "mikehaertl/php-shellcommand", @@ -5576,16 +5672,16 @@ }, { "name": "mustache/mustache", - "version": "v2.13.0", + "version": "v2.14.0", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4" + "reference": "4e2724dd40ae9499a55e7db7df82665be0ab7e34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4", - "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/4e2724dd40ae9499a55e7db7df82665be0ab7e34", + "reference": "4e2724dd40ae9499a55e7db7df82665be0ab7e34", "shasum": "" }, "require": { @@ -5620,9 +5716,9 @@ ], "support": { "issues": "https://github.com/bobthecow/mustache.php/issues", - "source": "https://github.com/bobthecow/mustache.php/tree/master" + "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.0" }, - "time": "2019-11-23T21:40:31+00:00" + "time": "2021-12-14T14:42:17+00:00" }, { "name": "myclabs/deep-copy", @@ -6344,16 +6440,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.14.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e" + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", - "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", "shasum": "" }, "require": { @@ -6405,9 +6501,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.14.0" + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" }, - "time": "2021-09-10T09:02:12+00:00" + "time": "2021-12-08T12:19:24+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -6460,16 +6556,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.9", + "version": "9.2.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f301eb1453c9e7a1bc912ee8b0ea9db22c60223b" + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f301eb1453c9e7a1bc912ee8b0ea9db22c60223b", - "reference": "f301eb1453c9e7a1bc912ee8b0ea9db22c60223b", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687", + "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687", "shasum": "" }, "require": { @@ -6525,7 +6621,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.9" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10" }, "funding": [ { @@ -6533,7 +6629,7 @@ "type": "github" } ], - "time": "2021-11-19T15:21:02+00:00" + "time": "2021-12-05T09:12:13+00:00" }, { "name": "phpunit/php-file-iterator", @@ -8059,16 +8155,16 @@ }, { "name": "slevomat/coding-standard", - "version": "7.0.16", + "version": "7.0.18", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "14c324b2f2f0072933036c2f3abaeda16a56dcd3" + "reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/14c324b2f2f0072933036c2f3abaeda16a56dcd3", - "reference": "14c324b2f2f0072933036c2f3abaeda16a56dcd3", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b81ac84f41a4797dc25c8ede1b0718e2a74be0fc", + "reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc", "shasum": "" }, "require": { @@ -8080,11 +8176,11 @@ "require-dev": { "phing/phing": "2.17.0", "php-parallel-lint/php-parallel-lint": "1.3.1", - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-deprecation-rules": "0.12.6", - "phpstan/phpstan-phpunit": "0.12.22", - "phpstan/phpstan-strict-rules": "0.12.11", - "phpunit/phpunit": "7.5.20|8.5.5|9.5.10" + "phpstan/phpstan": "1.2.0", + "phpstan/phpstan-deprecation-rules": "1.0.0", + "phpstan/phpstan-phpunit": "1.0.0", + "phpstan/phpstan-strict-rules": "1.1.0", + "phpunit/phpunit": "7.5.20|8.5.21|9.5.10" }, "type": "phpcodesniffer-standard", "extra": { @@ -8104,7 +8200,7 @@ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.0.16" + "source": "https://github.com/slevomat/coding-standard/tree/7.0.18" }, "funding": [ { @@ -8116,20 +8212,20 @@ "type": "tidelift" } ], - "time": "2021-10-22T06:56:51+00:00" + "time": "2021-12-07T17:19:06+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.1", + "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", - "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, "require": { @@ -8172,7 +8268,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-10-11T04:00:11+00:00" + "time": "2021-12-12T21:44:58+00:00" }, { "name": "symfony/browser-kit", @@ -8248,23 +8344,23 @@ }, { "name": "symfony/console", - "version": "v5.4.0", + "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3" + "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/ec3661faca1d110d6c307e124b44f99ac54179e3", - "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3", + "url": "https://api.github.com/repos/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4", + "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/string": "^5.1|^6.0" @@ -8327,7 +8423,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.0" + "source": "https://github.com/symfony/console/tree/v5.4.1" }, "funding": [ { @@ -8343,7 +8439,7 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2021-12-09T11:22:43+00:00" }, { "name": "symfony/css-selector", @@ -9111,16 +9207,16 @@ }, { "name": "symfony/translation", - "version": "v5.4.0", + "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "6fe32b10e912a518805bc9eafc2a87145773cf13" + "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/6fe32b10e912a518805bc9eafc2a87145773cf13", - "reference": "6fe32b10e912a518805bc9eafc2a87145773cf13", + "url": "https://api.github.com/repos/symfony/translation/zipball/8c82cd35ed861236138d5ae1c78c0c7ebcd62107", + "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107", "shasum": "" }, "require": { @@ -9188,7 +9284,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.4.0" + "source": "https://github.com/symfony/translation/tree/v5.4.1" }, "funding": [ { @@ -9204,7 +9300,7 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2021-12-05T20:33:52+00:00" }, { "name": "symfony/translation-contracts", @@ -9286,16 +9382,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.0", + "version": "v5.4.1", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9" + "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89ab66eaef230c9cd1992de2e9a1b26652b127b9", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2366ac8d8abe0c077844613c1a4f0c0a9f522dcc", + "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc", "shasum": "" }, "require": { @@ -9355,7 +9451,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.0" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.1" }, "funding": [ { @@ -9371,7 +9467,7 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2021-12-01T15:04:08+00:00" }, { "name": "symfony/yaml",