From cee020699598bc3c847d8a8424bb1d13c8101ccc Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:56:39 +0530 Subject: [PATCH] [DOCS] Use `composer create-project` instead of deprecated `composer create` --- Documentation/Installation/Install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index 3f55380e..7d8dd356 100644 --- a/Documentation/Installation/Install.rst +++ b/Documentation/Installation/Install.rst @@ -46,7 +46,7 @@ TYPO3 via Composer, and run the setup. Copy and paste them into your terminal. ddev start # Install TYPO3 via Composer - ddev composer create "typo3/cms-base-distribution:^13" + ddev composer create-project "typo3/cms-base-distribution:^13" # Run TYPO3 CLI setup (database credentials are pre-filled) ddev typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db @@ -141,7 +141,7 @@ Install TYPO3 using Composer: .. code-block:: bash - ddev composer create "typo3/cms-base-distribution:^13" + ddev composer create-project "typo3/cms-base-distribution:^13" You now have a **Composer-based TYPO3 installation**.