forked from pink-tie/JMSSerializerServiceProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.22 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
{
"name": "jms/serializer-service-provider",
"description": "Silex Service Provider for the Serializer Bundle",
"keywords": [ "serializer", "Silex", "JMSSerializerBundle" ],
"homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
"license": "MIT",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "http://jmsyst.com",
"role": "Developer of wrapped JMSSerializerBundle"
},
{
"name": "Marijn Huizendveld",
"email": "marijn@pink-tie.com",
"homepage": "http://marijn.huizendveld.com",
"role": "Developer of JMSSerializerServiceProvider"
}
],
"require": {
"php": ">=5.3.3",
"silex/silex": "1.*",
"jms/serializer-bundle": "0.9.*"
},
"require-dev": {
"doctrine/common": ">=2.1,<2.4-dev",
"phpunit/phpunit": "3.*"
},
"autoload": {
"psr-0": { "JMS\\SerializerServiceProvider": "src/" }
},
"support": {
"issues": "https://github.com/pink-tie/JMSSerializerServiceProvider/issues",
"source": "https://github.com/pink-tie/JMSSerializerServiceProvider/tree/0.1.0"
}
}