forked from CESNET/proxystatistics-simplesamlphp-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 748 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 748 Bytes
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
{
"name": "cesnet/simplesamlphp-module-proxystatistics",
"description": "A SimpleSAMLPHP module for statistics",
"type": "simplesamlphp-module",
"keywords": ["statistics","simplesamlphp"],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Pavel Vyskocil",
"email": "vyskocilpavel@muni.cz"
},
{
"name": "Pavel Brousek",
"email": "brousek@ics.muni.cz"
}
],
"require": {
"php": ">=7.1",
"simplesamlphp/simplesamlphp": "~1.17",
"ext-pdo": "*",
"ext-json": "*"
},
"suggest": {
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"symplify/easy-coding-standard": "^9.2"
}
}