forked from jorisdugue/h5p-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.03 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
{
"name": "jorisdugue/h5p-bundle",
"type": "symfony-bundle",
"description": "H5P Bundle for Symfony 4 and Symfony 5",
"keywords": [
"h5p",
"symfony",
"interactive",
"content",
"php"
],
"license": [
"MIT"
],
"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.14.1",
"guzzlehttp/guzzle": "^7.5",
"h5p/h5p-core": "^1.24",
"h5p/h5p-editor": "^1.25",
"symfony/framework-bundle": "~4.0|~5.0|~6.0",
"symfony/serializer": "~4.0|~5.0|~6.0",
"twig/extra-bundle": "^3.0",
"doctrine/doctrine-bundle": "^2.0",
"symfony/security-bundle": "~4.0|~5.0|~6.0",
"symfony/asset": "~4.0|~5.0|~6.0"
},
"autoload": {
"psr-4": {
"Studit\\H5PBundle\\": ""
}
}
}