2.0.0
-
Dropped our parser in favor of the absolutely beautiful parser by @m1 here.
This change now improves our
.envparsing, and also makes parsed output a bit more lax. Please take note of this if you expectphp-dotenv.envfiles to be bash compatible; you may wish to manually check as stated in the readme.One notable change is the introduction of a ParseException which is currently not caught by the
->parse()call. We retain the right to change this in a minor release to bring it in line with the rest of the codebase.