-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 728 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 728 Bytes
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
{
"name": "Dvaqueiro/ObjectSerializer",
"type": "library",
"description": "Simple facade using symfony/serializer to simplify setup in specific uses cases",
"authors": [
{
"name": "Daniel Vaqueiro",
"email": "danielvc4@gmail.com"
}
],
"require": {
"netresearch/jsonmapper": "^1.3",
"symfony/serializer": "^3.3",
"symfony/property-access": "^3.3",
"symfony/property-info": "^3.3",
"phpdocumentor/reflection-docblock": "^3.0"
},
"autoload": {
"psr-4": {"Dvaqueiro\\": ""},
"exclude-from-classmap": [
"/Tests/"
]
},
"require-dev": {
"phpunit/phpunit": "^6.3"
}
}