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
Closed
Conversation
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>
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.
Contributor
Author
|
Looks like vlucas/phpdotenv is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/composer/composer-minor-and-patch-496b7182b7
branch
August 11, 2026 18:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the composer-minor-and-patch group with 1 update: vlucas/phpdotenv.
Updates
vlucas/phpdotenvfrom 5.3.1 to 5.6.4Release notes
Sourced from vlucas/phpdotenv's releases.
... (truncated)
Commits
416df70Pass explicit trim characters ahead of PHP 8.6 (#597)2af2719Update deprecated actions955e781Update composer.jsondb41927Update README.mdcd59ef0Test on PHP 8.5 (#591)24ac4c7Update README.md20d6a1bUpdatesa59a137Upgrade depsd31de17Prepare for PHP 8.4 (#572)334f495Update composer.jsonDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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