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:
dependabot[bot] 2023-10-24 10:47:54 +00:00 committed by GitHub
parent 668cf8eb8b
commit 1899a41edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

34
composer.lock generated
View file

@ -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",