forked from fnagel/deletefiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.09 KB
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 1.09 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
{
"name": "felixnagel/deletefiles",
"type": "typo3-cms-extension",
"description": "TYPO3 CMS scheduler task for deleting old files and folder. Supports FAL. Useful for GDPR / DSGVO compliance.",
"keywords": [
"TYPO3 CMS",
"cleanup",
"scheduler",
"GDPR",
"DSGVO"
],
"homepage": "https://extensions.typo3.org/extension/deletefiles/",
"support": {
"issues": "https://github.com/fnagel/deletefiles/issues",
"docs": "https://docs.typo3.org/typo3cms/extensions/deletefiles/",
"source": "https://github.com/fnagel/deletefiles"
},
"authors": [
{
"name": "Felix Nagel",
"email": "info@felixnagel.com",
"homepage": "http://www.felixnagel.com",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.0,<7.5",
"typo3/cms-core": ">=9.4,<=10.4.99 "
},
"autoload": {
"psr-4": {
"FelixNagel\\DeleteFiles\\": "Classes/"
}
},
"replace": {
"typo3-ter/deletefiles": "self.version"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/TYPO3/TYPO3.CMS"
}
],
"extra": {
"typo3/cms": {
"extension-key": "deletefiles"
}
}
}