minor #10156 Fix recent Composer deprecations (pamil)

This PR was merged into the 1.3 branch.

Discussion
----------

`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.`

Commits
-------

1d1de1f565 Fix recent Composer deprecations
This commit is contained in:
Mateusz Zalewski 2019-02-07 14:57:39 +01:00 committed by GitHub
commit 7c0e68d91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@
"lakion/mink-debug-extension": "^1.2.3",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"mikey179/vfsStream": "^1.6",
"mikey179/vfsstream": "^1.6",
"pamil/phpspec-skip-example-extension": "^4.0",
"pamil/prophecy-common": "^0.1",
"phpspec/phpspec": "^5.0",

View file

@ -41,7 +41,7 @@
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"mikey179/vfsStream": "^1.6",
"mikey179/vfsstream": "^1.6",
"phpspec/phpspec": "^5.0",
"phpunit/phpunit": "^7.0",
"sylius/registry": "^1.1",