-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
composer.json
47 lines (47 loc) · 1.17 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
46
47
{
"name": "novactive/ezseobundle",
"description": "Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.",
"keywords": [
"seo",
"ibexa",
"novactive",
"metas",
"robots.txt",
"sitemap"
],
"homepage": "https://github.com/Novactive/NovaeZSEOBundle",
"type": "ibexa-bundle",
"authors": [
{
"name": "AlmaviaCX",
"homepage": "https://almaviacx.com/expertises/web-mobile/",
"email": "[email protected]"
},
{
"name": "Sebastien Morel",
"homepage": "https://github.com/Plopix",
"email": "[email protected]"
}
],
"license": [
"MIT"
],
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"ext-pdo": "*",
"ext-json": "*",
"ibexa/core": "^4.6"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZSEOBundle\\": "bundle"
}
},
"extra": {
"thanks": {
"name": "ibexa/core",
"url": "https://github.com/ibexa/core"
}
}
}