-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1017 Bytes
/
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
{
"name": "mygento/yandexdelivery",
"type": "magento-module",
"license": "Apache-2.0",
"homepage": "https://www.mygento.ru/modules/yandexdelivery.html",
"description": "Yandex Delivery extension",
"keywords": [
"magento",
"shipping",
"yandex"
],
"authors": [
{
"name": "Mygento",
"email": "connect@mygento.ru",
"homepage": "https://www.mygento.ru/"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "3.*"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"magento-ecg/coding-standard": "dev-master",
"mygento/coding-standard": "1.*",
"sebastian/phpdcd": "*",
"sebastian/phpcpd": "*",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*",
"phpmd/phpmd": "@stable"
},
"extra": {
"magento-root-dir": ".",
"with-bootstrap-patch": false
}
}