-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 824 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 824 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
{
"name": "t3s/t3s-swiper",
"type": "typo3-cms-extension",
"description": "Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.",
"homepage": "https://www.t3sbootstrap.de/extensions/swiper-slider",
"license": ["GPL-2.0-or-later"],
"authors": [{
"name": "Helmut Hackbarth",
"email": "typo3@t3solution.de",
"role": "Developer"
}],
"keywords": [
"TYPO3 CMS",
"content_blocks"
],
"require": {
"typo3/cms-core": "^13.4",
"friendsoftypo3/content-blocks": "^1.3.18"
},
"autoload": {
"psr-4": {
"T3S\\T3sSwiper\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "t3s_swiper"
}
}
}