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

Commit f2b0c72

Browse files
committed
Fix the dependencies in composer.json
Signed-off-by: Pavel Vyskočil <[email protected]>
1 parent bbadc5f commit f2b0c72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
[Added]
66
- List of services is displayed as JSON if parameter 'output=json' is set in URL
77

8+
[Changed]
9+
- Updated composer.json dependencies
10+
811
[Fixed]
912
- Fixed the problem where LDAP calls RPC method in PerunIdentity filter
1013
- Fixed assignation of one Perun attribute to multiple SP attributes

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
}
2121
],
2222
"require": {
23+
"simplesamlphp/simplesamlphp": "~1.16",
2324
"simplesamlphp/composer-module-installer": "~1.0",
24-
"cesnet/simplesamlphp-module-perunauthorize": "~1.0"
25+
"cesnet/simplesamlphp-module-perunauthorize": "~1.0",
26+
"ext-curl": "*",
27+
"ext-json": "*"
2528
}
2629
}

0 commit comments

Comments
 (0)