|
1 | 1 | {
|
2 | 2 | "name": "magento/module-page-builder",
|
3 | 3 | "description": "Page Builder module",
|
| 4 | + "type": "magento2-module", |
| 5 | + "license": [ |
| 6 | + "proprietary" |
| 7 | + ], |
| 8 | + "version": "2.2.1-p2", |
4 | 9 | "require": {
|
5 |
| - "magento/framework": "*", |
6 |
| - "magento/module-eav": "*", |
7 |
| - "magento/module-store": "*", |
8 |
| - "magento/module-backend": "*", |
9 |
| - "magento/module-cms": "*", |
10 |
| - "magento/module-catalog": "*", |
11 |
| - "magento/module-catalog-inventory": "*", |
12 |
| - "magento/module-config": "*", |
13 |
| - "magento/module-ui": "*", |
14 |
| - "magento/module-variable": "*", |
15 |
| - "magento/module-widget": "*", |
16 |
| - "magento/module-catalog-widget": "*", |
17 |
| - "magento/module-rule": "*", |
18 |
| - "magento/module-directory": "*", |
19 |
| - "magento/module-email": "*", |
20 |
| - "magento/module-theme": "*", |
21 |
| - "magento/module-wishlist": "*", |
22 |
| - "magento/module-require-js": "*", |
23 |
| - "magento/module-media-storage": "*", |
| 10 | + "magento/framework": "103.0.3-p2", |
| 11 | + "magento/module-eav": "102.1.3", |
| 12 | + "magento/module-store": "101.1.3-p2", |
| 13 | + "magento/module-backend": "102.0.3", |
| 14 | + "magento/module-cms": "104.0.3-p1", |
| 15 | + "magento/module-catalog": "104.0.3-p1", |
| 16 | + "magento/module-catalog-inventory": "100.4.3", |
| 17 | + "magento/module-config": "101.2.3", |
| 18 | + "magento/module-ui": "101.2.3-p2", |
| 19 | + "magento/module-variable": "100.4.1-p2", |
| 20 | + "magento/module-widget": "101.2.3", |
| 21 | + "magento/module-catalog-widget": "100.4.3", |
| 22 | + "magento/module-rule": "100.4.2", |
| 23 | + "magento/module-directory": "100.4.3", |
| 24 | + "magento/module-email": "101.1.3-p2", |
| 25 | + "magento/module-theme": "101.1.3-p2", |
| 26 | + "magento/module-wishlist": "101.2.3-p1", |
| 27 | + "magento/module-require-js": "100.4.0", |
| 28 | + "magento/module-media-storage": "100.4.2-p1", |
24 | 29 | "php": "~7.3.0||~7.4.0",
|
25 | 30 | "phpgt/dom": "2.1.6"
|
26 | 31 | },
|
27 | 32 | "suggest": {
|
28 |
| - "magento/module-review": "*" |
29 |
| - }, |
30 |
| - "conflict": { |
31 |
| - "gene/bluefoot": "*" |
| 33 | + "magento/module-review": "100.4.3" |
32 | 34 | },
|
33 |
| - "type": "magento2-module", |
34 |
| - "license": [ |
35 |
| - "proprietary" |
36 |
| - ], |
37 | 35 | "autoload": {
|
38 | 36 | "files": [
|
39 | 37 | "registration.php"
|
40 | 38 | ],
|
41 | 39 | "psr-4": {
|
42 | 40 | "Magento\\PageBuilder\\": ""
|
43 | 41 | }
|
| 42 | + }, |
| 43 | + "conflict": { |
| 44 | + "gene/bluefoot": "*" |
44 | 45 | }
|
45 | 46 | }
|
| 47 | + |
0 commit comments