Skip to content

Commit

Permalink
chore: Update ComposerRequireChecker config to whitelist hash function
Browse files Browse the repository at this point in the history
  • Loading branch information
ccailly committed Nov 30, 2023
1 parent 16ad34c commit 8e3cdc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .composer-require-checker.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
"brotli_compress",

"// composer autoloader",
"Composer\\Autoload\\ClassLoader"
"Composer\\Autoload\\ClassLoader",

"// hash function is now bundled since PHP 7.4",
"hash"
],
"scan-files": [
"ajax/**/*.php",
Expand Down

0 comments on commit 8e3cdc9

Please sign in to comment.