-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.05 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
{
"name": "fullstackfreelancer/faicon",
"type": "typo3-cms-extension",
"version": "2.0.0",
"description": "Provides Font Awesome Icons for the TYPO3 page settings in the backend, and Icons for the Bootstrap Package in the frontend.",
"homepage": "https://simonkoehler.com/",
"authors": [
{
"name": "Simon Köhler",
"email": "info@simonkoehler.com",
"homepage": "https://simonkoehler.com/",
"role": "Developer"
}
],
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/fullstackfreelancer/25"
}
],
"support": {
"email": "info@simonkoehler.com",
"docs": "https://simon-koehler.com/"
},
"license": "GPL-3.0-or-later",
"require": {
"typo3/cms-core": "^11.4.0 || ^12.4"
},
"keywords": [
"TYPO3",
"extension",
"fontawesome",
"frontend",
"icons",
"css",
"addon"
],
"replace": {
"typo3-ter/faicon": "self.version"
}
}