-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 882 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
{
"name": "blanchonvincent/cdn-light",
"description": "ZF2 module v1.1.0 - Manage your own CDN with ZF2 application",
"version": "1.1.0",
"type": "module",
"license": "MIT",
"tags": [
"zend framework",
"cdn",
"module"
],
"homepage": "https://github.com/blanchonvincent/CdnLight",
"authors": [
{
"name": "Vincent Blanchon",
"email": "[email protected]",
"homepage": "http://developpeur-zend-framework.fr"
},
{
"name": "Billie Thompson",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev"
},
"autoload": {
"psr-0": {
"CdnLight": "src/"
}
}
}