-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1012 Bytes
/
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
{
"name": "crazedsanity/cs-webapplibs",
"type": "library",
"description": "Web application framework containing various libraries, an extension to cs-content",
"keywords": ["php", "web", "database", "api", "auth", "token", "lockfile", "permission", "siteconfig", "logging", "upgrades"],
"homepage": "https://github.com/crazedsanity/cs-webapplibs",
"license": "MIT",
"authors": [
{
"name": "Dan Falconer",
"email": "[email protected]",
"homepage": "http://www.crazedsanity.com",
"role": "Developer"
}
],
"autoload": {
"classmap": ["src", "abstract"]
},
"require": {
"php": ">=5.3.0",
"crazedsanity/cs-content": ">= 1.2.20",
"ircmaxell/password-compat": "^1.0",
"crazedsanity/authtoken": "^0.1",
"crazedsanity/authuser": "^0.1",
"crazedsanity/lockfile": "^0.1",
"crazedsanity/dbsession": "^0.1",
"crazedsanity/siteconfig": "^0.2.1",
"crazedsanity/webdbupgrade": "^0.1"
},
"require-dev": {
"phpunit/phpunit": "^4.6 || ^5.0"
},
"minimum-stability": "dev"
}