build(deps-dev): Bump openai-php/client from 0.6.2 to 0.6.3

Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.2 to 0.6.3.
- [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.6.2...v0.6.3)

---
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-07-10 13:53:48 +00:00 committed by GitHub
parent b357bff1cb
commit f581ae77e9
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",