forked from egeloen/ivory-serializer-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 911 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 911 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
34
35
36
37
{
"require": {
"php": "^7.2",
"doctrine/cache": "^1.0",
"egeloen/serializer": "^1.0",
"jane-php/automapper": "5.x-dev",
"jms/serializer": "^2.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/cache": "^4.0",
"symfony/console": "^4.0",
"symfony/property-access": "^4.0",
"symfony/serializer": "^4.0",
"thunderer/serializard": "^0.3",
"phpbench/phpbench": "^0.14.0",
"tsantos/serializer": "dev-jms-metadata-v2",
"ocramius/package-versions": "^1.3",
"better-serializer/better-serializer": "^0.1",
"tebru/gson-php": "dev-master"
},
"authors": [
{
"name": "Eric Geleon",
"email": "[email protected]",
"role": "author"
},
{
"name": "Asmir Mustafic",
"email": "[email protected]",
"role": "maintainer"
}
],
"autoload": {
"psr-4": {
"PhpSerializers\\Benchmarks\\": "src/"
}
}
}