Skip to content

Bump vlucas/phpdotenv from 5.3.1 to 5.6.4 in the composer-minor-and-patch group - #60

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-minor-and-patch-496b7182b7
Closed

Bump vlucas/phpdotenv from 5.3.1 to 5.6.4 in the composer-minor-and-patch group#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-minor-and-patch-496b7182b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer-minor-and-patch group with 1 update: vlucas/phpdotenv.

Updates vlucas/phpdotenv from 5.3.1 to 5.6.4

Release notes

Sourced from vlucas/phpdotenv's releases.

V5.6.3 (27/12/2025)

We announce the immediate availability V5.6.3.

Changes

  • Add official support for PHP 8.5 (cd59ef0935168961aa100678fb61c8fd4d1044a0, 955e7815d677a3eaa7075231212f2110983adecc)

V5.6.2 (01/05/2025)

We announce the immediate availability V5.6.2.

Changes

V5.6.1 (20/07/2024)

We announce the immediate availability V5.6.1.

Changes

  • Add official support for PHP 8.4 (d31de17d8994832de1ff233986b224c3b56ef475, a59a13791077fe3d44f90e7133eb68e7d22eaff2)

V5.6.0 (12/11/2023)

We announce the immediate availability V5.6.0.

Changes

  • Removed support for PHP 7.1 (f1f4ca570735af96e7fb1c173f0fe71d9229b75c)
  • Add official support for PHP 8.3 (f1f4ca570735af96e7fb1c173f0fe71d9229b75c)

V5.5.0 (16/10/2022)

We announce the immediate availability V5.5.0.

New Features

  • Add support for unicode variable names (1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7)

Changes

  • Add official support for PHP 8.2 (b674e23043fb054147eea190465467a71dd2ed85)
  • Made repository checks a little stricter (4c165455a670005a05edbdf97a5590aa3e4936ec)

Bug Fixes

  • Fix issue where line ending in =" is incorrectly marked as a multi-line start (f9266951999a6a4059a6edea926a1d19f40cfc3b)

V5.4.1 (12/12/2021)

We announce the immediate availability V5.4.1.

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the composer-minor-and-patch group with 1 update: [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv).


Updates `vlucas/phpdotenv` from 5.3.1 to 5.6.4
- [Release notes](https://github.com/vlucas/phpdotenv/releases)
- [Commits](vlucas/phpdotenv@v5.3.1...v5.6.4)

---
updated-dependencies:
- dependency-name: vlucas/phpdotenv
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 10, 2026
Firehed added a commit that referenced this pull request Aug 11, 2026
PHP 8.1 is EOL, and the Docker build was failing independently of that.
This moves the template to 8.4 and fixes the build.

## Two unrelated breakages

**xdebug no longer compiles.** `pecl install xdebug` fails at configure
with `rtnetlink.h is required, install the linux-headers package`. A
recent Xdebug release added that dependency, and `$PHPIZE_DEPS` does not
include it. This is not version-specific — it reproduces identically on
8.1 and 8.4. `linux-headers` is installed in the `env-with-xdebug` stage
only, so the production `env` and `server` images stay unchanged.

**The 2023 dependency set does not run on 8.4.** `nikic/php-parser` 4.x
triggers an implicitly-nullable-parameter deprecation, which
`bootstrap.php` promotes to an `ErrorException`, so
`orm:generate-proxies` fatals during the `server` build. A plain
`composer update` resolves it — every package stayed inside its existing
constraint, so no major version bumps were required here. It also clears
the security advisories that `composer audit` was reporting.

## Base image tag

`php:8.1.0-alpine3.15` becomes `php:8.4.24-alpine`, dropping the Alpine
pin.

The pin is why #62 offered only 8.1.0 to 8.1.13: Dependabot preserves
the tag suffix, and Alpine 3.15 has no PHP builds past 8.1, so the
upgrade path dead-ended. Without the pin, Dependabot can move PHP across
minors and majors, and the base picks up Alpine security rebuilds.

## Effect on the open Dependabot PRs

- #62 (php 8.1.13) and #60 (phpdotenv, via the composer group) are
superseded by this branch and can be closed.
- #61, #63, and #64 (Actions bumps) are unaffected.
- #59 (mysql 8 to 26) is unrelated and being handled separately; 26 is
an innovation release rather than LTS.
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like vlucas/phpdotenv is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/composer-minor-and-patch-496b7182b7 branch August 11, 2026 18:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants