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.
1 parent 18940d5 commit ea4796eCopy full SHA for ea4796e
composer.json
@@ -41,7 +41,7 @@
41
"symfony/routing": "^5.1",
42
"symfony/var-dumper": "^5.1",
43
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
44
- "vlucas/phpdotenv": "^5.0",
+ "vlucas/phpdotenv": "^5.2",
45
"voku/portable-ascii": "^1.4.8"
46
},
47
"replace": {
src/Illuminate/Support/composer.json
@@ -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).",
48
- "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)."
49
50
"config": {
51
"sort-packages": true
0 commit comments