forked from pluswerk/cache_automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.05 KB
/
composer.json
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
{
"name": "pluswerk/cache-automation",
"type": "typo3-cms-extension",
"description": "+Pluswerk TYPO3 extension: Cache Automation - This TYPO3 extension clear caches automated in the right moment.",
"homepage": "https://www.pluswerk.ag/",
"support": {
"source": "https://github.com/pluswerk/cache_automation/",
"issues": "https://github.com/pluswerk/cache_automation/issues",
"docs": "https://github.com/pluswerk/cache_automation/blob/master/README.md"
},
"license": "GPL-3.0+",
"require": {
"typo3/cms-core": ">=8.7 <9.6",
"php": ">=7.1"
},
"autoload": {
"psr-4": {
"Pluswerk\\CacheAutomation\\": "Classes/"
}
},
"replace": {
"cache_automation": "self.version",
"typo3-ter/cache_automation": "self.version",
"typo3-ter/cache-automation": "self.version"
},
"require-dev": {
"pluswerk/grumphp-config": "2.*"
},
"extra": {
"pluswerk/grumphp-config": {
"auto-setting": true
},
"grumphp": {
"config-default-path": "vendor/pluswerk/grumphp-config/grumphp.yml"
}
}
}