forked from wendrowycz/zend1-bootstrap3
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 736 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 736 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
29
{
"name": "cruiser13/zend1-bootstrap3",
"description": "Twitter Bootstrap v.3 Forms for Zend Framework v.1 extended",
"require": {
"php": ">=5.3.0",
"zf1s/zend-controller": "1.13",
"zf1s/zend-file": "^1.13",
"zf1s/zend-file-transfer": "^1.13",
"zf1s/zend-filter": "^1.13",
"zf1s/zend-form": "^1.13",
"zf1s/zend-view": "1.13"
},
"autoload": {
"psr-0": { "Twitter_Bootstrap3_": "library/" }
},
"license": "MIT",
"include-path": ["library/"],
"keywords": [
"zf1",
"zend",
"zend form",
"zend form decorators",
"zend form elements",
"form",
"twitter",
"bootstrap",
"twitter bootstrap"
]
}