-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 899 Bytes
/
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": "crazy252/typo3_kate",
"type": "typo3-cms-extension",
"description": "Increase the performance of your TYPO3 project",
"license": "GPL-3.0-or-later",
"version": "0.1.0",
"support": {
"issues": "https://github.com/crazy252/typo3_fatures/issues",
"source": "https://github.com/crazy252/typo3_fatures"
},
"authors": [
{
"name": "crazy252",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2",
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"typo3/cms-core": "^10 || ^11 || ^12"
},
"bin": [
"bin/roadrunner-worker"
],
"autoload": {
"psr-4": {
"Crazy252\\Typo3Kate\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "typo3_kate"
}
}
}