forked from mygento/module-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 982 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mygento/module-base",
"type": "magento2-module",
"version": "2.3.17",
"license": "OSL-3.0",
"homepage": "https://github.com/mygento/module-base",
"description": "Mygento 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": [
"magento2",
"mygento"
],
"require": {
"ext-bcmath": "*",
"magento/framework": "102.*",
"magento/module-sales": "102.*"
},
"require-dev": {
"mygento/coding-standard": "~2.13.6-beta1",
"phpunit/phpunit": "~7.5.12"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mygento\\Base\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com"
}
]
}