-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
36 lines (36 loc) · 884 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
{
"name": "cabag/simulatebe",
"type": "typo3-cms-extension",
"description": "BE Login Simulation for FE Users\n\nSimulates BE Login for FE Users. With this extension you can grant Frontend Users Backend User Rights. This means that, if a Frontend User logs into the Frontend and he has the proper rights, the Edit Icons will be displayed allowing him to edit the Content.",
"authors": [
{
"name": "Sonja Scholz",
"role": "Product Owner"
},
{
"name": " Jonas Felix",
"role": "Developer"
},
{
"name": " Tizian Schmidlin",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"typo3/cms-backend": "^10.4",
"typo3/cms-core": "^10.4",
"typo3/cms-felogin": "^10.4"
},
"autoload": {
"psr-4": {
"Cabag\\Simulatebe\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "simulatebe"
}
}
}