Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #737 from transcom/phpdotenv
Browse files Browse the repository at this point in the history
MB-7115: update phpdotenv
  • Loading branch information
carterjones authored Mar 18, 2021
2 parents 7eb21b2 + cb3f323 commit 6da0d62
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"drush/drush": "^10.3",
"phpoffice/phpspreadsheet": "1.17.1",
"phpunit/phpunit": "^9.5",
"vlucas/phpdotenv": "^2.4",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3"
},
Expand Down
157 changes: 144 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion load.environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Load any .env file. See /.env.example.
*/
$dotenv = new Dotenv(__DIR__);
$dotenv = Dotenv::createImmutable(__DIR__);
try {
$dotenv->load();
}
Expand Down

0 comments on commit 6da0d62

Please sign in to comment.