Skip to content

Commit 7c9815b

Browse files
committed
Add hash extension check
1 parent fb5eec1 commit 7c9815b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"issues": "https://github.com/linna/csrf-guard/issues"
1616
},
1717
"require": {
18-
"php": ">=7.4"
18+
"php": ">=7.4",
19+
"ext-hash": "*"
1920
},
2021
"require-dev": {
2122
"infection/infection": "^0.20",

0 commit comments

Comments
 (0)