-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
Change this composer.json requirement so it works with future phpdotenv versions like 5.0 since every time Laravel updates it causes a conflict with your package and your requirement basically says to require any version except for the latest one which is counterproductive:
"require": {
"vlucas/phpdotenv": "~1.0|~2.0|^3.0|^4.0"
Metadata
Metadata
Assignees
Labels
No labels