Skip to content

Commit b01200c

Browse files
committed
Update Symfony and PHP versions mentioned
1 parent 8fd896a commit b01200c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • development/development/upgrade

development/development/upgrade/400.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,20 @@ Basics
1515

1616
PHP
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,
1919
but you may need to make adjustments depending on deprecated or changed functionality.
2020

2121
Symfony
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
2424
changes 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

3233
Twig
3334
----

0 commit comments

Comments
 (0)