-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 1.13 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
{
"name": "radial/magento-automated-invoicing",
"description": "Radial Invoicing Extension",
"license": "OSL-3.0",
"authors": [
{ "name": "Aaron Anderson", "email": "[email protected]", "role": "Developer" },
{ "name": "Robert Krule", "email": "[email protected]", "role": "Developer" },
{ "name": "Marc Pereira", "email": "[email protected]", "role": "Developer" },
{ "name": "Ryan Tulino", "email": "[email protected]", "role": "Developer" }
],
"type": "magento-module",
"require": {
"php": ">=5.6.0",
"radial/magento-payments": "*",
"radial/magento-fraud-risk": "*"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": ">=0.3",
"pdepend/pdepend": ">=1.1",
"phpdocumentor/phpdocumentor": ">=2.4",
"phploc/phploc": ">=2.0",
"phpmd/phpmd": ">=1.5",
"phpunit/dbunit": ">=1",
"phpunit/php-invoker": ">=1.1",
"phpunit/phpunit": "^4.0",
"phpunit/phpunit-selenium": ">=1",
"phpunit/phpunit-story": ">=1",
"sebastian/phpcpd": ">=2.0",
"squizlabs/php_codesniffer": ">=1.5"
},
"repositories": [
{ "type": "composer", "url": "https://packages.firegento.com/" }
]
}