Skip to content

Commit d8e8f41

Browse files
Merge pull request #202 from CommanderRoot/patch-1
Allow paragonie/constant_time_encoding version 3.0
2 parents 98c9e05 + f93f592 commit d8e8f41

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1|^8.0",
20-
"paragonie/constant_time_encoding": "^1.0|^2.0"
20+
"paragonie/constant_time_encoding": "^1.0|^2.0|^3.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.5.15|^8.5|^9.0",

0 commit comments

Comments
 (0)