From ede26eccd84dc5e86e9b69c57964038d62f1240f Mon Sep 17 00:00:00 2001 From: Andrea Bergamasco Date: Mon, 4 Jul 2022 12:12:51 +0200 Subject: [PATCH] Removed version No need to specify the version here IMHO, since `composer create-project` will always use the latest stable. --- docs/getting-started-with-sylius/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-with-sylius/installation.rst b/docs/getting-started-with-sylius/installation.rst index 303b3415e5..fca1c87569 100644 --- a/docs/getting-started-with-sylius/installation.rst +++ b/docs/getting-started-with-sylius/installation.rst @@ -2,7 +2,7 @@ Installation ============ So you want to try creating an online shop with Sylius? Great! The first step is the most important one, so let's start -with the Sylius project installation via Composer. We will be using the latest stable version of Sylius - ``1.7``. +with the Sylius project installation via Composer. We will be using the latest stable version of Sylius. Before installation -------------------