Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@magnusnordlander magnusnordlander released this 10 Aug 15:58

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)