From f1bbf0200cc4d187ae8b718daaa871605a233fef Mon Sep 17 00:00:00 2001 From: Chase Coney Date: Wed, 1 Jul 2015 11:26:38 -0500 Subject: [PATCH] Use specific version for laravel/homestead --- composer.json | 4 +-- composer.lock | 87 +++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 47 deletions(-) diff --git a/composer.json b/composer.json index 1b561acf..4ab6b692 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/composer.lock b/composer.lock index f6e176f4..69f755ec 100644 --- a/composer.lock +++ b/composer.lock @@ -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": {