forked from t3brightside/youtubevideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 846 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
{
"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": "^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^11.5 || ^12.4",
"t3brightside/embedassets": "^1.2"
},
"autoload": {
"psr-4": {
"Brightside\\Youtubevideo\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "youtubevideo"
}
}
}