forked from gewebe/TecdocBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1 KB
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"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" : "gweitenb@gmail.com"
}],
"autoload": {
"psr-4": {
"Gweb\\TecdocBundle\\": ""
}
},
"require": {
"doctrine/orm": "^2.6",
"doctrine/doctrine-bundle": "^2.7",
"jms/serializer-bundle": "^5.0.2",
"nelmio/api-doc-bundle": "^3.4",
"symfony/asset": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/process": "^5.4",
"symfony/proxy-manager-bridge": "^5.4",
"symfony/validator": "^5.4",
"willdurand/hateoas-bundle": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"sensio/framework-extra-bundle": "^5.4",
"symfony/phpunit-bridge": "*"
},
"suggest": {
"p7zip": "Required to extract 7z compressed files",
"friendsofsymfony/rest-bundle": "Required to use REST-API"
}
}