-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.32 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.32 KB
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
{
"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": "hello@uhlmann.pro",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"require": {
"ext-json": "*",
"ext-dom": "*",
"neos/neos": "^9.0",
"jonnitto/prettyembedpresentation": "^1.0 || ^2.0"
},
"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"
}
}
}