Skip to content

Commit 857ab0d

Browse files
authored
Fixed Edition switcher in the install page (#2477)
1 parent 991b7dd commit 857ab0d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/getting_started/install_ez_platform.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,25 @@ After this, when running Composer to get updates, you will be asked for a userna
119119
To use Composer to instantly create a project in the current folder with all the dependencies,
120120
run the following command:
121121

122-
=== "[[= product_name_content =]]"
122+
!!! note "Using PHP 8.3 (recommended)"
123123

124-
``` bash
125-
composer create-project ibexa/content-skeleton:^3.3 .
126-
```
124+
=== "[[= product_name_content =]]"
125+
126+
``` bash
127+
composer create-project ibexa/content-skeleton:^3.3 .
128+
```
127129

128130
=== "[[= product_name_exp =]]"
129131

130-
``` bash
131-
composer create-project ibexa/experience-skeleton:^3.3 .
132-
```
132+
``` bash
133+
composer create-project ibexa/experience-skeleton:^3.3 .
134+
```
133135

134136
=== "[[= product_name_com =]]"
135137

136-
``` bash
137-
composer create-project ibexa/commerce-skeleton:^3.3 .
138-
```
138+
``` bash
139+
composer create-project ibexa/commerce-skeleton:^3.3 .
140+
```
139141

140142
??? note "Using PHP 8.2 or older"
141143

0 commit comments

Comments
 (0)