-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 987 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
{
"name": "matritix/advanced-cms-fields-1.0",
"description": "Magento 2 Advanced Cms Fields extension by matritix",
"type": "magento2-module",
"version": "1.0.0",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "GPL-3.0",
"authors": [
{
"name": "matritix",
"email": "thibault.lhotellier@gmail.com",
"homepage": "https://www.matritix.com",
"role": "Leader"
}
],
"repositories": [
{
"type":"package",
"package": {
"name": "matritix/advanced-cms-fields-1.0",
"version":"master",
"source": {
"url": "https://github.com/matritix/advanced-cms-fields-1.0.git",
"type": "git",
"reference":"dev"
}
}
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Matritix\\AdvancedCmsFields\\": ""
}
}
}