Skip to content

Commit c0ab4e8

Browse files
authored
Update Install.rst
Since 1.24.5: "ddev composer create is deprecated. Use ddev composer create-project."
1 parent 29d3371 commit c0ab4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Installation/Install.rst

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)