|
1 | 1 | { |
2 | | - "name": "loki/magento2-admin-components", |
3 | | - "version": "0.2.1", |
4 | | - "description": "N/A", |
5 | | - "type": "magento2-module", |
6 | | - "require": { |
7 | | - "magento/framework": "^102.0 | ^103.0", |
8 | | - "magento/module-backend": "^101.0 | ^102.0", |
9 | | - "magento/module-catalog": "^102.0 | ^103.0 | ^104.0", |
10 | | - "magento/module-customer": "^102.0 | ^103.0", |
11 | | - "magento/module-eav": "^100.0 | ^101.0 | ^102.0", |
12 | | - "magento/module-ui": "^101.0", |
13 | | - "loki/magento2-components": "^2.0", |
14 | | - "ext-json": "*" |
15 | | - }, |
16 | | - "license": [ |
17 | | - "OSL-3.0" |
18 | | - ], |
19 | | - "autoload": { |
20 | | - "files": [ |
21 | | - "registration.php" |
| 2 | + "name": "loki/magento2-admin-components", |
| 3 | + "version": "0.2.1", |
| 4 | + "description": "N/A", |
| 5 | + "type": "magento2-module", |
| 6 | + "require": { |
| 7 | + "magento/framework": "^102.0 | ^103.0", |
| 8 | + "magento/module-backend": "^101.0 | ^102.0", |
| 9 | + "magento/module-catalog": "^102.0 | ^103.0 | ^104.0", |
| 10 | + "magento/module-customer": "^102.0 | ^103.0", |
| 11 | + "magento/module-eav": "^100.0 | ^101.0 | ^102.0", |
| 12 | + "magento/module-ui": "^101.0", |
| 13 | + "loki/magento2-components": "^2.0", |
| 14 | + "ext-json": "*" |
| 15 | + }, |
| 16 | + "license": [ |
| 17 | + "OSL-3.0" |
22 | 18 | ], |
23 | | - "psr-4": { |
24 | | - "Loki\\AdminComponents\\": "" |
| 19 | + "autoload": { |
| 20 | + "files": [ |
| 21 | + "registration.php" |
| 22 | + ], |
| 23 | + "psr-4": { |
| 24 | + "Loki\\AdminComponents\\": "" |
| 25 | + } |
25 | 26 | } |
26 | | - } |
27 | 27 | } |
0 commit comments