-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
55 lines (55 loc) · 1.2 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
55
{
"name": "emmedy/h5p-bundle",
"version": "3.0.2",
"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": ">= 8.1",
"doctrine/orm": "~2.0|~3.0",
"guzzlehttp/guzzle": "^7.9",
"h5p/h5p-core": "1.27",
"h5p/h5p-editor": "^1.25",
"symfony/framework-bundle": "~6.0|~7.0",
"symfony/serializer": "~6.0|~7.0",
"twig/extra-bundle": "^3.0",
"doctrine/doctrine-bundle": "^2.13",
"symfony/security-bundle": "~6.0|~7.0",
"symfony/asset": "~6.0|~7.0",
"symfony/form": "~6.0|~7.0",
"ext-json": "*",
"symfony/intl": "~6.0|~7.0"
},
"autoload": {
"psr-4": {
"Emmedy\\H5PBundle\\": ""
}
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^11.4"
}
}