Skip to content

[TASK] Update to symfony 7 and require php 8.2#53

Open
bmack wants to merge 1 commit intomainfrom
pr/dotenv-issue
Open

[TASK] Update to symfony 7 and require php 8.2#53
bmack wants to merge 1 commit intomainfrom
pr/dotenv-issue

Conversation

@bmack
Copy link
Copy Markdown
Member

@bmack bmack commented Mar 31, 2026

Updated:

  • symfony components to require ^7.4 at least
  • fluid standalone to ^4
  • phpunit to ^11

One important detail:
Since symfony/dotenv 7.4.0 works as before, and
symfony/dotenv 7.4.7 introduced a change that
strips away the dollar sign from

CHECKSUM_SHA_COMMAND="shasum -a %1$s %2$s"

to result in "shasum -a %1 %2". For this reason
it is pinned to 7.4.0 directly.

Updated:
- symfony components to require ^7.4 at least
- fluid standalone to ^4
- phpunit to ^11

One important detail:
Since symfony/dotenv 7.4.0 works as before, and
symfony/dotenv 7.4.7 introduced a change that
strips away the dollar sign from

  CHECKSUM_SHA_COMMAND="shasum -a %1\$s %2\$s"

to result in "shasum -a %1 %2". For this reason
it is pinned to 7.4.0 directly.

Signed-off-by: Benni Mack <benni@typo3.org>
@bmack bmack requested a review from ohader March 31, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant