-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.18 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "quellenform/t3x-iconpack-fontawesome",
"type": "typo3-cms-extension",
"description": "This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the \"Font Awesome Icons\" in TYPO3.",
"keywords": [
"TYPO3",
"extension",
"CKEditor",
"icons",
"iconfont",
"webfont"
],
"license": [
"GPL-3.0-or-later"
],
"homepage": "https://extensions.typo3.org/extension/iconpack_fontawesome",
"support": {
"source": "https://github.com/quellenform/t3x-iconpack-fontawesome",
"issues": "https://github.com/quellenform/t3x-iconpack-fontawesome/issues"
},
"authors": [
{
"name": "Stephan Kellermayr",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.quellenform.at/"
}
],
"require": {
"php": ">=7.4.0",
"typo3/cms-core": ">=10.4 <14",
"quellenform/t3x-iconpack": ">=0.2 ^1.0"
},
"autoload": {
"psr-4": {
"Quellenform\\IconpackFontawesome\\": "Classes"
}
},
"replace": {
"typo3-ter/iconpack-fontawesome": "self.version"
},
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"extra": {
"typo3/cms": {
"extension-key": "iconpack_fontawesome"
}
}
}