-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
99 lines (99 loc) · 2.74 KB
/
Copy pathcomposer.json
File metadata and controls
99 lines (99 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "autodudes/ai-suite",
"type": "typo3-cms-extension",
"description": "AI Suite - Powerful, GDPR-compliant AI directly in the TYPO3 backend. Generate and manage image and page metadata, translate content (including \"Easy Language\"), create and refine copy, and much more, both as single actions and in bulk. Built for agencies, freelancers and editorial teams who want to ship faster.",
"authors": [
{
"name": "AutoDudes",
"role": "Developer",
"homepage": "https://www.autodudes.de",
"email": "service@autodudes.de"
}
],
"homepage": "https://www.autodudes.de",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
"TYPO3 AI",
"Artificial Intelligence",
"Content Generation",
"Content Creation",
"Content Automation",
"AutoDudes",
"AI Suite"
],
"version": "14.4.1",
"support": {
"issues": "https://github.com/autodudesde/ai-suite/issues"
},
"require": {
"php": "^8.2",
"typo3/cms-backend": "^14.3",
"typo3/cms-filelist": "^14.3",
"typo3/cms-fluid": "^14.3",
"typo3/cms-rte-ckeditor": "^14.3",
"typo3/cms-seo": "^14.3"
},
"suggest": {
"b13/container": "*",
"typo3/cms-scheduler": "^14.3"
},
"conflict": {
"passionweb/ai-seo-helper": "*"
},
"autoload": {
"psr-4": {
"AutoDudes\\AiSuite\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"AutoDudes\\AiSuite\\Tests\\": "Tests/"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin",
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"require-dev": {
"b13/container": "^3.2",
"bk2k/bootstrap-package": "^16.0",
"friendsofphp/php-cs-fixer": "^3.52",
"friendsoftypo3/content-blocks": "^2.0",
"georgringer/news": "^14.0",
"helhum/typo3-console": "^8.3",
"infection/infection": "^0.29",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^11.0 || ^12.0",
"typo3/cms-beuser": "^14.3",
"typo3/cms-filemetadata": "^14.3",
"typo3/cms-form": "^14.3",
"typo3/cms-impexp": "^14.3",
"typo3/cms-indexed-search": "^14.3",
"typo3/cms-install": "^14.3",
"typo3/cms-lowlevel": "^14.3",
"typo3/cms-tstemplate": "^14.3",
"typo3/cms-workspaces": "^14.3",
"typo3/coding-standards": "^0.8",
"typo3/testing-framework": "^9.0 || ^10.0",
"typo3/cms-scheduler": "^14.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"typo3/cms": {
"extension-key": "ai_suite",
"web-dir": ".Build/Web"
}
}
}