Skip to content

Commit a7f2419

Browse files
committed
Add missing extension to list of direct dependencies
1 parent b49a929 commit a7f2419

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
@@ -41,13 +41,14 @@
4141
"ext-mbstring": "*",
4242
"ext-openssl": "*",
4343
"ext-pcre": "*",
44+
"ext-random": "*",
4445
"ext-spl": "*",
4546

46-
"simplesamlphp/assert": "~1.8.1",
47+
"simplesamlphp/assert": "~1.8.2",
4748
"simplesamlphp/xml-common": "~2.0.0"
4849
},
4950
"require-dev": {
50-
"simplesamlphp/simplesamlphp-test-framework": "~1.9.2"
51+
"simplesamlphp/simplesamlphp-test-framework": "~1.9.3"
5152
},
5253
"config": {
5354
"allow-plugins": {

0 commit comments

Comments
 (0)