forked from ho-nl/magento2-ReachDigital_TestFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.02 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
{
"name": "reach-digital/magento2-test-framework",
"type": "magento2-component",
"license": "MIT",
"authors": [
{
"name": "Paul Hachmang",
"email": "[email protected]"
}
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"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"
}