From b2bbada4e270926b5add71c739cc8b95edc3d38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:08:45 +0000 Subject: [PATCH] Update openai-php/laravel requirement from ^0.9.1 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.9.1...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 c227bd2..1d98937 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require": { "php": "^8.2", "illuminate/contracts": "^10.0||^11.0", - "openai-php/laravel": "^0.9.1", + "openai-php/laravel": "^0.10.1", "spatie/laravel-package-tools": "^1.16" }, "require-dev": {