-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.1 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
{
"name": "melisplatform/melis-front",
"description": "Melis Platform front module",
"type": "melisplatform-module",
"license": "OSL-3.0",
"homepage": "https://github.com/melisplatform/melis-front",
"support": {
"email": "[email protected]",
"source": "https://github.com/melisplatform/melis-front",
"issues": "https://github.com/melisplatform/melis-front/issues",
"docs": "https://www.melistechnology.com/melistechnology/resources/download-documentation/id/17#documentation"
},
"authors": [
{
"name": "Melis Technology",
"email": "[email protected]",
"homepage": "https://www.melistechnology.com",
"role": "Developer"
}
],
"keywords": [
"cms",
"melis",
"zf2",
"module"
],
"extra": {
"module-name": "MelisFront",
"melis-site": false,
"melis-module-category": "cms"
},
"require": {
"php": "^8.1|^8.3",
"laminas/laminas-navigation": "2.19",
"laminas/laminas-serializer": "2.17",
"laminas/laminas-file": "^2.13",
"matthiasmullie/minify": "^1.3",
"melisplatform/melis-core": "^5.2"
},
"autoload": {
"psr-4": {
"MelisFront\\": "src/"
}
}
}