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

Commit dfddd36

Browse files
committed
Changed required modules
* Added dependency for ext-mysqli * Added dependency for simplesamlphp/simplesamlphp * Bumped required version of cesnet/simplesamlphp-module-perun
1 parent 1aed595 commit dfddd36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.0",
16-
"cesnet/simplesamlphp-module-perun" : ">=1.0.0"
16+
"cesnet/simplesamlphp-module-perun" : "~3.0",
17+
"simplesamlphp/simplesamlphp": "~1.17",
18+
"ext-mysqli": "*"
1719
}
1820
}

0 commit comments

Comments
 (0)