Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce4e9b2

Browse files
committed
Fix recent Composer deprecations
1 parent a0b4477 commit ce4e9b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"lakion/mink-debug-extension": "^1.2.3",
109109
"matthiasnoback/symfony-config-test": "^3.0",
110110
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
111-
"mikey179/vfsStream": "^1.6",
111+
"mikey179/vfsstream": "^1.6",
112112
"pamil/phpspec-skip-example-extension": "^4.0",
113113
"pamil/prophecy-common": "^0.1",
114114
"phpspec/phpspec": "^5.0",

src/Sylius/Bundle/ThemeBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"require-dev": {
4242
"matthiasnoback/symfony-config-test": "^3.0",
4343
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
44-
"mikey179/vfsStream": "^1.6",
44+
"mikey179/vfsstream": "^1.6",
4545
"phpspec/phpspec": "^5.0",
4646
"phpunit/phpunit": "^6.5",
4747
"sylius/registry": "^1.1",

0 commit comments

Comments
 (0)