Skip to content

Bump symfony/dotenv from 7.4.9 to 8.1.0#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/dotenv-8.1.0
Open

Bump symfony/dotenv from 7.4.9 to 8.1.0#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/dotenv-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown

Bumps symfony/dotenv from 7.4.9 to 8.1.0.

Release notes

Sourced from symfony/dotenv's releases.

v8.1.0

Changelog (symfony/dotenv@v8.1.0-BETA2...v8.1.0)

v8.1.0-BETA2

Changelog (symfony/dotenv@v8.1.0-BETA1...v8.1.0-BETA2)

v8.1.0-BETA1

No release notes provided.

v8.0.11

Changelog (symfony/dotenv@v8.0.9...v8.0.11)

v8.0.9

Changelog (symfony/dotenv@v8.0.8...v8.0.9)

v8.0.8

Changelog (symfony/dotenv@v8.0.7...v8.0.8)

v8.0.7

Changelog (symfony/dotenv@v8.0.6...v8.0.7)

  • bug #63496 Defer variable and command expansion to account for overrides from subsequent .env files (@​nicolas-grekas)

v8.0.6

Changelog (symfony/dotenv@v8.0.5...v8.0.6)

  • bug #63372 Use SYMFONY_DOTENV_PATH variable when dumping dotenv (@​Spea)

v8.0.0

Changelog (symfony/dotenv@v8.0.0-RC3...v8.0.0)

  • no significant changes

v8.0.0-RC2

Changelog (symfony/dotenv@v8.0.0-RC1...v8.0.0-RC2)

... (truncated)

Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

8.0

  • Remove $defaultName and $defaultDescription properties from DebugCommand command, configuration is done through the #[AsCommand] attribute

7.1

  • Add SYMFONY_DOTENV_PATH variable with the path to the .env file loaded by Dotenv::loadEnv() or Dotenv::bootEnv()

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

... (truncated)

Commits
  • 7ed4e3a Add call to backers in README files
  • d568734 Merge branch '8.0' into 8.1
  • c9db367 Merge branch '7.4' into 8.0
  • 1506847 Merge branch '6.4' into 7.4
  • fccc03c [Dotenv] Don't truncate external env vars containing $ when referenced via ${...
  • 3387db9 Merge branch '8.0' into 8.1
  • 82e1d8f Merge branch '7.4' into 8.0
  • 82e9b13 Merge branch '6.4' into 7.4
  • e25b004 [Dotenv] Don't truncate OS env vars containing $ when $_ENV is unpopulated
  • 84c9ab7 Merge branch '8.0' into 8.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jun 14, 2026
Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 7.4.9 to 8.1.0.
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dotenv@v7.4.9...v8.1.0)

---
updated-dependencies:
- dependency-name: symfony/dotenv
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony/dotenv-8.1.0 branch from 20ea607 to 1ded971 Compare June 14, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Development

Successfully merging this pull request may close these issues.

0 participants