forked from ColourboxDevelopment/simplesamlphp-module-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.34 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
{
"name": "colourbox/simplesamlphp-module-redis",
"description": "A SimpleSAMLphp module for using Redis for session storage etc.",
"type": "simplesamlphp-module",
"keywords": ["redis", "store", "simpleSAMLphp"],
"homepage": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis",
"license": "MIT",
"authors": [
{
"name": "Jacob Christiansen",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/issues",
"wiki": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/wiki"
},
"require": {
"php": ">=5.4.0",
"simplesamlphp/composer-module-installer": "~1.0",
"predis/predis": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"nulpunkt/php-stub": "0.3.*",
"phpunit/php-invoker": "~1.1",
"pdepend/pdepend": "~2.0",
"phpmd/phpmd": "~2.1",
"phploc/phploc": "~2.0",
"sebastian/phpcpd": "~2.0",
"sensiolabs/security-checker": "~2.0",
"theseer/phpdox": "~0.7",
"squizlabs/php_codesniffer": "~2.2",
"mayflower/php-codebrowser": "~1.1"
},
"autoload-dev": {
"classmap": [
"lib/"
]
}
}