Commit 7d52650
committed
fix(frankenphp-symfony): add Symfony 8 to composer constraints
PR php-runtime#185 ("Update Symfony package versions to include 8.0") updated the
Symfony constraints for all other packages in this mono-repo but missed
frankenphp-symfony — only the PHPUnit dev-dependency was bumped.
The runtime uses stable Symfony interfaces (HttpKernelInterface,
TerminableInterface, RunnerInterface, SymfonyRuntime) that are unchanged
in Symfony 8.0, so no code changes are required.1 parent 182563a commit 7d52650
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments