Skip to content

Commit 5b62ecb

Browse files
committed
cleanup composer
require+suggests has no value, require'd libraries always installed also "lib-openssl" was incorrect (no calls to dlopen() to use openssl library), but ext-openssl as it's methods being used. refs c4f2347: Fix #63. Add dependences to composer.
1 parent 6d5f9a4 commit 5b62ecb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"squizlabs/php_codesniffer": "2.9.0"
3333
},
3434
"suggest": {
35-
"lib-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
36-
"ext-mcrypt": "Install mcrypt and php5-mcrypt libs in order to support encryption",
3735
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"
3836
}
3937
}

0 commit comments

Comments
 (0)