{ "name": "illuminate/encryption", "description": "The Illuminate Encryption package.", "license": "MIT", "homepage": "http://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "require": { "php": ">=5.5.9", "ext-mbstring": "*", "ext-openssl": "*", "illuminate/contracts": "5.2.*", "illuminate/support": "5.2.*" }, "autoload": { "psr-4": { "Illuminate\\Encryption\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.2-dev" } }, "suggest": { "paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (~1.1)." }, "minimum-stability": "dev" }