forked from WapplerSystems/Shyguy
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 738 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 738 Bytes
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": "wapplersystems/shyguy",
"type": "typo3-cms-extension",
"description": "Adds visualisation and control over soft hyphens in content elements.",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
"TYPO3 CMS",
"Hyphen",
"Soft Hyphen"
],
"homepage": "https://github.com/WapplerSystems/Shyguy",
"authors": [
{
"name": "Patrik Tschersich",
"email": "tschersich@wappler.systems"
}
],
"support": {
"issues": "https://github.com/WapplerSystems/Shyguy/issues",
"source": "https://github.com/WapplerSystems/Shyguy"
},
"require": {
"typo3/cms-core": " ^12.4"
},
"autoload": {
"psr-4": {
"WapplerSystems\\Shyguy\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "shyguy"
}
}
}