Skip to content

Commit 8cf403f

Browse files
[DOCS] Use composer create-project instead of deprecated composer create (#769)
Co-authored-by: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com>
1 parent d57c9e1 commit 8cf403f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Installation/Install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TYPO3 via Composer, and run the setup. Copy and paste them into your terminal.
4646
ddev start
4747
4848
# Install TYPO3 via Composer
49-
ddev composer create "typo3/cms-base-distribution:^13"
49+
ddev composer create-project "typo3/cms-base-distribution:^13"
5050
5151
# Run TYPO3 CLI setup (database credentials are pre-filled)
5252
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:
141141

142142
.. code-block:: bash
143143
144-
ddev composer create "typo3/cms-base-distribution:^13"
144+
ddev composer create-project "typo3/cms-base-distribution:^13"
145145
146146
You now have a **Composer-based TYPO3 installation**.
147147

0 commit comments

Comments
 (0)