1
|
{
|
2
|
"name": "illuminate/encryption",
|
3
|
"description": "The Illuminate Encryption package.",
|
4
|
"license": "MIT",
|
5
|
"homepage": "http://laravel.com",
|
6
|
"support": {
|
7
|
"issues": "https://github.com/laravel/framework/issues",
|
8
|
"source": "https://github.com/laravel/framework"
|
9
|
},
|
10
|
"authors": [
|
11
|
{
|
12
|
"name": "Taylor Otwell",
|
13
|
"email": "taylor@laravel.com"
|
14
|
}
|
15
|
],
|
16
|
"require": {
|
17
|
"php": ">=5.5.9",
|
18
|
"ext-mbstring": "*",
|
19
|
"ext-openssl": "*",
|
20
|
"illuminate/contracts": "5.2.*",
|
21
|
"illuminate/support": "5.2.*",
|
22
|
"paragonie/random_compat": "~1.4"
|
23
|
},
|
24
|
"autoload": {
|
25
|
"psr-4": {
|
26
|
"Illuminate\\Encryption\\": ""
|
27
|
}
|
28
|
},
|
29
|
"extra": {
|
30
|
"branch-alias": {
|
31
|
"dev-master": "5.2-dev"
|
32
|
}
|
33
|
},
|
34
|
"minimum-stability": "dev"
|
35
|
}
|