-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 784 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 784 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
28
29
30
31
32
33
34
35
{
"version": "1.1.6",
"name": "maguru/magento2-core",
"description": "MaGuru Core Extension for Magento 2 — free to use infrastructure module for all MaGuru extensions",
"keywords": [
"magento 2",
"maguru",
"maguru core extension"
],
"license": "proprietary",
"support": {
"email": "maguru.sup@gmail.com",
"issues": "https://github.com/MaGuruDev/Core/issues"
},
"authors": [
{
"name": "Andrii Zakharchuk",
"email": "maguru.sup@gmail.com",
"role": "Leader"
}
],
"type": "magento2-module",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0",
"magento/framework": "^103.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MaGuru\\Core\\": ""
}
}
}