Skip to content

Commit ea4796e

Browse files
Bumped minimum vlucas/phpdotenv version (#34336)
1 parent 18940d5 commit ea4796e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/routing": "^5.1",
4242
"symfony/var-dumper": "^5.1",
4343
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
44-
"vlucas/phpdotenv": "^5.0",
44+
"vlucas/phpdotenv": "^5.2",
4545
"voku/portable-ascii": "^1.4.8"
4646
},
4747
"replace": {

src/Illuminate/Support/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ramsey/uuid": "Required to use Str::uuid() (^4.0).",
4646
"symfony/process": "Required to use the composer class (^5.1).",
4747
"symfony/var-dumper": "Required to use the dd function (^5.1).",
48-
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.0)."
48+
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
4949
},
5050
"config": {
5151
"sort-packages": true

0 commit comments

Comments
 (0)