openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel-zero

gpibarra opened this issue · comments

is the dependency "laravel/framework: ^9.46.0|^10.7.1" necessary? Could it be ""laravel/support: ^9.46.0|^10.7.1"?

I've tried installing with laravel-zero (it gave errors with "pestphp/pest" but I was able to update it), but composer warns that there are ambiguous class resolution in Illuminate\Foundation* classes (since openia dependencies install in vendor/laravel/framework/src/Illuminate /Foundation and those in vendor/laravel-zero/foundation/src/Illuminate/Foundation)