Skip to content

Commit e676eb0

Browse files
committed
[composer] Used a stable version of vfsStream
1 parent fd40273 commit e676eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"require-dev": {
3939
"ext-mcrypt": "*",
40-
"mikey179/vfsStream": "dev-master",
40+
"mikey179/vfsStream": "~1.0",
4141
"symfony/filesystem": "~2.0",
4242
"symfony/process": "~2.3"
4343
},

src/BeSimple/SoapClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ass/xmlsecurity": "~1.0"
2828
},
2929
"require-dev": {
30-
"mikey179/vfsStream": "dev-master",
30+
"mikey179/vfsStream": "~1.0",
3131
"symfony/filesystem": "~2.0",
3232
"symfony/process": "~2.3"
3333
},

src/BeSimple/SoapCommon/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"ext-mcrypt": "*",
29-
"mikey179/vfsStream": "dev-master"
29+
"mikey179/vfsStream": "~1.0"
3030
},
3131
"autoload": {
3232
"psr-0": { "BeSimple\\SoapCommon": "" }

0 commit comments

Comments
 (0)