Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit c25833a

Browse files
authored
Merge pull request #132 from laravel/phpdotenv
[5.8] No need to require phpdotenv anymore
2 parents 23afd60 + b269e4c commit c25833a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"type": "project",
77
"require": {
88
"php": ">=7.1.3",
9-
"laravel/lumen-framework": "5.8.*",
10-
"vlucas/phpdotenv": "^3.3"
9+
"laravel/lumen-framework": "5.8.*"
1110
},
1211
"require-dev": {
1312
"fzaninotto/faker": "^1.4",

0 commit comments

Comments
 (0)