-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (27 loc) · 953 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
{
"name" : "eurekaranch/simplesamlphp-module-themes",
"description" : "Themes for use in SimpleSAMLphp installations",
"type" : "simplesamlphp-module",
"license" : "MIT",
"minimum-stability" : "dev",
"prefer-stable" : true,
"keywords" : [ "simplesamlphp", "modules" ],
"require" : {
"simplesamlphp/composer-module-installer": "~1.0"
},
"require-dev" : {
"phploc/phploc" : "^3.0@dev",
"pdepend/pdepend" : "~2.0",
"phpmd/phpmd" : "dev-master",
"squizlabs/php_codesniffer" : "^2.0@dev",
"sebastian/phpcpd" : "^2.0@dev",
"phpunit/phpunit" : "~5.0",
"theseer/phpdox" : "dev-master"
},
"authors": [
{
"name": "Cory Collier",
"email": "[email protected]"
}
]
}