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