-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 769 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 769 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
28
29
30
31
32
{
"name": "avoo/serializer-translation-bundle",
"type": "symfony-bundle",
"description": "Translation bundle for JMS Serializer",
"keywords": ["Serializer translation"],
"license": "MIT",
"require": {
"php": ">=5.3.3",
"avoo/serializer-translation": "0.1.*",
"jms/serializer-bundle": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"authors": [
{
"name": "Jérémy Jégou",
"email": "jejevovo@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Avoo\\SerializerTranslationBundle\\" : ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}