Skip to content

Commit

Permalink
Bumped minimum vlucas/phpdotenv version (#34336)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Sep 14, 2020
1 parent 18940d5 commit ea4796e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"symfony/routing": "^5.1",
"symfony/var-dumper": "^5.1",
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
"vlucas/phpdotenv": "^5.0",
"vlucas/phpdotenv": "^5.2",
"voku/portable-ascii": "^1.4.8"
},
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ramsey/uuid": "Required to use Str::uuid() (^4.0).",
"symfony/process": "Required to use the composer class (^5.1).",
"symfony/var-dumper": "Required to use the dd function (^5.1).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.0)."
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit ea4796e

Please sign in to comment.