From e963d700721b46249b9fa3e4aaaf806872160465 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Fri, 1 Mar 2019 12:17:09 +0100 Subject: [PATCH] [TASK] Use lowercase mikey179/vfsStream in composer.json to fix composer deprecation --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e22982a6..a557f98a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "phpunit/phpunit": "^6.2", - "mikey179/vfsStream": "~1.6.0", + "mikey179/vfsstream": "~1.6.0", "typo3fluid/fluid": "^2.2", "typo3/cms-core": "^8.5 || ^9", "typo3/cms-backend": "^8.5 || ^9",