Merge pull request #960 from jonnybarnes/dependabot/composer/openai-php/client-0.6.3

build(deps-dev): Bump openai-php/client from 0.6.2 to 0.6.3
This commit is contained in:
Jonny Barnes 2023-07-10 14:57:58 +01:00 committed by GitHub
commit 07c313a24b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
composer.lock generated
View file

@ -9645,21 +9645,21 @@
},
{
"name": "openai-php/client",
"version": "v0.6.2",
"version": "v0.6.3",
"source": {
"type": "git",
"url": "https://github.com/openai-php/client.git",
"reference": "aca5cfcfdc7effa1418f4b6997c3510826786b25"
"reference": "b703dba3bee84c68f14d454f6e30170774d11734"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/openai-php/client/zipball/aca5cfcfdc7effa1418f4b6997c3510826786b25",
"reference": "aca5cfcfdc7effa1418f4b6997c3510826786b25",
"url": "https://api.github.com/repos/openai-php/client/zipball/b703dba3bee84c68f14d454f6e30170774d11734",
"reference": "b703dba3bee84c68f14d454f6e30170774d11734",
"shasum": ""
},
"require": {
"php": "^8.1.0",
"php-http/discovery": "^1.18.1",
"php-http/discovery": "^1.19.0",
"php-http/multipart-stream-builder": "^1.3.0",
"psr/http-client": "^1.0.2",
"psr/http-client-implementation": "^1.0.1",
@ -9669,15 +9669,15 @@
"require-dev": {
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/psr7": "^2.5.0",
"laravel/pint": "^1.10.2",
"nunomaduro/collision": "^7.5.2",
"laravel/pint": "^1.10.3",
"nunomaduro/collision": "^7.7.0",
"pestphp/pest": "dev-develop as 2.6.2",
"pestphp/pest-plugin-arch": "^2.2.0",
"pestphp/pest-plugin-arch": "^2.2.1",
"pestphp/pest-plugin-mock": "^2.0.0",
"pestphp/pest-plugin-type-coverage": "^2.0.0",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan": "^1.10.25",
"rector/rector": "^0.16.0",
"symfony/var-dumper": "^6.3.0"
"symfony/var-dumper": "^6.3.1"
},
"type": "library",
"autoload": {
@ -9717,7 +9717,7 @@
],
"support": {
"issues": "https://github.com/openai-php/client/issues",
"source": "https://github.com/openai-php/client/tree/v0.6.2"
"source": "https://github.com/openai-php/client/tree/v0.6.3"
},
"funding": [
{
@ -9733,7 +9733,7 @@
"type": "github"
}
],
"time": "2023-06-23T20:13:33+00:00"
"time": "2023-07-07T12:49:58+00:00"
},
{
"name": "phar-io/manifest",