{ "name": "laravelcollective/html", "description": "HTML and Form Builders for the Laravel Framework", "license": "MIT", "homepage": "http://laravelcollective.com", "support": { "issues": "https://github.com/LaravelCollective/html/issues", "source": "https://github.com/LaravelCollective/html" }, "authors": [ { "name": "Adam Engebretson", "email": "adam@laravelcollective.com" }, { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "require": { "php": ">=5.5.9", "illuminate/http": "5.2.*", "illuminate/routing": "5.2.*", "illuminate/session": "5.2.*", "illuminate/support": "5.2.*", "illuminate/view": "5.2.*" }, "require-dev": { "illuminate/database": "5.2.*", "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "autoload": { "psr-4": { "Collective\\Html\\": "src/" }, "files": [ "src/helpers.php" ] } }