-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (40 loc) · 1.11 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
{
"name": "gweb/tecdoc-bundle",
"description": "This bundle integrates the TecDoc vehicle and spare parts database into Symfony.",
"type": "symfony-bundle",
"license": "MIT",
"version": "0.9.2",
"authors" : [{
"name" : "Gerd Weitenberg",
"email" : "[email protected]"
}],
"autoload": {
"psr-4": {
"Gweb\\TecdocBundle\\": ""
}
},
"require": {
"php": "^7.2",
"doctrine/orm": "^2.6",
"doctrine/doctrine-bundle": "^1.6",
"friendsofsymfony/rest-bundle": "^2.3",
"jms/serializer-bundle": "^3.1",
"nelmio/api-doc-bundle": "^3.4",
"symfony/asset": "^4.2",
"symfony/framework-bundle": "^4.2",
"symfony/process": "^4.2",
"symfony/proxy-manager-bridge": "^4.2",
"symfony/validator": "^4.2",
"willdurand/hateoas-bundle": "^2.0",
"white-october/pagerfanta-bundle": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"sensio/framework-extra-bundle": "^5.2",
"symfony/phpunit-bridge": "*"
},
"suggest": {
"p7zip": "Required to extract 7z compressed files",
"friendsofsymfony/rest-bundle": "Required to use REST-API"
}
}