forked from t3brightside/youtubevideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 816 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 easy to use YouTube content elements with cover image and cover text.",
"type": "typo3-cms-extension",
"version": "1.3.1",
"keywords": ["TYPO3", "YouTube", "video", "responsive"],
"homepage": "https://github.com/t3brightside/youtubevideo/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Tanel Põld",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://t3brightside.com"
}
],
"require": {
"typo3/cms-core": "^9.5",
"typo3/cms-fluid-styled-content": "*"
},
"autoload": {
"psr-4": {
"Brightside\\Youtubevideo\\": "Classes"
}
},
"replace": {
"youtubevideo": "self.version",
"typo3-ter/youtubevideo": "self.version"
}
}