Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 657b403

Browse files
Merge pull request #8474 from magento/MC-39995-composer2
Add information about Composer 2 compatibility
2 parents 788acee + ec99784 commit 657b403

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/guides/v2.4/comp-mgr/cli/cli-upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can upgrade your Magento application from the command line if you installed
1818
{:.bs-callout-info}
1919
Do not use this method to upgrade if you cloned the Magento 2 GitHub repository. Instead, see [Update the Magento application][] for upgrade instructions.
2020

21+
The following instructions show you how to upgrade Magento using Composer. Magento 2.4.2 introduced support for Composer 2. If you are attempting to upgrade from Magento <2.4.1, you must first upgrade to a version of Magento that is compatible with Composer 2 (for example, 2.4.2) using Composer 1 _before_ upgrading to Composer 2 for Magento >2.4.2 upgrades.
22+
2123
## Before you begin {#prerequisites}
2224

2325
Complete the following prerequisites to prepare your environment before starting the upgrade process:

src/guides/v2.4/install-gde/system-requirements.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
- /guides/v2.4/install-gde/system-requirements-tech.html
1010
---
1111

12-
{:.bs-calloout-info}
12+
{:.bs-callout-info}
1313
If you are working on a {{site.data.var.ece}} project, see [Service versions]({{ site.baseurl }}/cloud/project/services.html#service-versions) in the _Cloud Guide_.
1414

1515
## Operating systems (Linux x86-64)
@@ -29,7 +29,8 @@ Upgrading the Magento applications and extensions you obtain from Magento Market
2929

3030
[Composer][] is required for developers who wish to contribute to the Magento 2 codebase or anyone who wishes to develop Magento extensions.
3131

32-
Magento does not support Composer 2.x.
32+
* Magento 2.4.2 and later is compatible with Composer 1.x and 2.x.
33+
* Magento 2.4.1 and earlier is compatible with Composer 1.x only.
3334

3435
## Web servers
3536

@@ -88,7 +89,7 @@ Magento no longer supports Elasticsearch [2.x, 5.x, and 6.x][].
8889

8990
* A valid [security certificate][] is required for HTTPS.
9091
* Self-signed SSL certificates are not supported.
91-
* Transport Layer Security (TLS) requirement - PayPal and `repo.magento.com` both require TLS 1.2 or later:
92+
* Transport Layer Security (TLS) requirement - PayPal and `repo.magento.com` both require TLS 1.2 or later.
9293

9394
### Required system dependencies
9495

0 commit comments

Comments
 (0)