Skip to content

Commit 9a04ab1

Browse files
committed
OP-556 - Requirements updated
1 parent 1b69d0d commit 9a04ab1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ For the full installation guide, please go [here](doc/installation.md).
8080

8181
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
8282

83-
| Package | Version |
84-
|---------------|-----------------|
85-
| PHP | \>=8.0 |
86-
| sylius/sylius | 1.12.x - 1.13.x |
87-
| MySQL | \>= 5.7 |
88-
| NodeJS | \>= 18.x |
83+
| Package | Version |
84+
|---------------|---------------|
85+
| PHP | \>=8.2 |
86+
| sylius/sylius | 2.0.x |
87+
| MySQL | \>= 8.0 |
88+
| NodeJS | \>=20.x, 22.x |
8989

9090
----
9191

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^8.2",
8-
"sylius/sylius": "v2.0.0",
8+
"sylius/sylius": "~2.0.0",
99
"dompdf/dompdf": "^2.0",
1010
"sylius/twig-hooks": "^0.5",
1111
"sylius/twig-extra": "^0.5",

doc/installation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ADDITIONAL
1313
## Requirements:
1414
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.
1515

16-
| Package | Version |
17-
|---------------|-----------------|
18-
| PHP | \>=8.0 |
19-
| sylius/sylius | 1.12.x - 1.13.x |
20-
| MySQL | \>= 5.7 |
21-
| NodeJS | \>= 18.x |
16+
| Package | Version |
17+
|---------------|---------------|
18+
| PHP | \>=8.2 |
19+
| sylius/sylius | 2.0.x |
20+
| MySQL | \>= 8.0 |
21+
| NodeJS | \>=20.x, 22.x |
2222

2323
## Composer:
2424
```bash

0 commit comments

Comments
 (0)