Skip to content

Commit f8f425e

Browse files
authored
Merge pull request #202 from Mtillmann/patch-1
advise to remove local dotenv dep from 5.8 upgrade
2 parents c84dce1 + 4e8bfa1 commit f8f425e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

upgrade.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ Lumen 5.8 makes use of the newest implementation of the `vlucas/phpdotenv` libra
113113
dirname(__DIR__)
114114
))->bootstrap();
115115

116-
Additionally, you'll need to update your dependency in your `composer.json` to the new version:
117-
118-
"vlucas/phpdotenv": "^3.3"
116+
Additionally, remove the `vlucas/phpdotenv` dependency from your application's `composer.json` file as it is now a dependency of Lumen.
119117

120118
<a name="upgrade-5.7.0"></a>
121119
## Upgrading To 5.7.0 From 5.6

0 commit comments

Comments
 (0)