forked from yireo/Yireo_CheckoutTester2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1005 Bytes
/
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
{
"name": "yireo/magento2-checkouttester2",
"license": "OSL-3.0",
"version": "0.0.15",
"type": "magento2-module",
"homepage": "https://github.com/yireo/Yireo_CheckoutTester2",
"description": "Checkout Tester for Magento 2",
"keywords": [
"composer-installer",
"magento"
],
"authors": [
{
"name": "Jisse Reitsma (Yireo)",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
"magento/module-backend": "^100.1|^101.0|^102.0",
"magento/module-checkout": "^100.1",
"magento/module-config": "^100.1|^101.0",
"magento/module-eav": "^100.1|^101.0|^102.0",
"magento/module-sales": "^100.1|^101.0|^102.0|^103.0",
"magento/module-store": "^100.1|^101.0",
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"composer/composer": "*@dev"
},
"autoload": {
"psr-4": {
"Yireo\\CheckoutTester2\\": ""
},
"files": [
"registration.php"
]
}
}