Merge pull request #5241 from rubencm/ticket/15686

[ticket/15686] Update homestead
This commit is contained in:
Marc Alexander 2018-06-18 22:17:45 +02:00 committed by GitHub
commit 596259f23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 12 deletions

View file

@ -54,7 +54,7 @@
"require-dev": { "require-dev": {
"fabpot/goutte": "~3.1", "fabpot/goutte": "~3.1",
"facebook/webdriver": "~1.1", "facebook/webdriver": "~1.1",
"laravel/homestead": "~4.0", "laravel/homestead": "~7.0",
"phing/phing": "2.4.*", "phing/phing": "2.4.*",
"phpunit/dbunit": "~2.0", "phpunit/dbunit": "~2.0",
"phpunit/phpunit": "^5.7", "phpunit/phpunit": "^5.7",

26
phpBB/composer.lock generated
View file

@ -1,10 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"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#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8679db725dd0df075765f914b01a8ab9", "content-hash": "d4049e58bd7f34c266088eb78b8eb847",
"packages": [ "packages": [
{ {
"name": "bantu/ini-get-wrapper", "name": "bantu/ini-get-wrapper",
@ -2692,25 +2692,29 @@
}, },
{ {
"name": "laravel/homestead", "name": "laravel/homestead",
"version": "v4.0.5", "version": "v7.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/homestead.git", "url": "https://github.com/laravel/homestead.git",
"reference": "a1bcbde2462d8ac1fa608cd6f00b46623aabd705" "reference": "4895d028e1214c9df34ed0104775e6ae1eb23d77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/homestead/zipball/a1bcbde2462d8ac1fa608cd6f00b46623aabd705", "url": "https://api.github.com/repos/laravel/homestead/zipball/4895d028e1214c9df34ed0104775e6ae1eb23d77",
"reference": "a1bcbde2462d8ac1fa608cd6f00b46623aabd705", "reference": "4895d028e1214c9df34ed0104775e6ae1eb23d77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.9", "php": "^5.6 || ^7.0",
"symfony/console": "~2.3|~3.0", "symfony/console": "~3.3|~4.0",
"symfony/process": "~2.3|~3.0" "symfony/process": "~3.3|~4.0",
"symfony/yaml": "~3.3|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
}, },
"bin": [ "bin": [
"homestead" "bin/homestead"
], ],
"type": "library", "type": "library",
"extra": { "extra": {
@ -2734,7 +2738,7 @@
} }
], ],
"description": "A virtual machine for web artisans.", "description": "A virtual machine for web artisans.",
"time": "2017-02-07T19:06:26+00:00" "time": "2018-06-03T21:17:32+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",