Closed ederuiter closed 2 years ago
You're right! We are going to remove that
Thanks again @ederuiter added the bug to one of our upcoming sprint. Are you helped with us providing a commit/patch in the meantime or can you wait until our next release?
I can wait until the next release as I was able to workaround it by adding this to our composer.json
"provide": {
"vlucas/phpdotenv": "5.4"
},
Thanks @ederuiter, we keep you posted :)
vlucas/phpdotenv is moved to dev in the next update
Currently the
vlucas/phpdotenv
package is a direct dependency although it is only used in the examples/tests.For us this lead to problems with an old laravel install (as laravel 7 required phpdotenv 4, and this package requires phpdotenv 5)