Skip to content

Allow symfony ^5.4 versions - #2151

Merged
mnapoli merged 1 commit into
brefphp:masterfrom
supermadu7:allow-symfony-5.4
Aug 4, 2026
Merged

Allow symfony ^5.4 versions#2151
mnapoli merged 1 commit into
brefphp:masterfrom
supermadu7:allow-symfony-5.4

Conversation

@supermadu7

Copy link
Copy Markdown
Contributor

symfony/process, symfony/console, and symfony/yaml previously required ^6.4|^7.0|^8.0. Many projects migrating to Bref 3 are still on Symfony 5.4 LTS (supported until Nov 2026), and bref/extra-php-extensions already supports 5.4, so this brings bref/bref in line with the rest of the Bref ecosystem.

symfony/process 5.4 supports PHP 8.2+, matching this package's existing php: >=8.2 requirement, so no conflict there.

Fixes #2080

symfony/process, symfony/console, and symfony/yaml previously required
^6.4|^7.0|^8.0. Many projects migrating to Bref 3 are still on Symfony
5.4 LTS (supported until Nov 2026), and bref/extra-php-extensions
already supports 5.4, so this brings bref/bref in line with the rest
of the Bref ecosystem.

symfony/process 5.4 supports PHP 8.2+, matching this package's
existing php: >=8.2 requirement, so no conflict there.

Fixes brefphp#2080
@mnapoli
mnapoli merged commit 0d899c6 into brefphp:master Aug 4, 2026
8 checks passed
@mnapoli

mnapoli commented Aug 4, 2026

Copy link
Copy Markdown
Member

Thanks!

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.

Allow symfony ^5.4 versions

2 participants