-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (25 loc) · 789 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (25 loc) · 789 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
{
"name": "urodoz/execution-stats",
"type": "symfony-bundle",
"description": "This bundle logs the time execution of methods, and supply stats data.",
"keywords": ["symfony","stats","jenkins","timer","performance","log"],
"homepage": "https://github.com/urodoz/execution-stats",
"license": "MIT",
"authors": [
{
"name": "Albert Lacarta",
"email": "urodoz@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Urodoz\\TimeExecutionStatsBundle": ""
}
},
"target-dir": "Urodoz/TimeExecutionStatsBundle"
}