-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
45 lines (45 loc) · 1.01 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
38
39
40
41
42
43
44
45
{
"name": "limestonenetworks/statuspage",
"description": "Status page for communicating incidents to a client base",
"version": "1.0.0-dev",
"type": "project",
"homepage": "https://github.com/limestonenetworks/statuspage",
"license": "GPL-3.0",
"authors": [
{
"name": "Kris Anderson",
"homepage": "https://github.com/kganders",
"role": "developer"
},
{
"name": "James Ward",
"homepage": "https://github.com/james-lsn/",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-sqlite3": "*",
"smarty/smarty": "3.*",
"abraham/twitteroauth": "dev-master"
},
"repositories": [
{
"type": "package",
"package": {
"name": "abraham/twitteroauth",
"version": "dev-master",
"dist": {
"url": "https://github.com/abraham/twitteroauth/zipball/master",
"type": "zip"
},
"source": {
"url": "git://github.com/abraham/twitteroauth.git",
"type": "git",
"reference": "master"
}
}
}
],
"include-path": ["vendor/abraham/twitteroauth"]
}