0.2.0
Pre-release
Pre-release
Updated the bundle to match (a few of) the changes in the PR against symfony/symfony.
- The trait is now removed.
- The env function now takes a second parameter, with the default value used if the environment variable specified does not exist.
- The env function now throws an exception if the environment variable does not exist. (This bundle throws an InvalidArgumentException, the PR throws a subclass of that)