forked from michelsalib/BCCAutoMapperBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (33 loc) · 965 Bytes
/
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
{
"name": "jiisuominen/auto-mapper-bundle",
"type": "symfony-bundle",
"description": "An object to object mapper bundle for Symfony3",
"license": "MIT",
"keywords": ["mapper automapper"],
"homepage": "https://github.com/jiisuominen/BCCAutoMapperBundle",
"authors": [
{
"name": "Michel Salib",
"email": "[email protected]",
"homepage": "http://www.michelsalib.com"
},
{
"name": "Janne Suominen",
"email": "[email protected]",
"homepage": "http://jiisuominen.fi"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=3.0",
"symfony/property-access": ">=3.0",
"symfony/config": "3.2.13"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": { "BCC\\AutoMapperBundle": "" }
},
"target-dir": "BCC/AutoMapperBundle"
}