From 0296b1d77f6dafa04dfd43820d68e09436411d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:10:35 +0000 Subject: [PATCH] Update openai-php/laravel requirement from ^0.8.0 to ^0.10.1 Updates the requirements on [openai-php/laravel](https://github.com/openai-php/laravel) to permit the latest version. - [Release notes](https://github.com/openai-php/laravel/releases) - [Changelog](https://github.com/openai-php/laravel/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai-php/laravel/compare/v0.8.0...v0.10.1) --- updated-dependencies: - dependency-name: openai-php/laravel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a13d4eb..acc16c2 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "google/cloud-translate": "^1.17", "illuminate/contracts": ">=9.0 <12.0", "illuminate/support": ">=9.0 <12.0", - "openai-php/laravel": "^0.8.0", + "openai-php/laravel": "^0.10.1", "stichoza/google-translate-php": "^5.1" }, "require-dev": {