- [BREAKING] Possible breaking because change of the way the .env path is determined.
- [TASK] Refactor for Deployer 7.
- [TASK] Update dependencies to Deployer 7.
- [BUGFIX] Add compatibility with PHP 7.0.
- [BUGFIX] Fix compatibility with symfony/dotenv 4.x where $envKey must be a string.
- [TASK] Add Env class with load() / get() methods.
- [TASK][BREAKING] Remove class Instance with public method getLocalInstance. Use (new Env())->get('INSTANCE'); instead.
- [TASK] Change getenv to $_ENV as default for symfony/dotenv.
- [TASK] Add ddev config.
- [TASK] Increase symfony/dotenv version.
- [FEATURE] Use loadEnv function from SymfonyDotenv if possible.
- [TASK][BREAKING] Rename getCurrentInstance to getLocalInstance
- [FEATURE] AddConfiguration->getLocalHost method.
- [TASK][BREAKING] Refactor on default vars.
- [TASK][BREAKING] Compatibility with Deployer 6.4+
- [TASK] Dos.
- Init version