-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 753 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 753 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
{
"name": "evandotpro/edp-superluminal",
"description": "Class Cache ZF2 Module to reduce stat calls and generally autoloading overhead",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"zendframework",
"performance"
],
"homepage": "https://github.com/EvanDotPro/EdpSuperluminal",
"authors": [
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
}
],
"require": {
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-code": "2.*",
"zendframework/zend-eventmanager": "2.*"
},
"autoload": {
"classmap": [
"Module.php"
]
}
}