Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@helhum helhum released this 01 Sep 16:09
v3.0.0

New major version release. This release does not contain breaking changes for users only having a .env file and neither using any
classes from this package nor the (now removed) configuration option include-template-file!

Features

  • New config option adapter with which a fully qualified class name can be specified that must implement \Helhum\DotEnvConnector\DotEnvVars. By that different implementations of .env file parsing can be provided in a clean manner. The symfony/dotenv package is still required and used by default to keep the "plug and play" simplicity.
  • Compatibility with symfony/dotenv higher or equal 5.1.0

Breaking changes

  • Replaced config option include-template-file with adapter
  • PHP 7.2 and higher as minimum requirement
  • symfony/dotenv 5.1.0 and higher as minimum requirement