From 5aa2eaa35b0c3a38a32ac493afb2156d1e19a49c Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Tue, 8 Oct 2024 18:11:43 +0700 Subject: [PATCH] #5668 Changed the package name to magenable/openai-php-client --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6e2f72e..da7f45b4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "openai-php/client", + "name": "magenable/openai-php-client", "description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API", "keywords": ["php", "openai", "sdk", "codex", "GPT-3", "DALL-E", "api", "client", "natural", "language", "processing"], "license": "MIT",