32 lines
740 B
JSON
Executable File
32 lines
740 B
JSON
Executable File
{
|
|
"name": "illuminate/container",
|
|
"description": "The Illuminate Container 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",
|
|
"illuminate/contracts": "5.0.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Container\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|