-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 764 Bytes
/
Copy pathcomposer.json
File metadata and controls
23 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "codepoet/opcache-profiler-bundle",
"type": "symfony-bundle",
"description": "Profiler for Zend Optimizer+ from pecl and ext/opcache from PHP 5.5",
"keywords": [ "Cache", "ZendOptimizer", "optimizer", "Opcache", "symfony", "profiler", "toolbar" ],
"homepage": "https://github.com/benbender/OpcacheProfilerBundle",
"license": "MIT",
"authors": [
{
"name": "Benjamin Bender",
"email": "bb@codepoet.de",
"homepage": "http://codepoet.de"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0"
},
"autoload": {
"psr-0": { "Codepoet\\OpcacheProfilerBundle": "" }
},
"target-dir": "Codepoet/OpcacheProfilerBundle"
}