Use specific version for laravel/homestead
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fzaninotto/faker": "^1.5",
|
"fzaninotto/faker": "^1.5",
|
||||||
"graham-campbell/testbench-core": "^1.0",
|
"graham-campbell/testbench-core": "^1.0",
|
||||||
"phpunit/phpunit": "^4.7.6",
|
"phpunit/phpunit": "^4.7.6",
|
||||||
"laravel/homestead": "dev-master"
|
"laravel/homestead": "^2.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|||||||
87
composer.lock
generated
87
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "52170701af5a0e6e40fbc59832487b3e",
|
"hash": "9efc83056d64e48063ebb42f1f7dc337",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alt-three/segment",
|
"name": "alt-three/segment",
|
||||||
@@ -3436,47 +3436,47 @@
|
|||||||
"time": "2015-06-26 16:35:19"
|
"time": "2015-06-26 16:35:19"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/homestead",
|
"name": "laravel/homestead",
|
||||||
"version": "dev-master",
|
"version": "v2.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/homestead.git",
|
"url": "https://github.com/laravel/homestead.git",
|
||||||
"reference": "835d8f223a95fd763f6fc7c4ee119692893af3a1"
|
"reference": "ffab9eac576906fc1ba76c2e50050cc36f381195"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/homestead/zipball/835d8f223a95fd763f6fc7c4ee119692893af3a1",
|
"url": "https://api.github.com/repos/laravel/homestead/zipball/ffab9eac576906fc1ba76c2e50050cc36f381195",
|
||||||
"reference": "835d8f223a95fd763f6fc7c4ee119692893af3a1",
|
"reference": "ffab9eac576906fc1ba76c2e50050cc36f381195",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=5.4",
|
||||||
"symfony/console": "~2.0",
|
"symfony/console": "~2.0",
|
||||||
"symfony/process": "~2.0"
|
"symfony/process": "~2.0"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"homestead"
|
"homestead"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Laravel\\Homestead\\": "src/"
|
"Laravel\\Homestead\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Taylor Otwell",
|
"name": "Taylor Otwell",
|
||||||
"email": "taylorotwell@gmail.com"
|
"email": "taylorotwell@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A virtual machine for web artisans.",
|
"description": "A virtual machine for web artisans.",
|
||||||
"time": "2015-06-29 21:00:49"
|
"time": "2015-06-24 19:39:40"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpdocumentor/reflection-docblock",
|
"name": "phpdocumentor/reflection-docblock",
|
||||||
"version": "2.0.4",
|
"version": "2.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -4375,9 +4375,6 @@
|
|||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": {
|
|
||||||
"laravel/homestead": 20
|
|
||||||
},
|
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|||||||
Reference in New Issue
Block a user