Skip to content

Commit 9646c46

Browse files
committed
cfb mode now works with phpseclib 2.0
1 parent 8c20df5 commit 9646c46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ composer require phpseclib/mcrypt_compat
4040

4141
- cbc
4242
- ncfb
43-
- cfb (master branch only)
43+
- cfb
4444
- ctr
4545
- ecb
4646
- nofb

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": ">=5.3.3",
25-
"phpseclib/phpseclib": "~2.0"
25+
"phpseclib/phpseclib": ">=2.0.10 <3.0.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^4.8.35|^5.7|^6.0"

0 commit comments

Comments
 (0)