Skip to content

Allow Symfony 8 in frankenphp-symfony#193

Closed
turegjorup wants to merge 1 commit into
php-runtime:mainfrom
turegjorup:fix/frankenphp-symfony-allow-symfony-8
Closed

Allow Symfony 8 in frankenphp-symfony#193
turegjorup wants to merge 1 commit into
php-runtime:mainfrom
turegjorup:fix/frankenphp-symfony-allow-symfony-8

Conversation

@turegjorup
Copy link
Copy Markdown

#185 updated the Symfony version constraints to include ^8.0 across the monorepo, but src/frankenphp-symfony/composer.json was missed — so runtime/frankenphp-symfony (including the 1.0.0 release tagged after that PR) cannot be installed alongside Symfony 8:

- runtime/frankenphp-symfony[0.2.0, 1.0.0] require symfony/dependency-injection ^5.4 || ^6.0 || ^7.0 ->
  found symfony/dependency-injection[...] but the package is fixed to v8.1.0 ...

This adds || ^8.0 to the three constraints, matching what #185 did for the other packages (frankenphp-symfony appears to be the only remaining straggler — all other subpackages already allow ^8.0).

Tested against a Symfony 8.1 application running on FrankenPHP 1.12 in worker mode.

php-runtime#185 updated the Symfony constraints to include ^8.0 across the
monorepo but missed src/frankenphp-symfony/composer.json, so
runtime/frankenphp-symfony (including the 1.0.0 release tagged after
that PR) cannot be installed alongside Symfony 8.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@turegjorup
Copy link
Copy Markdown
Author

Closing — this duplicates #192

@turegjorup turegjorup closed this Jun 5, 2026
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