1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/development-frameworks/laravel/vendor/laravelcollective/html/composer.json
2016-11-07 11:53:44 -08:00

34 lines
639 B
JSON

{
"name": "laravelcollective/html",
"license": "MIT",
"authors": [
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/http": "5.1.*",
"illuminate/routing": "5.1.*",
"illuminate/session": "5.1.*",
"illuminate/support": "5.1.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
}
}