forked from ho-nl/magento2-ReachDigital_TestFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 998 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
41
{
"name": "reach-digital/magento2-test-framework",
"type": "magento2-component",
"license": "MIT",
"authors": [
{
"name": "Paul Hachmang",
"email": "[email protected]"
}
],
"require": {
"magento/framework": "~100.1.0||~101.0.0||~102.0.0||~103.0.0"
},
"extra": {
"map": [
[
"etc",
"dev/tests/quick-integration/etc"
],
[
"framework",
"dev/tests/quick-integration/framework"
],
[
"phpunit.xml.dist",
"dev/tests/quick-integration/phpunit.xml.dist"
],
[
"README.md",
"dev/tests/quick-integration/README.md"
]
],
"chmod": [
{
"mask": "0755",
"path": "bin/magento"
}
]
},
"minimum-stability": "beta"
}