diff --git a/composer.lock b/composer.lock index 4ad29b56..34d82722 100644 --- a/composer.lock +++ b/composer.lock @@ -10425,21 +10425,21 @@ }, { "name": "openai-php/client", - "version": "v0.8.1", + "version": "v0.8.2", "source": { "type": "git", "url": "https://github.com/openai-php/client.git", - "reference": "ce84f541fe8a2869de7f48030d5757be1fd604c9" + "reference": "081ea0b0096d5788ae1d4f8e2e4c82d7f68dccb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openai-php/client/zipball/ce84f541fe8a2869de7f48030d5757be1fd604c9", - "reference": "ce84f541fe8a2869de7f48030d5757be1fd604c9", + "url": "https://api.github.com/repos/openai-php/client/zipball/081ea0b0096d5788ae1d4f8e2e4c82d7f68dccb7", + "reference": "081ea0b0096d5788ae1d4f8e2e4c82d7f68dccb7", "shasum": "" }, "require": { "php": "^8.1.0", - "php-http/discovery": "^1.19.1", + "php-http/discovery": "^1.19.2", "php-http/multipart-stream-builder": "^1.3.0", "psr/http-client": "^1.0.3", "psr/http-client-implementation": "^1.0.1", @@ -10452,12 +10452,12 @@ "laravel/pint": "^1.13.7", "mockery/mockery": "^1.6.7", "nunomaduro/collision": "^7.10.0", - "pestphp/pest": "^2.28.1", - "pestphp/pest-plugin-arch": "^2.5", - "pestphp/pest-plugin-type-coverage": "^2.5.0", - "phpstan/phpstan": "^1.10.50", + "pestphp/pest": "^2.30.0", + "pestphp/pest-plugin-arch": "^2.6", + "pestphp/pest-plugin-type-coverage": "^2.7.0", + "phpstan/phpstan": "^1.10.55", "rector/rector": "^0.16.0", - "symfony/var-dumper": "^6.4" + "symfony/var-dumper": "^6.4.2" }, "type": "library", "autoload": { @@ -10497,7 +10497,7 @@ ], "support": { "issues": "https://github.com/openai-php/client/issues", - "source": "https://github.com/openai-php/client/tree/v0.8.1" + "source": "https://github.com/openai-php/client/tree/v0.8.2" }, "funding": [ { @@ -10513,7 +10513,7 @@ "type": "github" } ], - "time": "2023-12-22T15:18:26+00:00" + "time": "2024-01-26T08:20:30+00:00" }, { "name": "orchestra/canvas",