forked from fabarea/vidi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 897 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
38
39
40
41
42
{
"name": "fab/vidi",
"type": "typo3-cms-extension",
"description": "Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!",
"homepage": "https://github.com/fabarea/vidi",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
"generic listing"
],
"support": {
"issues": "https://github.com/fabarea/vidi/issues"
},
"autoload": {
"psr-4": {
"Fab\\Vidi\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "vidi"
}
},
"require-dev": {
"laravel/pint": "^1.2"
},
"require": {
"typo3/cms-core": "^11",
"typo3/cms-backend": "^11",
"typo3/cms-extbase": "^11",
"typo3/cms-fluid": "^11",
"typo3/cms-frontend": "^11"
},
"config": {
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
}
}