From 5c2e7f8474c70671616d548b718f4a34e74d8f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Tue, 17 Dec 2024 13:44:29 +0100 Subject: [PATCH] OP-556 - Requirements updated --- README.md | 12 ++++++------ composer.json | 2 +- doc/installation.md | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d719330..a9cdb38 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,12 @@ For the full installation guide, please go [here](doc/installation.md). We work on stable, supported and up-to-date versions of packages. We recommend you to do the same. -| Package | Version | -|---------------|-----------------| -| PHP | \>=8.0 | -| sylius/sylius | 1.12.x - 1.13.x | -| MySQL | \>= 5.7 | -| NodeJS | \>= 18.x | +| Package | Version | +|---------------|---------------| +| PHP | \>=8.2 | +| sylius/sylius | 2.0.x | +| MySQL | \>= 8.0 | +| NodeJS | \>=20.x, 22.x | ---- diff --git a/composer.json b/composer.json index 6842896..40632ba 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^8.2", - "sylius/sylius": "v2.0.0", + "sylius/sylius": "^2.0.0", "dompdf/dompdf": "^2.0", "sylius/twig-hooks": "^0.5", "sylius/twig-extra": "^0.5", diff --git a/doc/installation.md b/doc/installation.md index 1f79f5c..a5e8a0a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -13,12 +13,12 @@ ADDITIONAL ## Requirements: We work on stable, supported and up-to-date versions of packages. We recommend you to do the same. -| Package | Version | -|---------------|-----------------| -| PHP | \>=8.0 | -| sylius/sylius | 1.12.x - 1.13.x | -| MySQL | \>= 5.7 | -| NodeJS | \>= 18.x | +| Package | Version | +|---------------|---------------| +| PHP | \>=8.2 | +| sylius/sylius | 2.0.x | +| MySQL | \>= 8.0 | +| NodeJS | \>=20.x, 22.x | ## Composer: ```bash