Skip to content

Bump symfony/dotenv from 7.4.14 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.14 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
Contributor

Bumps symfony/dotenv from 7.4.14 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

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

v8.0.14

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

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

... (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
  • 3387db9 Merge branch '8.0' into 8.1
  • 82e1d8f Merge branch '7.4' into 8.0
  • 84c9ab7 Merge branch '8.0' into 8.1
  • f75c67b Merge branch '7.4' into 8.0
  • 9ccb1b3 Merge branch '8.0' into 8.1
  • 0a1f94f Merge branch '7.4' into 8.0
  • 80ec978 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
@dependabot
dependabot Bot force-pushed the dependabot/composer/symfony/dotenv-8.1.0 branch from 20ea607 to 1ded971 Compare June 14, 2026 11:51
@WentTheFox

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [symfony/dotenv](https://github.com/symfony/dotenv) from 7.4.14 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.14...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 changed the title Bump symfony/dotenv from 7.4.9 to 8.1.0 Bump symfony/dotenv from 7.4.14 to 8.1.0 Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/symfony/dotenv-8.1.0 branch from 1ded971 to f8a5fd8 Compare July 26, 2026 11:28
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.

1 participant