diff --git a/composer.json b/composer.json index f644792f..2dcc410e 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 0b4d0bcc..aa01eee3 100644 --- a/composer.lock +++ b/composer.lock @@ -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",