-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
36 lines (35 loc) · 1009 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
32
33
34
35
36
{
"name": "sandstorm/neosh5p",
"description": "H5P Platform Integration Plugin for Neos CMS",
"type": "neos-plugin",
"keywords": ["Neos", "neos plugin", "H5P", "rich content", "LRS", "LMS"],
"homepage": "https://github.com/sandstorm/NeosH5P",
"license": "MIT",
"authors": [
{
"name": "Bastian Heist",
"email": "[email protected]",
"homepage": "https://sandstorm.de",
"role": "Developer"
},
{
"name": "Leon Kleffmann",
"email": "[email protected]",
"homepage": "https://sandstorm.de",
"role": "Developer"
}
],
"require": {
"neos/neos": ">=4.0.0",
"neos/neos-ui": "*",
"h5p/h5p-core": "~1.20.0",
"h5p/h5p-editor": "~1.20.0",
"guzzlehttp/guzzle": "~6.3.0",
"ext-zip": "*"
},
"autoload": {
"psr-4": {
"Sandstorm\\NeosH5P\\": "Classes"
}
}
}