build(deps-dev): Bump openai-php/client from 0.7.3 to 0.7.4
Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/openai-php/client/releases) - [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai-php/client/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: openai-php/client dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
668cf8eb8b
commit
1899a41edc
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",
|
"name": "openai-php/client",
|
||||||
"version": "v0.7.3",
|
"version": "v0.7.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/openai-php/client.git",
|
"url": "https://github.com/openai-php/client.git",
|
||||||
"reference": "86ffa2abe167d6192f01d4df90f83a97c8533303"
|
"reference": "bfa2f7e15909c01317064021cd3b15bc5bbd929b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/openai-php/client/zipball/86ffa2abe167d6192f01d4df90f83a97c8533303",
|
"url": "https://api.github.com/repos/openai-php/client/zipball/bfa2f7e15909c01317064021cd3b15bc5bbd929b",
|
||||||
"reference": "86ffa2abe167d6192f01d4df90f83a97c8533303",
|
"reference": "bfa2f7e15909c01317064021cd3b15bc5bbd929b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1.0",
|
"php": "^8.1.0",
|
||||||
"php-http/discovery": "^1.19.0",
|
"php-http/discovery": "^1.19.1",
|
||||||
"php-http/multipart-stream-builder": "^1.3.0",
|
"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-client-implementation": "^1.0.1",
|
||||||
"psr/http-factory-implementation": "*",
|
"psr/http-factory-implementation": "*",
|
||||||
"psr/http-message": "^1.1.0|^2.0.0"
|
"psr/http-message": "^1.1.0|^2.0.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"guzzlehttp/guzzle": "^7.7.0",
|
"guzzlehttp/guzzle": "^7.8.0",
|
||||||
"guzzlehttp/psr7": "^2.5.0",
|
"guzzlehttp/psr7": "^2.6.1",
|
||||||
"laravel/pint": "^1.10.3",
|
"laravel/pint": "^1.13.2",
|
||||||
"nunomaduro/collision": "^7.7.0",
|
"nunomaduro/collision": "^7.9.0",
|
||||||
"pestphp/pest": "^2.16.0",
|
"pestphp/pest": "^2.19.2",
|
||||||
"pestphp/pest-plugin-arch": "^2.2.1",
|
"pestphp/pest-plugin-arch": "^2.3.3",
|
||||||
"pestphp/pest-plugin-mock": "^2.0.0",
|
"pestphp/pest-plugin-mock": "^2.0.0",
|
||||||
"pestphp/pest-plugin-type-coverage": "^2.0.0",
|
"pestphp/pest-plugin-type-coverage": "^2.2.0",
|
||||||
"phpstan/phpstan": "^1.10.25",
|
"phpstan/phpstan": "^1.10.35",
|
||||||
"rector/rector": "^0.16.0",
|
"rector/rector": "^0.16.0",
|
||||||
"symfony/var-dumper": "^6.3.1"
|
"symfony/var-dumper": "^6.3.4"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -9747,7 +9747,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.7.3"
|
"source": "https://github.com/openai-php/client/tree/v0.7.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -9763,7 +9763,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-08T08:48:59+00:00"
|
"time": "2023-10-21T09:00:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "orchestra/testbench",
|
"name": "orchestra/testbench",
|
||||||
|
|
Loading…
Add table
Reference in a new issue