1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00
Files
laravel-valet/composer.json
Taylor Otwell 363d85bece share feature
2016-05-04 13:21:32 -05:00

34 lines
725 B
JSON

{
"name": "laravel/valet",
"description": "A more enjoyable local development experience for Mac.",
"keywords": ["laravel"],
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Valet\\": "src/"
}
},
"require": {
"php": ">=7.0.0",
"mnapoli/silly": "~1.0",
"symfony/process": "~2.7|~3.0",
"nategood/httpful": "^0.2.20"
},
"bin": [
"valet"
]
}