forked from michelsalib/BCCAutoMapperBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 781 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 781 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": "bcc/auto-mapper-bundle",
"type": "symfony-bundle",
"description": "An object to object mapper bundle for Symfony2",
"license": "MIT",
"keywords": ["mapper automapper"],
"homepage": "http://github.com/michelsalib/BCCAutoMapperBundle",
"authors": [
{
"name": "Michel Salib",
"email": "michelsalib@hotmail.com",
"homepage": "http://www.michelsalib.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2.0,<3.0",
"symfony/property-access": ">=2.2.0,<3.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-0": { "BCC\\AutoMapperBundle": "" }
},
"target-dir": "BCC/AutoMapperBundle"
}