File tree Expand file tree Collapse file tree
development/development/upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,19 +15,20 @@ Basics
1515
1616PHP
1717---
18- phpBB 4.0 requires PHP 8.1 or higher. Most PHP code compatible with phpBB 3.3 should work in phpBB 4.0 with minimal changes,
18+ phpBB 4.0 requires PHP 8.2 or higher. Most PHP code compatible with phpBB 3.3 should work in phpBB 4.0 with minimal changes,
1919but you may need to make adjustments depending on deprecated or changed functionality.
2020
2121Symfony
2222-------
23- phpBB 4.0 uses Symfony 6 .4, a significant upgrade from the version bundled with phpBB 3.3. As Symfony introduced breaking
23+ phpBB 4.0 uses Symfony 7 .4, a significant upgrade from the version bundled with phpBB 3.3. As Symfony introduced breaking
2424changes across versions, we recommend reviewing the following Symfony upgrade guides when updating custom code or extensions:
2525
2626- `Upgrade Symfony from 3.x to 4.0 <https://github.com/symfony/symfony/blob/4.4/UPGRADE-4.0.md >`_
2727- `Upgrade Symfony from 4.4 to 5.0 <https://github.com/symfony/symfony/blob/5.4/UPGRADE-5.0.md >`_
2828- `Upgrade Symfony from 5.x to 6.0 <https://github.com/symfony/symfony/blob/6.4/UPGRADE-6.0.md >`_
29+ - `Upgrade Symfony from 6.x to 7.0 <https://github.com/symfony/symfony/blob/7.4/UPGRADE-7.0.md >`_
2930
30- Additional guides are available in the `Symfony GitHub repository <https://github.com/symfony/symfony/tree/6 .4 >`_.
31+ Additional guides are available in the `Symfony GitHub repository <https://github.com/symfony/symfony/tree/7 .4 >`_.
3132
3233Twig
3334----
You can’t perform that action at this time.
0 commit comments