forked from quafzi/Mage-Test
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
38 lines (38 loc) · 1.04 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
{
"name": "magetest/magento-phpunit-extension",
"type": "magento-module",
"license":"MIT",
"description":"Magento PHPUnit extension, a lightweight module and library for testing Magento applications with PHPUnit",
"keywords": ["TDD", "unit", "unit-testing", "tests", "testing"],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
}
],
"config": {
"bin-dir": "bin"
},
"extra": {
"magento-root-dir": "./"
},
"minimum-stability": "dev",
"authors":[
{
"name":"Alistair Stead",
"email":"alistair@sessiondigital.com"
},
{
"name":"Aaron Bonner",
"email":"aaron@aaronbonner.io",
"homepage":"http://aaronbonner.io"
},
{
"name": "Other contributors",
"homepage":"https://github.com/MageTest/Mage-Test/contributors"
}
]
}