Initial commit
This commit is contained in:
26
typo3conf/ext/metaseo/composer.json
Normal file
26
typo3conf/ext/metaseo/composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "mblaschke/metaseo",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "SEO extension for TYPO3",
|
||||
"homepage": "https://github.com/mblaschke/TYPO3-metaseo",
|
||||
"support": {
|
||||
"issues": "https://github.com/mblaschke/TYPO3-metaseo/issues"
|
||||
},
|
||||
"license": ["GPL-3.0+"],
|
||||
"keywords": ["TYPO3 CMS"],
|
||||
"version": "2.0.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Metaseo\\Metaseo\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"typo3/cms-core": "~6.2.14|>=7.6.0,<8.0"
|
||||
},
|
||||
"replace": {
|
||||
"metaseo": "self.version",
|
||||
"typo3-ter/metaseo": "self.version"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user