website/vendor/illuminate/contracts/composer.json

26 lines
515 B
JSON
Executable File

{
"name": "illuminate/contracts",
"description": "The Illuminate Contracts package.",
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"minimum-stability": "dev"
}