Use specific version for laravel/homestead

This commit is contained in:
Chase Coney
2015-07-01 11:26:38 -05:00
parent 1a5155dbc5
commit f1bbf0200c
2 changed files with 44 additions and 47 deletions

View File

@@ -39,8 +39,8 @@
"require-dev": {
"fzaninotto/faker": "^1.5",
"graham-campbell/testbench-core": "^1.0",
"phpunit/phpunit": "^4.7.6",
"laravel/homestead": "dev-master"
"phpunit/phpunit": "^4.7.6",
"laravel/homestead": "^2.1"
},
"autoload": {
"classmap": [

87
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"
],
"hash": "52170701af5a0e6e40fbc59832487b3e",
"hash": "9efc83056d64e48063ebb42f1f7dc337",
"packages": [
{
"name": "alt-three/segment",
@@ -3436,47 +3436,47 @@
"time": "2015-06-26 16:35:19"
},
{
"name": "laravel/homestead",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/laravel/homestead.git",
"reference": "835d8f223a95fd763f6fc7c4ee119692893af3a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/homestead/zipball/835d8f223a95fd763f6fc7c4ee119692893af3a1",
"reference": "835d8f223a95fd763f6fc7c4ee119692893af3a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/console": "~2.0",
"symfony/process": "~2.0"
},
"bin": [
"homestead"
],
"type": "library",
"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": "2015-06-29 21:00:49"
},
{
"name": "laravel/homestead",
"version": "v2.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/homestead.git",
"reference": "ffab9eac576906fc1ba76c2e50050cc36f381195"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/homestead/zipball/ffab9eac576906fc1ba76c2e50050cc36f381195",
"reference": "ffab9eac576906fc1ba76c2e50050cc36f381195",
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/console": "~2.0",
"symfony/process": "~2.0"
},
"bin": [
"homestead"
],
"type": "library",
"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": "2015-06-24 19:39:40"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "2.0.4",
"source": {
@@ -4375,9 +4375,6 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"laravel/homestead": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {