From c3cf3c1dbe6daa630122579b3fde3d57193535c8 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 26 Jul 2019 11:02:56 +0200 Subject: [PATCH] Updated the explanation about Symfony server dependencies --- setup/symfony_server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index b84709b01d4..dfd116e516d 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -14,9 +14,9 @@ PHP application and even with HTML/SPA (single page applications). Installation ------------ -The Symfony server is distributed as a free installable binary, without any -dependency, and has support for Linux, macOS and Windows. Go to `symfony.com/download`_ -and follow the instructions for your operating system. +The Symfony server is distributed as a free installable binary and has support +for Linux, macOS and Windows. Go to `symfony.com/download`_ and follow the +instructions for your operating system. .. note::