-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.07 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
{
"name": "quellenform/t3x-iconpack-feather",
"type": "typo3-cms-extension",
"description": "This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the \"Feather Icons\" in TYPO3.",
"keywords": [
"TYPO3",
"extension",
"CKEditor",
"icons",
"iconfont",
"webfont"
],
"license": [
"GPL-3.0-or-later"
],
"homepage": "https://extensions.typo3.org/extension/iconpack_feather",
"support": {
"source": "https://github.com/quellenform/t3x-iconpack-feather",
"issues": "https://github.com/quellenform/t3x-iconpack-feather/issues"
},
"authors": [
{
"name": "Stephan Kellermayr",
"email": "typo3@quellenform.at",
"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"
},
"replace": {
"typo3-ter/iconpack-feather": "self.version"
},
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"extra": {
"typo3/cms": {
"extension-key": "iconpack_feather"
}
}
}