Merge pull request #1250 from jonnybarnes/dependabot/composer/openai-php/client-0.8.2

build(deps-dev): Bump openai-php/client from 0.8.1 to 0.8.2
This commit is contained in:
Jonny Barnes 2024-01-26 20:35:47 +00:00 committed by GitHub
commit a8ec0df6fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
composer.lock generated
View file

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