forked from dmitryd/typo3-dd_googlesitemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 877 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
{
"name": "dmitryd/typo3-dd-googlesitemap",
"type": "typo3-cms-extension",
"description": "Google sitemaps for TYPO3",
"homepage": "https://github.com/dmitryd/typo3-dd_googlesitemap",
"version": "2.1.4",
"license": "LGPL-3.0+",
"keywords": [
"TYPO3",
"CMS",
"Google",
"typo3",
"sitemap"
],
"require": {
"typo3/cms-core": ">=6.2.0,<9.0.0",
"php": ">=5.3.2"
},
"autoload": {
"psr-4": {
"DmitryDulepov\\DdGooglesitemap\\": "Classes"
}
},
"replace": {
"dd_googlesitemap": "self.version",
"typo3-ter/dd-googlesitemap": "self.version"
},
"authors": [
{
"name": "Dmitry Dulepov",
"email": "dmitry.dulepov@gmail.com",
"homepage": "http://www.dmitry-dulepov.com/"
}
]
}