-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 786 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 786 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
33
{
"name": "idr0id/php-mappers-benchmarks",
"type": "library",
"description": "PHP mappers benchmark.",
"keywords": ["mapper", "benchmark"],
"license": "MIT",
"authors": [
{
"name": "Vladimir Komissarov",
"homepage": "http://dr0id.ru"
}
],
"require": {
"symfony/console": "^4.0",
"symfony/finder": "^4.0",
"symfony/stopwatch": "^4.0",
"symfony/serializer": "^4.0",
"doctrine/annotations": "^1.6",
"idr0id/papper": "dev-master",
"bcc/auto-mapper-bundle": "dev-master",
"nylle/php-automapper": "dev-master",
"trismegiste/alkahest": "dev-master",
"jane-php/automapper": "dev-master",
"mark-gerarts/auto-mapper-plus": "@dev",
"phpdocumentor/reflection-docblock": "^4.3"
},
"autoload": {
"psr-0": {
"": "src"
}
},
"bin": ["bin/console"]
}