Skip to content

Commit

Permalink
Add random_bytes() and ext-zlib to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 6, 2023
1 parent 304ef11 commit 9d463e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer-require-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"mixed",
"void",
"object",
"random_bytes",
"deflate_add",
"deflate_init",
"generateAcceptFromKey",
Expand All @@ -34,6 +35,7 @@
"Reflection",
"SPL",
"standard",
"hash"
"hash",
"zlib"
]
}

0 comments on commit 9d463e8

Please sign in to comment.