Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 3d0e014

Browse files
authored
fix: correct dependencies
* move module perun to suggest, because it is not used by proxystatistics * replace mysqli with pdo, because proxystatistics only use the Database class from SimpleSAMLphp
1 parent 0694154 commit 3d0e014

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@
88
{
99
"name": "Pavel Vyskocil",
1010
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Pavel Brousek",
14+
"email": "[email protected]"
1115
}
1216
],
1317
"require": {
14-
"php": ">=7.1.0",
15-
"cesnet/simplesamlphp-module-perun" : ">=3.0",
18+
"php": ">=7.1",
1619
"simplesamlphp/simplesamlphp": "~1.17",
17-
"ext-mysqli": "*",
20+
"ext-pdo": "*",
1821
"ext-json": "*"
1922
},
23+
"suggest": {
24+
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service",
25+
},
2026
"require-dev": {
2127
"squizlabs/php_codesniffer": "*",
2228
"symplify/easy-coding-standard": "^7.2"

0 commit comments

Comments
 (0)