forked from jorisdugue/h5p-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.21 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
51
52
53
54
{
"name": "jorisdugue/h5p-bundle",
"version": "2.1.0",
"type": "symfony-bundle",
"description": "H5P Bundle for Symfony 5, 6 and Symfony 7",
"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://zaruike.dev"
}
],
"require": {
"php": ">= 7.2.5",
"doctrine/orm": "^2.14.1",
"guzzlehttp/guzzle": "^7.8",
"h5p/h5p-core": "dev-master#6217d57",
"h5p/h5p-editor": "^1.25",
"symfony/framework-bundle": "~5.0|~6.0|~7.0",
"symfony/serializer": "~5.0|~6.0|~7.0",
"twig/extra-bundle": "^3.0",
"doctrine/doctrine-bundle": "^2.0",
"symfony/security-bundle": "~5.0|~6.0|~7.0",
"symfony/asset": "~5.0|~6.0|~7.0",
"symfony/form": "~5.0|~6.0|~7.0",
"ext-json": "*",
"symfony/intl": "~5.0|~6.0|~7.0"
},
"autoload": {
"psr-4": {
"Studit\\H5PBundle\\": ""
}
},
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}