42 lines
968 B
JSON
Executable File
42 lines
968 B
JSON
Executable File
{
|
|
"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.6.4",
|
|
"illuminate/http": "5.4.*",
|
|
"illuminate/routing": "5.4.*",
|
|
"illuminate/session": "5.4.*",
|
|
"illuminate/support": "5.4.*",
|
|
"illuminate/view": "5.4.*"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/database": "5.4.*",
|
|
"mockery/mockery": "~0.9.4",
|
|
"phpunit/phpunit": "~5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Collective\\Html\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
}
|
|
}
|