forked from AOEpeople/be_groups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 882 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
{
"name": "cretection/be-groups",
"type": "typo3-cms-extension",
"description": "This extension provide several new options to restructure large amount of be_groups records",
"keywords": ["TYPO3 CMS", "Group Management", "User Access"],
"license": "GPL-3.0-or-later",
"support": {
"source": "https://github.com/cretection/be_groups",
"issues": "https://github.com/cretection/be_groups/issues",
"docs": "https://github.com/cretection/be_groups/wiki"
},
"require": {
"typo3/cms-core": "~11.4"
},
"authors": [
{
"name": "Jonathan Starck",
"email": "[email protected]",
"role": "Developer"
}
],
"replace": {
"typo3-ter/be-groups": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "be_groups"
}
},
"autoload": {
"psr-4": {
"Cretection\\BeGroups\\": "Classes/"
}
}
}