Skip to content

Commit b577040

Browse files
authored
docs(install): update install instructions with Symfony 8 projects (#322)
2 parents c03f39f + e8c2a0e commit b577040

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/getting-started.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can set up the Sylius Stack on existing Symfony projects, but in the case yo
1414
composer create-project symfony/skeleton my_project
1515

1616
# Or with Symfony CLI:
17-
symfony new --docker --php 8.4 my_project
17+
symfony new --docker --php 8.5 my_project
1818
````
1919

2020
### Install the package using Composer and Symfony Flex
@@ -31,6 +31,21 @@ composer require -W \
3131
sylius/ui-translations
3232
```
3333

34+
> The Sylius Stack now supports Symfony 8 ! As some packages remain in alpha, if you are starting a Symfony 8 project,
35+
> run the following command instead to ensure all dependencies are resolved correctly:
36+
>
37+
> ```bash
38+
> composer require -W \
39+
> doctrine/orm \
40+
> doctrine/doctrine-bundle \
41+
> pagerfanta/doctrine-orm-adapter \
42+
> symfony/asset-mapper \
43+
> sylius/bootstrap-admin-ui \
44+
> sylius/ui-translations \
45+
> sylius/resource-bundle "^1.14@alpha" \
46+
> sylius/grid-bundle "^1.15@alpha"
47+
> ```
48+
3449
<div data-full-width="false">
3550

3651
<figure><img src=".gitbook/assets/recipes.png" alt="Flex recipes"></figure>

0 commit comments

Comments
 (0)