File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/phpseclib/mcrypt_compat/composer.json
{
"name": "phpseclib/mcrypt_compat",
"description": "PHP 7.1 polyfill for the mcrypt extension from PHP <= 7.0",
"keywords": [
"mcrypt",
"encryption",
"cryptograpy"
],
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"homepage": "http://phpseclib.sourceforge.net"
}
],
"support": {
"issues": "https://github.com/phpseclib/mcrypt_compat/issues",
"email": "terrafrost@php.net",
"source": "https://github.com/phpseclib/mcrypt_compat"
},
"require": {
"php": ">=5.3.3",
"phpseclib/phpseclib": ">=2.0.11 <3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0"
},
"suggest": {
"ext-openssl": "Will enable faster cryptographic operations"
},
"autoload": {
"files": ["lib/mcrypt.php"]
}
}