Skip to content

Commit 3fd4f47

Browse files
committed
Fix: unbound version constraints (>=2) should be avoided
1 parent 3033436 commit 3fd4f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": ">=5.6.0",
26-
"paragonie/random_compat": ">=2"
26+
"paragonie/random_compat": "^2.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)