-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 766 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 766 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
30
{
"name": "antpolis/bootstap3",
"description": "Yii Web Widgets, This is just a alt repos for this module.",
"keywords": [
"yii",
"framework",
"extension",
"bootstrap"
],
"homepage": "https://bitbucket.org/DrMabuse/yii-bootstrap-3-module",
"type": "library",
"license": "",
"version": "0.0.8",
"authors": [
{
"name": "Pascal Brewing",
"email": "pascalbrewing@gmail.com",
"homepage": "http://pascal-breiwng.de/",
"role": "Founder and development"
},
{
"name": "Chris Sim",
"email": "chris.sim@antpolis.com",
"role": "Nobody"
}
],
"require": {
"php": ">=5.3.0"
}
}