add suggestion to composer

This commit is contained in:
Rotzbua 2017-12-26 21:53:31 +01:00 committed by GitHub
parent c9ae8251b6
commit ba3c3fd42d
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/"]
}