Merge pull request #64 from Rotzbua/Rotzbua-patch-2

add suggestion to composer
This commit is contained in:
Stephen Paul Weber 2018-07-25 09:00:09 -05:00 committed by GitHub
commit a9fc3f9322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-mcrypt": "required if you use encryption cast5"
},
"autoload": {
"classmap": ["lib/"]
}