forked from symfonycorp/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 887 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
35
36
37
{
"name": "sensiolabs/insight",
"description": "SensioLabs Insight SDK",
"license": "MIT",
"authors": [
{
"name": "Grégoire Pineau",
"email": "[email protected]"
}
],
"require": {
"guzzle/http": "~3.7",
"jms/serializer": "0.12.*",
"psr/log": "~1.0",
"symfony/console": "~2.3",
"symfony/expression-language": "~2.4"
},
"require-dev": {
"guzzle/plugin-mock": "~3.4",
"monolog/monolog": "~1.4",
"symfony/phpunit-bridge": "^3.3"
},
"suggest": {
"monolog/monolog": "Will add some log capability to this library"
},
"autoload": {
"psr-4": {
"SensioLabs\\Insight\\": ""
}
},
"bin": ["bin/insight"],
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
}
}