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

Commit 91ba6bd

Browse files
Pavel Vyskočilvyskocilpavel
authored andcommitted
Fixed list of required packages
1 parent b49d404 commit 91ba6bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
2323
#### Fixed
2424
- Fixed the syntax of CHANGELOG
2525
- Fixed SQL injection vulnerability
26+
- Fixed list of required packages
2627

2728
## [v3.0.0]
2829
#### Added

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"php": ">=5.4.0",
1616
"cesnet/simplesamlphp-module-perun" : "~3.0",
1717
"simplesamlphp/simplesamlphp": "~1.17",
18-
"ext-mysqli": "*"
18+
"ext-mysqli": "*",
19+
"ext-json": "*"
1920
}
2021
}

0 commit comments

Comments
 (0)