forked from mwillbanks/ZfcTwitterBootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 924 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": "mwillbanks/zfc-twitter-bootstrap",
"description": "A module that assists in implementing Twitter Bootstrap for ZF2",
"type": "library",
"keywords": [
"zf2", "twBootstrap", "Twitter Bootstrap"
],
"homepage": "https://github.com/mwillbanks/ZfcTwitterBootstrap",
"authors": [
{
"name": "Mike Willbanks",
"email": "[email protected]",
"homepage": "http://blog.digitalstruct.com/"
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-filter": "2.*",
"zendframework/zend-form": "2.*",
"zendframework/zend-view": "2.*"
},
"require-dev": {
"zendframework/zendframework": "2.*",
"phpunit/phpunit": ">=3.7.7"
},
"autoload": {
"psr-0": {
"ZfcTwitterBootstrap": "src/"
},
"classmap": [
"./"
]
}
}