summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2019-09-19 02:57:12 +0200
committersapics <gv.nishino@gmail.com>2019-09-19 02:57:12 +0200
commitb8d7c9a9aadfe14d2382ea5819900dd5bffa20f4 (patch)
treeaf733524329cf35ad2bd708c24bb6b63151c1ba6 /composer.json
parentfdb85f52096460b2488a036cb6145861cc577da1 (diff)
Replace mikey179/vfsStream to mikey179/vfsstream
This fixes following deprecation warning. Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 6769e9545..39c7e77c4 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
- "mikey179/vfsStream": "1.1.*",
+ "mikey179/vfsstream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}