From c1eae866dacab3c1e74e3c2fa31419403fe375b1 Mon Sep 17 00:00:00 2001
From: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Date: Wed, 28 Oct 2015 22:53:07 +0100
Subject: [PATCH] [TASK] Upgrade vfsStream from 1.4.0 to 1.6.0

Update via composer.

Change-Id: Ia9c02d32feac2b3f870ca5560bcf0cede0a0aea0
Resolves: #71109
Releases: master
Reviewed-on: https://review.typo3.org/44340
Reviewed-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.json |  4 ++--
 composer.lock | 30 +++++++++++++++++++-----------
 2 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/composer.json b/composer.json
index 38d7dd89f4dd..fef28b10dc5a 100644
--- a/composer.json
+++ b/composer.json
@@ -46,8 +46,8 @@
 		"cogpowered/finediff": "~0.3.1"
 	},
 	"require-dev": {
-		"mikey179/vfsStream": "1.4.*@dev",
-		"phpunit/phpunit": "~4.8.0"
+		"phpunit/phpunit": "~4.8.0",
+		"mikey179/vfsStream": "1.6.0"
 	},
 	"suggest": {
 		"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
diff --git a/composer.lock b/composer.lock
index 509b6420e996..60f77aa0a6e1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,8 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "9ec4dcb3b06b158e39b165b3236fa0f0",
+    "hash": "86c884e10a0b730855e327edfd19fd02",
+    "content-hash": "2988051bfeacaa2d95da8d796d9c5bd8",
     "packages": [
         {
             "name": "cogpowered/finediff",
@@ -706,28 +707,28 @@
     "packages-dev": [
         {
             "name": "mikey179/vfsStream",
-            "version": "v1.4.0",
+            "version": "v1.6.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/mikey179/vfsStream.git",
-                "reference": "61b12172292cf539685507aa65b076c1530e83c1"
+                "reference": "73bcb605b741a7d5044b47592338c633788b0eb7"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/61b12172292cf539685507aa65b076c1530e83c1",
-                "reference": "61b12172292cf539685507aa65b076c1530e83c1",
+                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/73bcb605b741a7d5044b47592338c633788b0eb7",
+                "reference": "73bcb605b741a7d5044b47592338c633788b0eb7",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.3.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "~4.2"
+                "phpunit/phpunit": "~4.5"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "1.4.x-dev"
+                    "dev-master": "1.6.x-dev"
                 }
             },
             "autoload": {
@@ -737,10 +738,18 @@
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
-                "BSD"
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Frank Kleine",
+                    "homepage": "http://frankkleine.de/",
+                    "role": "Developer"
+                }
             ],
+            "description": "Virtual file system to mock the real file system in unit tests.",
             "homepage": "http://vfs.bovigo.org/",
-            "time": "2014-09-14 10:18:53"
+            "time": "2015-10-06 16:59:57"
         },
         {
             "name": "phpdocumentor/reflection-docblock",
@@ -1643,8 +1652,7 @@
     "aliases": [],
     "minimum-stability": "stable",
     "stability-flags": {
-        "psr/log": 20,
-        "mikey179/vfsstream": 20
+        "psr/log": 20
     },
     "prefer-stable": false,
     "prefer-lowest": false,
-- 
GitLab