File: D:/HostingSpaces/PDeckers/opelkapitan.nl/vendor/laravel/framework/src/Illuminate/Html/composer.json
{
"name": "illuminate/html",
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/http": "4.2.*",
"illuminate/session": "4.2.*",
"illuminate/support": "4.2.*"
},
"autoload": {
"psr-0": {
"Illuminate\\Html": ""
}
},
"target-dir": "Illuminate/Html",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"minimum-stability": "dev"
}