changeset 8 | 5a0cbbe0922a |
7:1a3fa80225b2 | 8:5a0cbbe0922a |
---|---|
1 { |
|
2 "name": "laravel/homestead", |
|
3 "description": "A virtual machine for web artisans.", |
|
4 "require": { |
|
5 "php": ">=5.4", |
|
6 "symfony/console": "~2.0", |
|
7 "symfony/process": "~2.0" |
|
8 }, |
|
9 "license": "MIT", |
|
10 "authors": [ |
|
11 { |
|
12 "name": "Taylor Otwell", |
|
13 "email": "taylorotwell@gmail.com" |
|
14 } |
|
15 ], |
|
16 "autoload": { |
|
17 "psr-4": { |
|
18 "Laravel\\Homestead\\": "src/" |
|
19 } |
|
20 }, |
|
21 "bin": [ |
|
22 "homestead" |
|
23 ] |
|
24 } |