-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
31 lines (31 loc) · 893 Bytes
/
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
{
"name": "t3brightside/youtubevideo",
"description": "TYPO3 CMS extension for YouTube videos with custom cover images, gallery layout, pagination, GDPR options and backend previews.",
"type": "typo3-cms-extension",
"keywords": ["TYPO3", "YouTube", "video", "responsive", "GDPR"],
"homepage": "https://github.com/t3brightside/youtubevideo/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tanel Põld",
"role": "Developer",
"homepage": "https://t3brightside.com"
}
],
"require": {
"typo3/cms-core": "^12.4 || ^13.0",
"typo3/cms-fluid-styled-content": "^12.4 || ^13.0",
"t3brightside/embedassets": "^1.3",
"t3brightside/paginatedprocessors": "^1.6"
},
"autoload": {
"psr-4": {
"Brightside\\Youtubevideo\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "youtubevideo"
}
}
}