-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 915 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
{
"name": "kokspflanze/zfc-sitemap",
"description": "Sitemap module for Laminas, based on zend-navigation with eventmanager",
"keywords": [
"framework",
"laminas",
"zf",
"navigation",
"sitemap"
],
"license": "MIT",
"homepage": "https://github.com/kokspflanze/ZfcSitemap",
"autoload": {
"psr-4": {
"ZfcSitemap\\": "src"
}
},
"require": {
"php": "^7.1.0 || ^8.0",
"ext-json" : "*",
"laminas/laminas-servicemanager": "^3.5.1",
"laminas/laminas-eventmanager": "^3.2.1",
"laminas/laminas-view": "^2.12.0",
"laminas/laminas-mvc": "^3.2.0",
"laminas/laminas-http": "^2.14.2",
"laminas/laminas-stdlib": "^3.3.1",
"laminas/laminas-router": "^3.4.4",
"laminas/laminas-navigation": "^2.10.0"
},
"require-dev": {
"laminas/laminas-mvc-console": "^1.0"
},
"extra": {
"laminas": {
"module": "ZfcSitemap"
}
}
}