forked from pixelhed/Xtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.1 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": "code-x/xtest",
"type": "magento-module",
"license": "MIT",
"description": "Simple Magento Testing Framework",
"homepage": "http://xtest-mage.com",
"repositories": [
{
"type": "git",
"url": "https://github.com/code-x/Xtest.git"
}
],
"keywords": [
"magento",
"test",
"development",
"ci",
"extension",
"module"
],
"authors":[
{
"name": "Tobias Vogt",
"email": "tobias@code-x.de",
"homepage": "http://code-x.de",
"role": "Developer"
},
{
"name": "Ingo Hillebrand",
"email": "ingo@code-x.de",
"homepage": "http://code-x.de",
"role": "Developer"
},
{
"name": "Matthias Kleine",
"email": "matthias@code-x.de",
"homepage": "http://code-x.de",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"suggest": {
"magento-hackathon/magento-composer-installer": "*"
}
}