|
|
@@ -0,0 +1,21 @@
|
|
|
+{
|
|
|
+ "name": "meramo/chatbotuimodule",
|
|
|
+ "license": "GPL-3.0",
|
|
|
+ "description": "Module um Chatbot Begriffe in der Datenbank zu schreiben",
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "typo3/cms-core": "^8.7 || ^9.5 || ^10.4"
|
|
|
+ },
|
|
|
+ "type": "typo3-cms-module",
|
|
|
+ "version": "dev-develop",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "*"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "extra": {
|
|
|
+ "typo3/cms": {
|
|
|
+ "extension-key": "chatbotbuimodule"
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|