1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
Files
laravel-valet/composer.json
Taylor Otwell 8eaf767bbb adding commands
2016-05-04 10:17:14 -05:00

33 lines
686 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"
},
"bin": [
"valet"
]
}