Skip to content

Commit 9dadd9a

Browse files
committed
update_from_4.6.md: Update with composer require & recipes
1 parent 2b42dbe commit 9dadd9a

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,30 @@ description: Update your installation to the latest v4.6 version from an earlier
44

55
# Update from v4.6.x to v4.6.latest
66

7-
<!-- vale Ibexa.VariablesVersion = NO -->
7+
## Update the application
8+
9+
First, run:
10+
11+
=== "[[= product_name_headless =]] (formerly [[= product_name_content =]])"
12+
13+
``` bash
14+
composer require ibexa/headless:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
15+
composer recipes:install ibexa/headless --force -v
16+
```
17+
=== "[[= product_name_exp =]]"
18+
19+
``` bash
20+
composer require ibexa/experience:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
21+
composer recipes:install ibexa/experience --force -v
22+
```
23+
=== "[[= product_name_com =]]"
24+
25+
``` bash
26+
composer require ibexa/commerce:[[= latest_tag_4_6 =]] --with-all-dependencies --no-scripts
27+
composer recipes:install ibexa/commerce --force -v
28+
```
29+
30+
Then execute the instructions below from the version you're upgrading from (or the closest superior) to the end of this page.
831

932
## v4.6.2
1033

0 commit comments

Comments
 (0)