forked from zucchi/ZucchiBootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·34 lines (34 loc) · 931 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
{
"name": "stefanorg/bootstrap",
"description": "Simple Module to allow facilitate use of Twitter Bootstrap",
"type": "module",
"keywords": [
"twitter",
"bootstrap",
"zf2"
],
"homepage": "https://github.com/stefanorg/ZucchiBootstrap",
"authors" : [{
"name": "Matt Cockayne",
"email" : "[email protected]",
"homepage" : "http://devincharge.com/"
}],
"license": "BSD-3-Clause",
"require": {
"php": ">=5.4.1",
"stefanorg/zucchi": "dev-master",
"zendframework/zend-modulemanager": "2.*",
"zendframework/zend-loader": "2.*",
"zendframework/zend-form": "2.*",
"zendframework/zend-view": "2.*",
"zendframework/zend-navigation": "2.*"
},
"autoload": {
"psr-0": {
"ZucchiBootstrap": "src/"
},
"classmap": [
"./Module.php"
]
}
}