forked from Novactive/NovaeZSEOBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 897 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
{
"name": "novactive/ezseobundle",
"description": "Novactive eZ SEO Bundle is an eZ Publish 5 bundle for SEO simplications. metas, sitemaps, robots.txt, etc.",
"keywords": ["seo", "ezpublish", "novactive", "metas", "robots.txt", "sitemap"],
"homepage": "https://github.com/Novactive/NovaeZSEOBundle",
"type": "ezplatform-bundle",
"authors": [
{
"name": "Novactive",
"homepage": "http://www.novactive.us",
"email": "[email protected]"
}
],
"license": [
"MIT"
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
"phpmd/phpmd": "2.*",
"sebastian/phpcpd": "2.0.*@dev",
"novactive/phpcs-novastandards": "~1.3"
},
"autoload": {
"psr-4": {
"Novactive\\Bundle\\eZSEOBundle\\": ""
}
}
}