nim-vagrant/composer.json

30 lines
678 B
JSON

{
"name": "Homestead Improved",
"description": "See here: http://www.sitepoint.com/quick-tip-get-homestead-vagrant-vm-running/",
"require": {
"php": ">=7",
"symfony/console": "~2.0",
"symfony/process": "~2.0",
"symfony/yaml": "^3.3"
},
"license": "MIT",
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Bruno Skvorc",
"email": "bruno.skvorc@sitepoint.com"
}
],
"autoload": {
"psr-4": {
"Laravel\\Homestead\\": "src/"
}
},
"bin": [
"homestead"
]
}