You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The composer.json for this project makes dotenv a requirement, however the actual code only uses dotenv if the class exists and if it doesn't and the proper environment is set then the package should function just fine.
I'd suggest that switching dotenv from a required dependency to a suggestion (or a require-dev dependency) so that it's not installed if you don't need it.