29 lines
603 B
JSON
Executable File
29 lines
603 B
JSON
Executable File
{
|
|
"name": "illuminate/encryption",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylorotwell@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"illuminate/support": "4.0.x"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Illuminate\\Encryption": ""
|
|
}
|
|
},
|
|
"target-dir": "Illuminate/Encryption",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |