build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1

Bumps [openai-php/client](https://github.com/openai-php/client) from 0.6.4 to 0.7.1.
- [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.4...v0.7.1)

---
updated-dependencies:
- dependency-name: openai-php/client
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-31 11:23:46 +00:00 committed by GitHub
parent d3b8f76787
commit 8824f78dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"openai-php/client": "^0.6.1",
"openai-php/client": "^0.7.1",
"phpunit/php-code-coverage": "^10.0",
"phpunit/phpunit": "^10.1",
"psalm/plugin-laravel": "^2.8",

16
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a0824739b9d145bf875bf9ae54e89b07",
"content-hash": "72aff503d8ed7e9697da318869b3c479",
"packages": [
{
"name": "aws/aws-crt-php",
@ -9661,16 +9661,16 @@
},
{
"name": "openai-php/client",
"version": "v0.6.4",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/openai-php/client.git",
"reference": "6e0738a3f052fb0d27bd57136fff47db96248f65"
"reference": "ca17a3d0c8651efa61959434eed32665358c8f63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/openai-php/client/zipball/6e0738a3f052fb0d27bd57136fff47db96248f65",
"reference": "6e0738a3f052fb0d27bd57136fff47db96248f65",
"url": "https://api.github.com/repos/openai-php/client/zipball/ca17a3d0c8651efa61959434eed32665358c8f63",
"reference": "ca17a3d0c8651efa61959434eed32665358c8f63",
"shasum": ""
},
"require": {
@ -9687,7 +9687,7 @@
"guzzlehttp/psr7": "^2.5.0",
"laravel/pint": "^1.10.3",
"nunomaduro/collision": "^7.7.0",
"pestphp/pest": "dev-develop as 2.6.2",
"pestphp/pest": "^2.16.0",
"pestphp/pest-plugin-arch": "^2.2.1",
"pestphp/pest-plugin-mock": "^2.0.0",
"pestphp/pest-plugin-type-coverage": "^2.0.0",
@ -9733,7 +9733,7 @@
],
"support": {
"issues": "https://github.com/openai-php/client/issues",
"source": "https://github.com/openai-php/client/tree/v0.6.4"
"source": "https://github.com/openai-php/client/tree/v0.7.1"
},
"funding": [
{
@ -9749,7 +9749,7 @@
"type": "github"
}
],
"time": "2023-07-18T22:59:43+00:00"
"time": "2023-08-29T09:59:30+00:00"
},
{
"name": "orchestra/testbench",