Files
faveo/vendor/laravel/framework/src/Illuminate/Encryption/composer.json
2015-12-22 14:09:23 +05:30

35 lines
852 B
JSON

{
"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.4.0",
"ext-openssl": "*",
"illuminate/contracts": "5.0.*",
"illuminate/support": "5.0.*",
"symfony/security-core": "2.6.*"
},
"autoload": {
"psr-4": {
"Illuminate\\Encryption\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"minimum-stability": "dev"
}