Skip to content

Commit

Permalink
Merge pull request #2111 from spryker/feature/sdk-4579-SCU-added-info…
Browse files Browse the repository at this point in the history
…-about-composer-conflicts

How the Spryker Code Upgrader works
  • Loading branch information
Vadym Sachenko authored Aug 23, 2023
2 parents 3466842 + b5b59db commit aca6fbb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/scu/dev/how-the-spryker-code-upgrader-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How the Spryker Code Upgrader works
description: Spryker Code Upgrader overview
template: concept-topic-template
last_updated: Jul 24, 2023
last_updated: Aug 22, 2023
redirect_from:
- /docs/paas-plus/dev/how-the-spryker-code-upgrader-works.html
---
Expand Down Expand Up @@ -40,7 +40,14 @@ Please follow the link below to find all documentation needed to help you upgrad
https://api.release.spryker.com/release-group/XXXX
```

To continue running the Upgrader tool, install the major version manually, and re-run the Upgrader tool.
To continue running the Upgrader tool, install the major version manually, and rerun the Upgrader tool.

{% info_block infoBox "Composer dependency conflict" %}

Spryker Code Upgrader uses the [composer](https://getcomposer.org/) for updating modules and libraries.
If the composer detects a conflict, it stops the update process and generates an error message. To resolve the conflict, you must manually update the conflicting module and rerun the Upgrader pipeline.

{% endinfo_block %}

### 3. Creates a Git branch

Expand Down

0 comments on commit aca6fbb

Please sign in to comment.