-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (37 loc) · 1.09 KB
/
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
37
{
"name": "skpd/bootstrap",
"description": "Bootstrap 3 integration for ZF2",
"type": "library",
"keywords": ["Bootstrap","Bootstrap 3","zf2","zendframework2","Zend Framework 2","Twitter Bootstrap"],
"homepage": "https://github.com/Skpd/Bootstrap",
"minimum-stability": "dev",
"authors": [
{
"name": "Dmitry Shabanov",
"email": "dm.skpd@gmail.com"
}
],
"repositories":[
{
"type": "package",
"package": {
"version": "dev-master",
"name": "twbs/bootstrap",
"source": {"url": "https://github.com/twbs/bootstrap.git","type": "git","reference": "master"}
}
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.*"
},
"suggest": {
"twbs/bootstrap": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
},
"autoload": {
"psr-0": {
"Skpd\\Bootstrap\\": "src/"
},
"classmap" : ["Module.php"]
}
}