Skip to content

Commit 71079a7

Browse files
Merge pull request #3 from Dylan-DPC/patch-1
Fixed dependency
2 parents 7c27d4a + 94368cc commit 71079a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Argon2 implementation",
44
"require": {
55
"php": "^7.2",
6-
"illuminate/hashing": "^5.0"
6+
"illuminate/hashing": "5.5.*"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)