mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
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:
commit
7c0e68d91e
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue