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

Commit 63e26c9

Browse files
committed
Updated composer.json
* Changed license * Changed required packages
1 parent 7287409 commit 63e26c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"version": "1.1.0-rc",
55
"type": "simplesamlphp-module",
66
"keywords": ["statistics","simplesamlphp"],
7-
"license": "BSD-2",
7+
"license": "BSD-2-Clause",
88
"authors": [
99
{
1010
"name": "Pavel Vyskocil",
1111
"email": "vyskocilpavel@muni.cz"
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.0"
15+
"php": ">=5.4.0",
16+
"cesnet/simplesamlphp-module-perun" : "~1.0.0"
1617
}
1718
}

0 commit comments

Comments
 (0)