|
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.4", |
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.*", |
| 11 | + "magento/module-eav": "102.1.*", |
| 12 | + "magento/module-store": "101.1.*", |
| 13 | + "magento/module-backend": "102.0.*", |
| 14 | + "magento/module-cms": "104.0.*", |
| 15 | + "magento/module-catalog": "104.0.*", |
| 16 | + "magento/module-catalog-inventory": "100.4.*", |
| 17 | + "magento/module-config": "101.2.*", |
| 18 | + "magento/module-ui": "101.2.*", |
| 19 | + "magento/module-variable": "100.4.*", |
| 20 | + "magento/module-widget": "101.2.*", |
| 21 | + "magento/module-catalog-widget": "100.4.*", |
| 22 | + "magento/module-rule": "100.4.*", |
| 23 | + "magento/module-directory": "100.4.*", |
| 24 | + "magento/module-email": "101.1.*", |
| 25 | + "magento/module-theme": "101.1.*", |
| 26 | + "magento/module-wishlist": "101.2.*", |
| 27 | + "magento/module-require-js": "100.4.*", |
| 28 | + "magento/module-media-storage": "100.4.*", |
24 | 29 | "php": "~8.1.0||~8.2.0", |
25 | 30 | "phpgt/dom": "^2.2" |
26 | 31 | }, |
27 | 32 | "suggest": { |
28 | | - "magento/module-review": "*" |
29 | | - }, |
30 | | - "conflict": { |
31 | | - "gene/bluefoot": "*" |
| 33 | + "magento/module-review": "100.4.*" |
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