Initial commit
This commit is contained in:
31
typo3conf/ext/dd_googlesitemap/composer.json
Normal file
31
typo3conf/ext/dd_googlesitemap/composer.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "dmitryd/typo3-dd-googlesitemap",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "Google sitemaps for TYPO3",
|
||||
"homepage": "https://github.com/dmitryd/typo3-dd_googlesitemap ",
|
||||
"version": "2.0.5",
|
||||
"license": "LGPL-3.0+",
|
||||
"keywords": [
|
||||
"TYPO3",
|
||||
"CMS",
|
||||
"Google",
|
||||
"typo3",
|
||||
"sitemap"
|
||||
],
|
||||
"require": {
|
||||
"typo3/cms-core": ">=6.2.0,<8.0",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DmitryDulepov\\DdGooglesitemap\\": "Classes"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dmitry Dulepov",
|
||||
"email": "dmitry.dulepov@gmail.com",
|
||||
"homepage": "http://www.dmitry-dulepov.com/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user