include vagrant and update README

This commit is contained in:
Nabeel Shahzad
2017-06-13 12:50:03 -05:00
parent 486b47562e
commit b4dac95d1b
9 changed files with 434 additions and 14 deletions

62
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "74036cb1d4ba5a8114ee893fc869e92d",
"content-hash": "2a812ab5f98781a23f47744c8a1f4fdd",
"packages": [
{
"name": "barryvdh/laravel-ide-helper",
@@ -737,7 +737,7 @@
"laravel",
"templates"
],
"time": "2017-05-20T10:43:37+00:00"
"time": "2017-05-20 10:43:37"
},
{
"name": "infyomlabs/laravel-generator",
@@ -792,7 +792,7 @@
"test",
"view"
],
"time": "2016-08-18T14:19:50+00:00"
"time": "2016-08-18 14:19:50"
},
{
"name": "infyomlabs/swagger-generator",
@@ -829,7 +829,7 @@
"swagger",
"templates"
],
"time": "2016-02-14T10:41:03+00:00"
"time": "2016-02-14 10:41:03"
},
{
"name": "jeremeamia/SuperClosure",
@@ -932,7 +932,7 @@
"laravel",
"swagger"
],
"time": "2016-01-25T15:38:17+00:00"
"time": "2016-01-25 15:38:17"
},
{
"name": "laracasts/flash",
@@ -3417,7 +3417,7 @@
"permission",
"roles"
],
"time": "2016-12-29T06:25:06+00:00"
"time": "2016-12-29 06:25:06"
}
],
"packages-dev": [
@@ -3568,6 +3568,56 @@
],
"time": "2015-05-11T14:41:42+00:00"
},
{
"name": "laravel/homestead",
"version": "v5.4.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/homestead.git",
"reference": "f54a9f0b6a0de85c96d5e82fd94a563d979f8288"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/homestead/zipball/f54a9f0b6a0de85c96d5e82fd94a563d979f8288",
"reference": "f54a9f0b6a0de85c96d5e82fd94a563d979f8288",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"bin": [
"bin/homestead"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\Homestead\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "A virtual machine for web artisans.",
"time": "2017-06-09T13:53:37+00:00"
},
{
"name": "mockery/mockery",
"version": "0.9.9",