File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
"monolog/monolog" : " ~1.8" ,
35
35
"codeception/specify" : " ~0.3" ,
36
36
"squizlabs/php_codesniffer" : " ~2.0" ,
37
- "vlucas/phpdotenv" : " ^2.0 | ^3.0 | ^4.0" ,
37
+ "vlucas/phpdotenv" : " ^2.0 | ^3.0 | ^4.0 | ^5.0 " ,
38
38
"symfony/process" : " >=2.7 <6.0" ,
39
39
"codeception/module-asserts" : " *@dev" ,
40
40
"codeception/module-cli" : " *@dev" ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ protected function loadDotEnvFile()
119
119
//dotenv v5
120
120
$ repository = \Dotenv \Repository \RepositoryBuilder::createWithNoAdapters ()
121
121
->addAdapter (\Dotenv \Repository \Adapter \EnvConstAdapter::class)
122
+ ->addAdapter (\Dotenv \Repository \Adapter \ServerConstAdapter::class)
122
123
->make ();
123
124
$ dotEnv = \Dotenv \Dotenv::create ($ repository , codecept_root_dir (), $ this ->paramStorage );
124
125
} elseif (class_exists ('Dotenv\Repository\RepositoryBuilder ' )) {
You can’t perform that action at this time.
0 commit comments