From e0613ef3e3f3350717cf5a66d9b47ea1e9200e17 Mon Sep 17 00:00:00 2001 From: AMoktar Date: Thu, 21 Sep 2023 12:28:28 +0300 Subject: [PATCH] update composer predis/predis:^2.2 --- composer.json | 2 +- composer.lock | 249 +++++++++++++++++++++++++------------------------- 2 files changed, 127 insertions(+), 124 deletions(-) diff --git a/composer.json b/composer.json index 5e15ea4..56e85fb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php" : "^7.1 || ^8.0 || ^8.1 || ^8.2", "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "predis/predis": "^1.1", + "predis/predis": "^2.2", "guzzlehttp/guzzle": "^7.5.0", "ext-json": "*" }, diff --git a/composer.lock b/composer.lock index 8c14c2b..8f4e3c3 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": "067593a91b99cf77790afc1ccecb792d", + "content-hash": "1fb6ebb088d74af954c5f37de0344f00", "packages": [ { "name": "brick/math", @@ -1431,12 +1431,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "1bc84ca22f8de96f40f24cb0b3ade83a70c053c7" + "reference": "ce7d5eb1fd28ea90f00a664b40caa351f3ed8ba1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1bc84ca22f8de96f40f24cb0b3ade83a70c053c7", - "reference": "1bc84ca22f8de96f40f24cb0b3ade83a70c053c7", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/ce7d5eb1fd28ea90f00a664b40caa351f3ed8ba1", + "reference": "ce7d5eb1fd28ea90f00a664b40caa351f3ed8ba1", "shasum": "" }, "require": { @@ -1514,7 +1514,7 @@ "type": "github" } ], - "time": "2023-09-07T20:28:45+00:00" + "time": "2023-09-18T15:37:08+00:00" }, { "name": "league/flysystem-local", @@ -1910,12 +1910,12 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "71017d2330f7822807fe7a30cbd683647c0dfa13" + "reference": "54a435c4313e836b026372cb043678d0987dbc75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/71017d2330f7822807fe7a30cbd683647c0dfa13", - "reference": "71017d2330f7822807fe7a30cbd683647c0dfa13", + "url": "https://api.github.com/repos/nette/utils/zipball/54a435c4313e836b026372cb043678d0987dbc75", + "reference": "54a435c4313e836b026372cb043678d0987dbc75", "shasum": "" }, "require": { @@ -1989,7 +1989,7 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/master" }, - "time": "2023-09-10T16:32:27+00:00" + "time": "2023-09-20T13:02:12+00:00" }, { "name": "nunomaduro/termwind", @@ -2155,28 +2155,30 @@ }, { "name": "predis/predis", - "version": "v1.x-dev", + "version": "v2.x-dev", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "bb8cce7bcf0d790dd17dde01922230d411efb99b" + "reference": "577bd398727a6fc953658563b1271e498f059098" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/bb8cce7bcf0d790dd17dde01922230d411efb99b", - "reference": "bb8cce7bcf0d790dd17dde01922230d411efb99b", + "url": "https://api.github.com/repos/predis/predis/zipball/577bd398727a6fc953658563b1271e498f059098", + "reference": "577bd398727a6fc953658563b1271e498f059098", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "friendsofphp/php-cs-fixer": "^3.3", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^8.0 || ~9.4.4" }, "suggest": { - "ext-curl": "Allows access to Webdis when paired with phpiredis", - "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -2188,19 +2190,13 @@ "MIT" ], "authors": [ - { - "name": "Daniele Alessandri", - "email": "suppakilla@gmail.com", - "homepage": "http://clorophilla.net", - "role": "Creator & Maintainer" - }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], - "description": "Flexible and feature-complete Redis client for PHP and HHVM", + "description": "A flexible and feature-complete Redis client for PHP.", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", @@ -2209,7 +2205,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v1.x" + "source": "https://github.com/predis/predis/tree/v2.x" }, "funding": [ { @@ -2217,7 +2213,7 @@ "type": "github" } ], - "time": "2023-01-10T16:48:39+00:00" + "time": "2023-09-14T16:44:52+00:00" }, { "name": "psr/clock", @@ -2959,20 +2955,20 @@ }, { "name": "symfony/css-selector", - "version": "7.0.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "b729ade9dfb26c1945e72b2515509d45adc08a5f" + "reference": "40eff9db7468587bbf18416ec5cbc2ee6867a356" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/b729ade9dfb26c1945e72b2515509d45adc08a5f", - "reference": "b729ade9dfb26c1945e72b2515509d45adc08a5f", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/40eff9db7468587bbf18416ec5cbc2ee6867a356", + "reference": "40eff9db7468587bbf18416ec5cbc2ee6867a356", "shasum": "" }, "require": { - "php": ">=8.2" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -3004,7 +3000,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/7.0" + "source": "https://github.com/symfony/css-selector/tree/6.4" }, "funding": [ { @@ -3020,7 +3016,7 @@ "type": "tidelift" } ], - "time": "2023-07-30T09:45:37+00:00" + "time": "2023-07-30T09:31:49+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3167,24 +3163,24 @@ }, { "name": "symfony/event-dispatcher", - "version": "7.0.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "c459b40ffe67c49af6fd392aac374c9edf8a027e" + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c459b40ffe67c49af6fd392aac374c9edf8a027e", - "reference": "c459b40ffe67c49af6fd392aac374c9edf8a027e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d76d2632cfc2206eecb5ad2b26cd5934082941b6", + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<6.4", + "symfony/dependency-injection": "<5.4", "symfony/service-contracts": "<2.5" }, "provide": { @@ -3193,13 +3189,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/error-handler": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^6.4|^7.0" + "symfony/stopwatch": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -3227,7 +3223,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/7.0" + "source": "https://github.com/symfony/event-dispatcher/tree/6.4" }, "funding": [ { @@ -3243,7 +3239,7 @@ "type": "tidelift" } ], - "time": "2023-07-27T16:29:09+00:00" + "time": "2023-07-27T06:52:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3662,12 +3658,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "4f1791b7fddbbd21ed5ba28b43e0e1cd4b059af6" + "reference": "1aa4273271c477b6290231d3d5a2c53966bf6fe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/4f1791b7fddbbd21ed5ba28b43e0e1cd4b059af6", - "reference": "4f1791b7fddbbd21ed5ba28b43e0e1cd4b059af6", + "url": "https://api.github.com/repos/symfony/mime/zipball/1aa4273271c477b6290231d3d5a2c53966bf6fe1", + "reference": "1aa4273271c477b6290231d3d5a2c53966bf6fe1", "shasum": "" }, "require": { @@ -3738,7 +3734,7 @@ "type": "tidelift" } ], - "time": "2023-08-01T15:33:12+00:00" + "time": "2023-09-20T09:22:51+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4716,20 +4712,20 @@ }, { "name": "symfony/string", - "version": "7.0.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "95ff83d5a8a9f4b831cdd139e2ec10b931aa734f" + "reference": "742351f7542c9b9799873e399a716cb5af6f70f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/95ff83d5a8a9f4b831cdd139e2ec10b931aa734f", - "reference": "95ff83d5a8a9f4b831cdd139e2ec10b931aa734f", + "url": "https://api.github.com/repos/symfony/string/zipball/742351f7542c9b9799873e399a716cb5af6f70f2", + "reference": "742351f7542c9b9799873e399a716cb5af6f70f2", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", @@ -4739,11 +4735,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^6.4|^7.0", - "symfony/http-client": "^6.4|^7.0", - "symfony/intl": "^6.4|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.4|^7.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -4782,7 +4778,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/7.0" + "source": "https://github.com/symfony/string/tree/6.4" }, "funding": [ { @@ -4798,7 +4794,7 @@ "type": "tidelift" } ], - "time": "2023-07-27T16:29:09+00:00" + "time": "2023-09-18T10:40:25+00:00" }, { "name": "symfony/translation", @@ -4806,12 +4802,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "dcda32b84dbe07c10941abe1cbbb402f84ad9674" + "reference": "4e7ee96283b74666ab100f4eda33636dfe65246e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/dcda32b84dbe07c10941abe1cbbb402f84ad9674", - "reference": "dcda32b84dbe07c10941abe1cbbb402f84ad9674", + "url": "https://api.github.com/repos/symfony/translation/zipball/4e7ee96283b74666ab100f4eda33636dfe65246e", + "reference": "4e7ee96283b74666ab100f4eda33636dfe65246e", "shasum": "" }, "require": { @@ -4893,7 +4889,7 @@ "type": "tidelift" } ], - "time": "2023-08-25T16:27:31+00:00" + "time": "2023-09-20T09:38:53+00:00" }, { "name": "symfony/translation-contracts", @@ -5873,18 +5869,19 @@ "source": { "type": "git", "url": "https://github.com/orchestral/canvas.git", - "reference": "10f49b2ae5df5a1f2964b474f9be26a5149113a5" + "reference": "30ee96760fd10e4e0aea84f08910176c152f6b84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas/zipball/10f49b2ae5df5a1f2964b474f9be26a5149113a5", - "reference": "10f49b2ae5df5a1f2964b474f9be26a5149113a5", + "url": "https://api.github.com/repos/orchestral/canvas/zipball/30ee96760fd10e4e0aea84f08910176c152f6b84", + "reference": "30ee96760fd10e4e0aea84f08910176c152f6b84", "shasum": "" }, "require": { - "illuminate/database": "^9.45", - "illuminate/support": "^9.45", - "orchestra/canvas-core": "^7.6", + "illuminate/database": "^9.52.15", + "illuminate/support": "^9.52.15", + "orchestra/canvas-core": "^7.7", + "orchestra/testbench-core": "^7.31", "php": "^8.0", "symfony/yaml": "^5.4 || ^6.0" }, @@ -5892,7 +5889,6 @@ "laravel/framework": "^9.52.15", "laravel/pint": "^1.4", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^7.29.1", "phpstan/phpstan": "^1.10.5", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ray": "^1.32.4" @@ -5935,7 +5931,7 @@ "issues": "https://github.com/orchestral/canvas/issues", "source": "https://github.com/orchestral/canvas/tree/7.x" }, - "time": "2023-09-13T06:03:14+00:00" + "time": "2023-09-20T14:43:36+00:00" }, { "name": "orchestra/canvas-core", @@ -5943,27 +5939,33 @@ "source": { "type": "git", "url": "https://github.com/orchestral/canvas-core.git", - "reference": "686f0bd43b758f39215ec48bcf95d193ce75e854" + "reference": "7e1bc8933fd0bd40464e4119060065000fc2ab2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/686f0bd43b758f39215ec48bcf95d193ce75e854", - "reference": "686f0bd43b758f39215ec48bcf95d193ce75e854", + "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/7e1bc8933fd0bd40464e4119060065000fc2ab2f", + "reference": "7e1bc8933fd0bd40464e4119060065000fc2ab2f", "shasum": "" }, "require": { - "illuminate/console": "^9.45", - "illuminate/filesystem": "^9.45", + "illuminate/console": "^9.52.15", + "illuminate/filesystem": "^9.52.15", "php": "^8.0" }, "conflict": { - "orchestra/canvas": "<7.8.0", + "orchestra/canvas": "<7.10.0", "orchestra/testbench-core": "<7.25.0" }, "require-dev": { + "fakerphp/faker": "^1.21", + "laravel/framework": "^9.52.15", "laravel/pint": "^1.1", - "orchestra/testbench": "^7.30", - "phpstan/phpstan": "^1.10.6" + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^7.31", + "orchestra/workbench": "^0.3", + "phpstan/phpstan": "^1.10.6", + "phpunit/phpunit": "^9.6", + "symfony/yaml": "^6.0.9" }, "type": "library", "extra": { @@ -6000,7 +6002,7 @@ "issues": "https://github.com/orchestral/canvas/issues", "source": "https://github.com/orchestral/canvas-core/tree/7.x" }, - "time": "2023-09-13T05:53:17+00:00" + "time": "2023-09-19T04:21:54+00:00" }, { "name": "orchestra/testbench", @@ -6008,20 +6010,20 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "7b8ae39da0adeb4729307f5e9f16a43d9b47061c" + "reference": "008bfd742049b3053328daf0a951029e2aae7508" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/7b8ae39da0adeb4729307f5e9f16a43d9b47061c", - "reference": "7b8ae39da0adeb4729307f5e9f16a43d9b47061c", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/008bfd742049b3053328daf0a951029e2aae7508", + "reference": "008bfd742049b3053328daf0a951029e2aae7508", "shasum": "" }, "require": { "fakerphp/faker": "^1.21", "laravel/framework": "^9.52.15", "mockery/mockery": "^1.5.1", - "orchestra/testbench-core": "^7.30", - "orchestra/workbench": "^0.2.4", + "orchestra/testbench-core": "^7.31", + "orchestra/workbench": "^0.3.0", "php": "^8.0", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ray": "^1.32.4", @@ -6060,7 +6062,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench/tree/7.x" }, - "time": "2023-08-29T05:53:42+00:00" + "time": "2023-09-20T04:04:30+00:00" }, { "name": "orchestra/testbench-core", @@ -6068,12 +6070,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "d2163a287e9ef3a4471e5564c4d5540af6d7f32d" + "reference": "4edd3e0fae0ec93ae37d6c3b36b433431211f7b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/d2163a287e9ef3a4471e5564c4d5540af6d7f32d", - "reference": "d2163a287e9ef3a4471e5564c4d5540af6d7f32d", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/4edd3e0fae0ec93ae37d6c3b36b433431211f7b2", + "reference": "4edd3e0fae0ec93ae37d6c3b36b433431211f7b2", "shasum": "" }, "require": { @@ -6145,7 +6147,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2023-09-09T02:23:26+00:00" + "time": "2023-09-21T02:44:14+00:00" }, { "name": "orchestra/workbench", @@ -6153,25 +6155,26 @@ "source": { "type": "git", "url": "https://github.com/orchestral/workbench.git", - "reference": "ddf7da389d41e6c863458d710f0838617f76fa78" + "reference": "aa68bb4a9dfbee0f82ec7340bbd0313e0199559c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/workbench/zipball/ddf7da389d41e6c863458d710f0838617f76fa78", - "reference": "ddf7da389d41e6c863458d710f0838617f76fa78", + "url": "https://api.github.com/repos/orchestral/workbench/zipball/aa68bb4a9dfbee0f82ec7340bbd0313e0199559c", + "reference": "aa68bb4a9dfbee0f82ec7340bbd0313e0199559c", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", - "illuminate/console": "^9.52.15 || ^10.17.0", - "illuminate/support": "^9.52.15 || ^10.17.0", + "illuminate/console": "^9.52.15 || ^10.23.0", + "illuminate/support": "^9.52.15 || ^10.23.0", "laravel/tinker": "^2.8.2", - "orchestra/canvas": "^7.8 || ^8.7", - "orchestra/testbench-core": "^7.30.0 || ^8.10.0", + "orchestra/canvas": "^7.10.0 || ^8.9.0", + "orchestra/testbench-core": "^7.31.0 || ^8.11.0", "php": "^8.0" }, "require-dev": { "fakerphp/faker": "^1.21", + "laravel/framework": "^9.52.15 || ^10.23.0", "laravel/pint": "^1.4", "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10.7", @@ -6183,7 +6186,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "0.3.x-dev" } }, "autoload": { @@ -6212,7 +6215,7 @@ "issues": "https://github.com/orchestral/workbench/issues", "source": "https://github.com/orchestral/workbench/tree/master" }, - "time": "2023-09-14T01:30:51+00:00" + "time": "2023-09-21T00:03:35+00:00" }, { "name": "phar-io/manifest", @@ -6339,12 +6342,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef" + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", - "reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", "shasum": "" }, "require": { @@ -6401,7 +6404,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" }, "funding": [ { @@ -6409,7 +6412,7 @@ "type": "github" } ], - "time": "2023-09-12T14:36:20+00:00" + "time": "2023-09-19T04:57:46+00:00" }, { "name": "phpunit/php-file-iterator", @@ -6658,12 +6661,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a122c2ebd469b751d774aa0f613dc0d67697653f" + "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f", - "reference": "a122c2ebd469b751d774aa0f613dc0d67697653f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be", + "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be", "shasum": "" }, "require": { @@ -6737,7 +6740,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13" }, "funding": [ { @@ -6753,7 +6756,7 @@ "type": "tidelift" } ], - "time": "2023-09-12T14:39:31+00:00" + "time": "2023-09-19T05:39:22+00:00" }, { "name": "pimple/pimple", @@ -6814,12 +6817,12 @@ "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "2be8beb2b359461d4495e2cf53863553398ad8e7" + "reference": "bcb22101107f3bf770523b65630c9d547f60c540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2be8beb2b359461d4495e2cf53863553398ad8e7", - "reference": "2be8beb2b359461d4495e2cf53863553398ad8e7", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540", + "reference": "bcb22101107f3bf770523b65630c9d547f60c540", "shasum": "" }, "require": { @@ -6885,9 +6888,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/main" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.21" }, - "time": "2023-09-01T14:33:12+00:00" + "time": "2023-09-17T21:15:54+00:00" }, { "name": "sebastian/cli-parser", @@ -8052,16 +8055,16 @@ }, { "name": "spatie/ray", - "version": "1.38.0", + "version": "1.39.0", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "b77656d7475875375fcbccf28441eedf1596acd5" + "reference": "7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/b77656d7475875375fcbccf28441eedf1596acd5", - "reference": "b77656d7475875375fcbccf28441eedf1596acd5", + "url": "https://api.github.com/repos/spatie/ray/zipball/7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75", + "reference": "7ab6bd01dc6a8ecdd836b3182d40a04308ae0c75", "shasum": "" }, "require": { @@ -8112,7 +8115,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.38.0" + "source": "https://github.com/spatie/ray/tree/1.39.0" }, "funding": [ { @@ -8124,7 +8127,7 @@ "type": "other" } ], - "time": "2023-09-12T10:41:10+00:00" + "time": "2023-09-18T10:36:07+00:00" }, { "name": "symfony/polyfill-iconv",