Skip to content

Commit 5981c1a

Browse files
committed
fix(env-loader): prevent dotenv override and preserve runtime/test variables
Ensure EnvironmentLoader no longer overrides existing $_ENV / putenv values. Added pre-load snapshot + post-load restore mechanism to protect local, CI, and PHPUnit variables from unexpected .env overwrites. Improves reliability across libraries and guarantees test isolation.
1 parent 68ef998 commit 5981c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.2

0 commit comments

Comments
 (0)