Files
faveo/vendor/illuminate/html/composer.json
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

31 lines
616 B
JSON

{
"name": "illuminate/html",
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/http": "~5.0",
"illuminate/session": "~5.0",
"illuminate/support": "~5.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Html\\": ""
},
"files": [
"helpers.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"minimum-stability": "dev"
}