forked from jonnitto/Jonnitto.PrettyEmbedHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
{
"name": "jonnitto/prettyembedhelper",
"type": "neos-plugin",
"license": "GPL-3.0-or-later",
"description": "Helper mixins, prototypes and frontend resources for the PrettyEmbed Series",
"keywords": [
"flow",
"neos",
"video",
"contentelement"
],
"support": {
"issues": "https://github.com/jonnitto/Jonnitto.PrettyEmbedHelper/issues",
"source": "https://github.com/jonnitto/Jonnitto.PrettyEmbedHelper"
},
"homepage": "https://github.com/jonnitto/Jonnitto.PrettyEmbedHelper",
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-dom": "*",
"neos/neos": "^7.3 || ^8.0",
"neos/fusion-afx": "^7.3 || ^8.0",
"sitegeist/slipstream": "^2.1.6",
"carbon/fileloader": "^0.1",
"carbon/notification": "^2.4",
"carbon/eel": "^2.8"
},
"suggest": {
"james-heinrich/getid3": "Get the duration of internal audio and video files. You need to install the 2.0-beta version"
},
"autoload": {
"psr-4": {
"Jonnitto\\PrettyEmbedHelper\\": "Classes"
}
},
"extra": {
"installer-name": "Jonnitto.PrettyEmbedHelper",
"neos": {
"package-key": "Jonnitto.PrettyEmbedHelper"
}
}
}