-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.1 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "ncsuwebdev/otframework",
"type": "library",
"description": "Base application framework",
"keywords": ["ncstate","ncsu"],
"homepage": "http://github.com/ncsuwebdev/otframework",
"authors": [
{
"name": "Jason Austin",
"email": "jfaustin@ncsu.edu",
"homepage": "http://ot.ncsu.edu",
"role": "Developer"
},
{
"name": "Garrison Locke",
"email": "gplocke@ncsu.edu",
"homepage": "http://ot.ncsu.edu",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "git@github.ncsu.edu:ncstate-contrib/auth.git"
}
],
"require": {
"php": ">=5.3.0",
"ncsuwebdev/php-ncstate": "1.1.x",
"bombayworks/zendframework1": "1.12.3",
"ncsuwebdev/ncsubootstrap": "1.0.x",
"emagister/zend-form-decorators-bootstrap": "dev-master",
"ncsu/auth": "~1.0"
},
"autoload": {
"psr-0": {
"Ot": "library",
"Oauth": "library"
}
}
}