|
1 | 1 | {
|
2 |
| - "name": "meta/module-sales", |
3 |
| - "description": "Meta Business Extension Sales module", |
4 |
| - "type": "magento2-module", |
5 |
| - "require": { |
6 |
| - "php": "~8.1.0||~8.2.0||~8.3.0", |
7 |
| - "magento/framework": "*", |
8 |
| - "magento/module-sales": "*", |
9 |
| - "magento/module-sales-sequence": "*", |
10 |
| - "magento/module-backend": "*", |
11 |
| - "magento/module-config": "*", |
12 |
| - "magento/module-catalog": "*", |
13 |
| - "magento/module-configurable-product": "*", |
14 |
| - "magento/module-checkout": "*", |
15 |
| - "magento/module-customer": "*", |
16 |
| - "magento/module-store": "*", |
17 |
| - "magento/module-directory": "*", |
18 |
| - "magento/module-offline-shipping": "*", |
19 |
| - "magento/module-payment": "*", |
20 |
| - "magento/module-quote": "*", |
21 |
| - "magento/module-sales-rule": "*", |
22 |
| - "magento/module-shipping": "*", |
23 |
| - "magento/module-newsletter": "*", |
24 |
| - "magento/module-tax": "*", |
25 |
| - "meta/module-business-extension": "*" |
26 |
| - }, |
27 |
| - "license": "Apache-2.0", |
28 |
| - "autoload": { |
29 |
| - "files": [ |
30 |
| - "registration.php" |
31 |
| - ], |
32 |
| - "psr-4": { |
33 |
| - "Meta\\Sales\\": "" |
| 2 | + "name": "meta/module-sales", |
| 3 | + "description": "Meta Business Extension Sales module", |
| 4 | + "type": "magento2-module", |
| 5 | + "require": { |
| 6 | + "php": "~8.1.0||~8.2.0||~8.3.0", |
| 7 | + "magento/framework": ">=103.0.4", |
| 8 | + "magento/module-sales": ">=103.0.4", |
| 9 | + "magento/module-sales-sequence": ">=100.4.2", |
| 10 | + "magento/module-backend": ">=102.0.4", |
| 11 | + "magento/module-config": ">=101.2.4", |
| 12 | + "magento/module-catalog": ">=104.0.4", |
| 13 | + "magento/module-configurable-product": ">=100.4.4", |
| 14 | + "magento/module-checkout": ">=100.4.4", |
| 15 | + "magento/module-customer": ">=103.0.4", |
| 16 | + "magento/module-store": ">=101.1.4", |
| 17 | + "magento/module-directory": ">=100.4.4", |
| 18 | + "magento/module-offline-shipping": ">=100.4.3", |
| 19 | + "magento/module-payment": ">=100.4.4", |
| 20 | + "magento/module-quote": ">=101.2.4", |
| 21 | + "magento/module-sales-rule": ">=101.2.4", |
| 22 | + "magento/module-shipping": ">=100.4.4", |
| 23 | + "magento/module-newsletter": ">=100.4.4", |
| 24 | + "magento/module-tax": ">=100.4.4", |
| 25 | + "meta/module-business-extension": "*" |
| 26 | + }, |
| 27 | + "license": "Apache-2.0", |
| 28 | + "autoload": { |
| 29 | + "files": [ |
| 30 | + "registration.php" |
| 31 | + ], |
| 32 | + "psr-4": { |
| 33 | + "Meta\\Sales\\": "" |
| 34 | + } |
34 | 35 | }
|
35 |
| - } |
36 | 36 | }
|
0 commit comments