Skip to content

Commit 49ba7ef

Browse files
authored
Update Install.rst
1 parent 1c8c05b commit 49ba7ef

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
@@ -40,7 +40,7 @@ TYPO3 via Composer, and run the setup. Copy and paste them into your terminal.
4040
mkdir my_project && cd my_project
4141
4242
# Initialize DDEV project
43-
ddev config --php-version 8.3 --docroot public --project-type typo3
43+
ddev config --php-version 8.4 --docroot public --project-type typo3
4444
4545
# Start DDEV
4646
ddev start
@@ -106,7 +106,7 @@ TYPO3 is included in the list of preconfigured project types.
106106

107107
.. code-block:: bash
108108
109-
ddev config --php-version 8.3 --docroot public --project-type typo3
109+
ddev config --php-version 8.4 --docroot public --project-type typo3
110110
111111
Docroot Location
112112
The docroot is the folder containing the files accessible to the webserver,

0 commit comments

Comments
 (0)