You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,11 @@ This module provides:
20
20
21
21
## Usage
22
22
23
-
This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.3.0` component, which is part of the `7.3.0` compilation) up and running.
23
+
This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.4.0` component, which is part of the `7.4.0` compilation) up and running.
24
24
25
25
## Branch Compatibility
26
26
27
+
* b-7.4.x branch is compatible with b-7.4.x shop compilation branches
27
28
* 11.0.x versions (or b-7.3.x branch) are compatible with latest shop compilation 7.3.x resp. b-7.3.x shop compilation branches
28
29
* 10.0.x versions (or b-7.2.x branch) are compatible with latest shop compilation 7.2.x resp. b-7.2.x shop compilation branches
29
30
* 9.x versions (or b-7.1.x branch) are compatible with latest shop compilation 7.1.x resp. b-7.1.x shop compilation branches
@@ -35,8 +36,8 @@ This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.3.0` co
35
36
### Install
36
37
37
38
```bash
38
-
# Install desired version of oxid-esales/graphql-base module, in this case - latest released 9.x version, While updating the version you should add additional flag --with-all-dependencies with below command.
# Install desired version of oxid-esales/graphql-base module, in this case - latest released 11.x version, While updating the version you should add additional flag --with-all-dependencies with below command.
0 commit comments