Skip to content

Commit

Permalink
OP-556 - Requirements updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Dec 17, 2024
1 parent 1b69d0d commit 5c2e7f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c2e7f8

Please sign in to comment.