From 758c324c9c7170f7fb0c306088a78be080ad30a3 Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 15 Oct 2025 19:35:45 +0530 Subject: [PATCH] Remove redundant 'prefer-dist' flag in installation steps `--prefer-dist` is the default --- en/tutorials-and-examples/cms/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/tutorials-and-examples/cms/installation.rst b/en/tutorials-and-examples/cms/installation.rst index 720be24a69..4ae3ab4344 100644 --- a/en/tutorials-and-examples/cms/installation.rst +++ b/en/tutorials-and-examples/cms/installation.rst @@ -45,7 +45,7 @@ in the **cms** directory of the current working directory: .. code-block:: console - php composer.phar create-project --prefer-dist cakephp/app:5 cms + php composer.phar create-project cakephp/app:5 cms If you downloaded and ran the `Composer Windows Installer `_, then type the following line in @@ -54,7 +54,7 @@ C:\\wamp\\www\\dev): .. code-block:: console - composer self-update && composer create-project --prefer-dist cakephp/app:5.* cms + composer self-update && composer create-project cakephp/app:5.* cms The advantage to using Composer is that it will automatically complete some important set up tasks, such as setting the correct file permissions and