Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 4a12a12

Browse files
Permit random_compat 2.x too
1 parent d10175b commit 4a12a12

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
@@ -22,7 +22,7 @@
2222
"illuminate/contracts": "5.1.*|5.2.*|5.3.*",
2323
"illuminate/support": "5.1.*|5.2.*|5.3.*",
2424
"predis/predis": "^1.0",
25-
"paragonie/random_compat": "^1.1"
25+
"paragonie/random_compat": "^1.1|^2.0"
2626
},
2727
"require-dev": {
2828
"graham-campbell/testbench": "^3.1",

0 commit comments

Comments
 (0)