From a21b70e8111984717c76dd8ec4d01ffc8607baf6 Mon Sep 17 00:00:00 2001 From: Nurlan Alekberov Date: Tue, 19 Dec 2017 17:58:37 +0400 Subject: [PATCH] Update http_foundation.rst PHPBB 4 not released yet, PHPBB 3 would make more sense. --- create_framework/http_foundation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_framework/http_foundation.rst b/create_framework/http_foundation.rst index 08cb0d6d836..48a827e35d4 100644 --- a/create_framework/http_foundation.rst +++ b/create_framework/http_foundation.rst @@ -285,7 +285,7 @@ the wheel. I've almost forgot to talk about one added benefit: using the HttpFoundation component is the start of better interoperability between all frameworks and -applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 4`_, `ezPublish +applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 3`_, `ezPublish 5`_, `Laravel`_, `Silex`_ and `more`_). .. _`Twig`: http://twig.sensiolabs.org/ @@ -293,7 +293,7 @@ applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 4`_, `ezPublish .. _`audited`: https://symfony.com/blog/symfony2-security-audit .. _`Symfony`: https://symfony.com/ .. _`Drupal 8`: https://drupal.org/ -.. _`phpBB 4`: https://www.phpbb.com/ +.. _`phpBB 3`: https://www.phpbb.com/ .. _`ezPublish 5`: http://ez.no/ .. _`Laravel`: http://laravel.com/ .. _`Silex`: http://silex.sensiolabs.org/