forked from jorisdugue/h5p-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 957 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
{
"name": "jorisdugue/h5p-bundle",
"type": "symfony-bundle",
"description": "H5P Bundle for Symfony 4 and Symfony 5",
"keywords": ["h5p", "symfony", "interactive", "content", "php"],
"authors": [
{
"name": "Nieck Moorman",
"email": "[email protected]",
"homepage": "https://emmedy.com",
"role": "developer"
},
{
"name": "Joris Dugué",
"email": "[email protected]",
"role": "developer",
"homepage": "https://joris.dugue.ml"
}
],
"require": {
"php": "^7.2.5",
"doctrine/orm": "^2.7",
"guzzlehttp/guzzle": "^6.5",
"h5p/h5p-core": "^1.24",
"h5p/h5p-editor": "^1.24",
"symfony/framework-bundle": "4.4.*",
"symfony/serializer": "4.4.*",
"twig/extra-bundle": "^3.0"
},
"autoload": {
"psr-4": { "Studit\\H5PBundle\\": "" }
}
}