We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c84dce1 + 4e8bfa1 commit f8f425eCopy full SHA for f8f425e
upgrade.md
@@ -113,9 +113,7 @@ Lumen 5.8 makes use of the newest implementation of the `vlucas/phpdotenv` libra
113
dirname(__DIR__)
114
))->bootstrap();
115
116
-Additionally, you'll need to update your dependency in your `composer.json` to the new version:
117
-
118
- "vlucas/phpdotenv": "^3.3"
+Additionally, remove the `vlucas/phpdotenv` dependency from your application's `composer.json` file as it is now a dependency of Lumen.
119
120
<a name="upgrade-5.7.0"></a>
121
## Upgrading To 5.7.0 From 5.6
0 commit comments