File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function testEncryptAndDecrypt()
38
38
$ vault ->seal ('foo ' , $ plain );
39
39
40
40
unset($ _SERVER ['foo ' ], $ _ENV ['foo ' ]);
41
- (new Dotenv (false ))->load ($ this ->envFile );
41
+ (new Dotenv ())->load ($ this ->envFile );
42
42
43
43
$ decrypted = $ vault ->reveal ('foo ' );
44
44
$ this ->assertSame ($ plain , $ decrypted );
@@ -50,7 +50,7 @@ public function testEncryptAndDecrypt()
50
50
$ this ->assertFalse ($ vault ->remove ('foo ' ));
51
51
52
52
unset($ _SERVER ['foo ' ], $ _ENV ['foo ' ]);
53
- (new Dotenv (false ))->load ($ this ->envFile );
53
+ (new Dotenv ())->load ($ this ->envFile );
54
54
55
55
$ this ->assertArrayNotHasKey ('foo ' , $ vault ->list ());
56
56
}
Original file line number Diff line number Diff line change 37
37
"symfony/console" : " ^4.4|^5.0" ,
38
38
"symfony/css-selector" : " ^4.4|^5.0" ,
39
39
"symfony/dom-crawler" : " ^4.4|^5.0" ,
40
- "symfony/dotenv" : " ^4.4|^5.0 " ,
40
+ "symfony/dotenv" : " ^5.1 " ,
41
41
"symfony/polyfill-intl-icu" : " ~1.0" ,
42
42
"symfony/form" : " ^4.4|^5.0" ,
43
43
"symfony/expression-language" : " ^4.4|^5.0" ,
71
71
"symfony/asset" : " <4.4" ,
72
72
"symfony/browser-kit" : " <4.4" ,
73
73
"symfony/console" : " <4.4" ,
74
- "symfony/dotenv" : " <4.4 " ,
74
+ "symfony/dotenv" : " <5.1 " ,
75
75
"symfony/dom-crawler" : " <4.4" ,
76
76
"symfony/http-client" : " <4.4" ,
77
77
"symfony/form" : " <4.4" ,
You can’t perform that action at this time.
0 commit comments