|
|
@@ -2,6 +2,7 @@
|
|
|
"name": "opentalent/ot_templating",
|
|
|
"type": "typo3-cms-extension",
|
|
|
"description": "Gabarits Typo3 par Opentalent",
|
|
|
+ "version": "1.0",
|
|
|
"authors": [
|
|
|
{
|
|
|
"name": "Olivier Massot",
|
|
|
@@ -9,13 +10,6 @@
|
|
|
}
|
|
|
],
|
|
|
"require": {
|
|
|
- "typo3/cms-core": "^11.5",
|
|
|
- "fluidtypo3/vhs": "^6",
|
|
|
- "fluidtypo3/flux": "^9",
|
|
|
- "co-stack/logs": "*",
|
|
|
- "guzzlehttp/guzzle": "^7",
|
|
|
- "ext-json": "^1.6",
|
|
|
- "sgalinski/lfeditor": "^7"
|
|
|
},
|
|
|
"replace": {
|
|
|
"ot_templating": "self.version",
|
|
|
@@ -30,5 +24,10 @@
|
|
|
"psr-4": {
|
|
|
"Opentalent\\OtTemplating\\Tests\\": "Tests"
|
|
|
}
|
|
|
+ },
|
|
|
+ "extra": {
|
|
|
+ "typo3/cms": {
|
|
|
+ "extension-key": "ot_templating"
|
|
|
+ }
|
|
|
}
|
|
|
}
|