From c0ab4e856afaf2d0efc1e36c9ff2b861be44dc59 Mon Sep 17 00:00:00 2001 From: Guido Schmechel Date: Sun, 14 Sep 2025 12:35:39 +0200 Subject: [PATCH] Update Install.rst Since 1.24.5: "ddev composer create is deprecated. Use ddev composer create-project." --- Documentation/Installation/Install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/Install.rst b/Documentation/Installation/Install.rst index 3f55380e..83a674f9 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