vlucas / phpdotenv

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
BSD 3-Clause "New" or "Revised" License
13.17k stars 629 forks source link

Composer update issue with package #522

Closed Ifriqiya closed 2 years ago

Ifriqiya commented 2 years ago

I'm trying to install a php package and I end up with this message pointing to vlucas/phpdotenv: ` Problem 1

vlucas/phpdotenv was installed along with Laravel, and not directly by me.

What can I do to resolve this?

GrahamCampbell commented 2 years ago

flutterwavedev/flutterwave-v3 is using an end of life version of this package. They need to upgrade to version 5.

GrahamCampbell commented 2 years ago

If I were you, I'd be concerned by that package, because they have no upper-bound on their version constraints, so this package will almost certainly be broken if you were to install their master branch: https://github.com/Flutterwave/Flutterwave-PHP-v3/blob/master/composer.json#L16.

Ifriqiya commented 2 years ago

Thanks for pointing that out.