forked from ekino/EkinoNewRelicBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1012 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
38
39
{
"name": "ekino/newrelic-bundle",
"type": "symfony-bundle",
"description": "Integrate New Relic into Symfony2",
"keywords": ["metric", "performance", "monitoring"],
"homepage": "https://github.com/ekino/EkinoNewRelicBundle",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "[email protected]",
"homepage": "http://ekino.com"
}
],
"require": {
"php": ">=5.3"
},
"require-dev": {
"silex/silex": "^1.0",
"symfony/framework-bundle": "^2.7|^3.0",
"symfony/console": "^2.7|^3.0",
"twig/twig": "^1.26|^2.0",
"phpunit/phpunit": "^4.8"
},
"conflict": {
"twig/twig": "<1.26"
},
"suggest": {
"sonata-project/block-bundle": "2.2.*@dev"
},
"autoload": {
"psr-4": { "Ekino\\Bundle\\NewRelicBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
}
}