forked from yireo/Yireo_EmailTester2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.5 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "yireo/magento2-emailtester2",
"version": "1.7.2",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/emailtester2",
"description": "Preview transactional emails and test send them in your backend",
"keywords": [
"composer-installer",
"magento"
],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
"magento/module-backend": "^100.0|^101.0|^102.0",
"magento/module-catalog": "^101.0|^102.0|^103.0|^104.0",
"magento/module-checkout": "^100.0",
"magento/module-config": "^100.0|^101.0",
"magento/module-customer": "^100.0|^101.0|^102.0|^103.0",
"magento/module-eav": "^100.0|^101.0|^102.0",
"magento/module-email": "^100.0|^101.0",
"magento/module-payment": "^100.0",
"magento/module-quote": "^100.0|^101.0",
"magento/module-sales": "^100.0|^101.0|^102.0|^103.0",
"magento/module-store": "^100.0|^101.0",
"magento/module-ui": "^101.0",
"yireo/magento2-admin-react-components": "^1.0",
"ext-pcre": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"Yireo\\EmailTester2\\": ""
},
"files": [
"registration.php"
]
}
}