Przeglądaj źródła

complete composer.json

Olivier Massot 4 lat temu
rodzic
commit
f5eaf739b5
2 zmienionych plików z 9 dodań i 3 usunięć
  1. 1 0
      composer.json.txt
  2. 8 3
      docker/conf/composer.json

+ 1 - 0
composer.json.txt

@@ -0,0 +1 @@
+@See docker/conf/composer.json

+ 8 - 3
docker/conf/composer.json

@@ -42,10 +42,14 @@
 		"fluidtypo3/vhs": "^6.0",
 		"georgringer/news": "^8.3",
 		"helhum/typo3-console": "^5.7",
+		"causal/image_autoresize": "^2.0",
 		"guzzlehttp/guzzle": "^6",
 		"friendsoftypo3/frontend-editing": "^1.9",
-		"sgalinski/lfeditor": "^6.0"
-    },
+		"sgalinski/lfeditor": "^6.0",
+		"twig/twig": "^2.13",
+		"ext-json": "^1.6",
+		"co-stack/logs": ""
+	},
 	"scripts":{
 		"typo3-cms-scripts": [
 			"typo3cms install:fixfolderstructure",
@@ -61,7 +65,8 @@
 			"Opentalent\\OtConnect\\": "public/typo3conf/ext/ot_connect/Classes",
 			"Opentalent\\OtTemplating\\": "public/typo3conf/ext/ot_templating/Classes",
 			"Opentalent\\OtAdmin\\": "public/typo3conf/ext/ot_admin/Classes",
-			"Opentalent\\OtStats\\": "public/typo3conf/ext/ot_stats/Classes"
+			"Opentalent\\OtStats\\": "public/typo3conf/ext/ot_stats/Classes",
+			"Opentalent\\OtOptimizer\\": "public/typo3conf/ext/ot_optimizer/Classes"
 		}
 	}
 }