Merge pull request #1093 from jonnybarnes/dependabot/composer/openai-php/client-0.7.4
build(deps-dev): Bump openai-php/client from 0.7.3 to 0.7.4
This commit is contained in:
commit
658f2048b3
1 changed files with 17 additions and 17 deletions
34
composer.lock
generated
34
composer.lock
generated
|
@ -9675,39 +9675,39 @@
|
|||
},
|
||||
{
|
||||
"name": "openai-php/client",
|
||||
"version": "v0.7.3",
|
||||
"version": "v0.7.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/openai-php/client.git",
|
||||
"reference": "86ffa2abe167d6192f01d4df90f83a97c8533303"
|
||||
"reference": "bfa2f7e15909c01317064021cd3b15bc5bbd929b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/openai-php/client/zipball/86ffa2abe167d6192f01d4df90f83a97c8533303",
|
||||
"reference": "86ffa2abe167d6192f01d4df90f83a97c8533303",
|
||||
"url": "https://api.github.com/repos/openai-php/client/zipball/bfa2f7e15909c01317064021cd3b15bc5bbd929b",
|
||||
"reference": "bfa2f7e15909c01317064021cd3b15bc5bbd929b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1.0",
|
||||
"php-http/discovery": "^1.19.0",
|
||||
"php-http/discovery": "^1.19.1",
|
||||
"php-http/multipart-stream-builder": "^1.3.0",
|
||||
"psr/http-client": "^1.0.2",
|
||||
"psr/http-client": "^1.0.3",
|
||||
"psr/http-client-implementation": "^1.0.1",
|
||||
"psr/http-factory-implementation": "*",
|
||||
"psr/http-message": "^1.1.0|^2.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/guzzle": "^7.7.0",
|
||||
"guzzlehttp/psr7": "^2.5.0",
|
||||
"laravel/pint": "^1.10.3",
|
||||
"nunomaduro/collision": "^7.7.0",
|
||||
"pestphp/pest": "^2.16.0",
|
||||
"pestphp/pest-plugin-arch": "^2.2.1",
|
||||
"guzzlehttp/guzzle": "^7.8.0",
|
||||
"guzzlehttp/psr7": "^2.6.1",
|
||||
"laravel/pint": "^1.13.2",
|
||||
"nunomaduro/collision": "^7.9.0",
|
||||
"pestphp/pest": "^2.19.2",
|
||||
"pestphp/pest-plugin-arch": "^2.3.3",
|
||||
"pestphp/pest-plugin-mock": "^2.0.0",
|
||||
"pestphp/pest-plugin-type-coverage": "^2.0.0",
|
||||
"phpstan/phpstan": "^1.10.25",
|
||||
"pestphp/pest-plugin-type-coverage": "^2.2.0",
|
||||
"phpstan/phpstan": "^1.10.35",
|
||||
"rector/rector": "^0.16.0",
|
||||
"symfony/var-dumper": "^6.3.1"
|
||||
"symfony/var-dumper": "^6.3.4"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -9747,7 +9747,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/openai-php/client/issues",
|
||||
"source": "https://github.com/openai-php/client/tree/v0.7.3"
|
||||
"source": "https://github.com/openai-php/client/tree/v0.7.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -9763,7 +9763,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-08T08:48:59+00:00"
|
||||
"time": "2023-10-21T09:00:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "orchestra/testbench",
|
||||
|
|
Loading…
Add table
Reference in a new issue