forked from BedrockStreaming/StatsdBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 893 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 893 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
{
"name": "m6web/statsd-bundle",
"description" : "Add statds metrics in your sf2 app. Allow you to bind metrics on any sf2 event.",
"type": "symfony-bundle",
"license": "MIT",
"keywords": ["symfony", "bundle", "statsd", "m6web"],
"authors": [
{
"name": "M6Web",
"email": "opensource@m6web.fr",
"homepage": "http://tech.m6web.fr/"
}
],
"config": {
"bin-dir": "bin",
"vendor-dir": "vendor"
},
"require": {
"php": ">=5.4.0",
"symfony/property-access" : ">=2.2",
"m6web/statsd": "^1.3"
},
"require-dev": {
"atoum/atoum": "^2.8|^3.0",
"symfony/symfony": "~2.3|~3.0",
"m6web/coke" : "~1.2",
"m6web/symfony2-coding-standard" : "~1.2"
},
"autoload": {
"psr-4": { "M6Web\\Bundle\\StatsdBundle\\": "src/" }
}
}