forked from adrianoaguiar/Magento.Integracao
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (26 loc) · 869 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (26 loc) · 869 Bytes
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
{
"name": "mundipagg/magentoone",
"description": "This is a payment module to ease integration with Mundipagg Gateway",
"authors": [
{
"name": "Mundipagg Embeddables team",
"email": "embeddables@mundipagg.com"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^3.1",
"behat/behat": "~2.5",
"behat/mink-extension": "~1.3",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.2",
"fabpot/goutte": "1.*@stable",
"vlucas/phpdotenv": "^2.4"
},
"config": {
"bin-dir": "bin/"
},
"scripts": {
"phpcs": "phpcs --standard=ruleset.xml app/code/community/Uecommerce/Mundipagg/ --ignore=vendor",
"phpcbf" : "phpcbf --standard=ruleset.xml app/code/community/Uecommerce/Mundipagg/ --ignore=vendor"
}
}