-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.11 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
48
49
50
51
{
"name": "mygento/payment",
"type": "magento2-module",
"version": "2.2.8",
"license": "OSL-3.0",
"homepage": "https://github.com/mygento/payment-base",
"description": "Mygento Payment Base",
"authors": [
{
"name": "Nikita Tarasov",
"email": "[email protected]",
"homepage": "http://www.mygento.net/",
"role": "Developer"
},
{
"name": "Mygento",
"email": "[email protected]",
"homepage": "https://www.mygento.ru/"
}
],
"keywords": [
"magento",
"mygento"
],
"require": {
"magento/module-payment": "100.*",
"magento/module-sales": "101.*",
"magento/module-quote": "101.*",
"magento/module-checkout": "100.*",
"mygento/base": "^2.2.4"
},
"require-dev": {
"mygento/coding-standard": "2.*",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mygento\\Payment\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com"
}
]
}