Skip to content

Commit

Permalink
Add contribution note
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Nov 23, 2023
1 parent 78593c3 commit a0cb6c2
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

## Compatibility matrix

| PrestaShop platform | PHP | PS EventBus |
| ------------------- | ------- | ----------- |
| 8.0 | 7.1+ | From 2.x |
| 1.7.0-1.7.8 | 7.1+ | From 2.x |
| 1.6.1.24 | 7.1 | From 3.x |
| PrestaShop platform | PHP | PS EventBus |
| ------------------- | ---- | ----------- |
| 8.0 | 7.1+ | From 2.x |
| 1.7.0-1.7.8 | 7.1+ | From 2.x |
| 1.6.1.24 | 7.1 | From 3.x |

PS Accounts compatibility matrix [can be viewed here](https://github.com/PrestaShopCorp/ps_accounts#compatibility-matrix).

Expand Down Expand Up @@ -62,3 +62,14 @@ curl -s -L "$BASE_URL/index.php?fc=module&module=ps_eventbus&controller=apiHealt
"httpCode": 200
}
```

## Contribute

Dev requirements:

- PHP 8.2.12
- PHP Extensions
- DOM
- SimpleXML

Or an up to dat [Docker engine](https://docs.docker.com/engine/install).

0 comments on commit a0cb6c2

Please sign in to comment.