Merge pull request #1027 from jonnybarnes/dependabot/composer/openai-php/client-0.7.1
build(deps-dev): Bump openai-php/client from 0.6.4 to 0.7.1
This commit is contained in:
commit
76578ae520
2 changed files with 9 additions and 9 deletions
|
@ -39,7 +39,7 @@
|
||||||
"laravel/sail": "^1.18",
|
"laravel/sail": "^1.18",
|
||||||
"mockery/mockery": "^1.4.4",
|
"mockery/mockery": "^1.4.4",
|
||||||
"nunomaduro/collision": "^7.0",
|
"nunomaduro/collision": "^7.0",
|
||||||
"openai-php/client": "^0.6.1",
|
"openai-php/client": "^0.7.1",
|
||||||
"phpunit/php-code-coverage": "^10.0",
|
"phpunit/php-code-coverage": "^10.0",
|
||||||
"phpunit/phpunit": "^10.1",
|
"phpunit/phpunit": "^10.1",
|
||||||
"psalm/plugin-laravel": "^2.8",
|
"psalm/plugin-laravel": "^2.8",
|
||||||
|
|
16
composer.lock
generated
16
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a0824739b9d145bf875bf9ae54e89b07",
|
"content-hash": "72aff503d8ed7e9697da318869b3c479",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -9661,16 +9661,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "openai-php/client",
|
"name": "openai-php/client",
|
||||||
"version": "v0.6.4",
|
"version": "v0.7.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/openai-php/client.git",
|
"url": "https://github.com/openai-php/client.git",
|
||||||
"reference": "6e0738a3f052fb0d27bd57136fff47db96248f65"
|
"reference": "ca17a3d0c8651efa61959434eed32665358c8f63"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/openai-php/client/zipball/6e0738a3f052fb0d27bd57136fff47db96248f65",
|
"url": "https://api.github.com/repos/openai-php/client/zipball/ca17a3d0c8651efa61959434eed32665358c8f63",
|
||||||
"reference": "6e0738a3f052fb0d27bd57136fff47db96248f65",
|
"reference": "ca17a3d0c8651efa61959434eed32665358c8f63",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -9687,7 +9687,7 @@
|
||||||
"guzzlehttp/psr7": "^2.5.0",
|
"guzzlehttp/psr7": "^2.5.0",
|
||||||
"laravel/pint": "^1.10.3",
|
"laravel/pint": "^1.10.3",
|
||||||
"nunomaduro/collision": "^7.7.0",
|
"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-arch": "^2.2.1",
|
||||||
"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.0.0",
|
||||||
|
@ -9733,7 +9733,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.6.4"
|
"source": "https://github.com/openai-php/client/tree/v0.7.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -9749,7 +9749,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-07-18T22:59:43+00:00"
|
"time": "2023-08-29T09:59:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "orchestra/testbench",
|
"name": "orchestra/testbench",
|
||||||
|
|
Loading…
Add table
Reference in a new issue