Skip to content

Commit 313840d

Browse files
committed
Revert "[SoapClient] [Tests] Down required version of symfony/filesystem vendor"
This reverts commit 726ee89. Conflicts: composer.json src/BeSimple/SoapClient/composer.json
1 parent 8e4d8b0 commit 313840d

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
@@ -38,7 +38,7 @@
3838
"require-dev": {
3939
"ext-mcrypt": "*",
4040
"mikey179/vfsStream": "~1.0",
41-
"symfony/filesystem": "~2.0",
41+
"symfony/filesystem": "~2.3",
4242
"symfony/process": "~2.3"
4343
},
4444
"autoload": {

src/BeSimple/SoapClient/Tests/WsdlDownloaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public static function setUpBeforeClass()
274274
$content = file_get_contents(self::$fixturesPath.$file);
275275
$content = preg_replace('#'.preg_quote('%location%').'#', sprintf('localhost:%d', WEBSERVER_PORT), $content);
276276

277-
file_put_contents(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
277+
self::$filesystem->dumpFile(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
278278
}
279279
}
280280

src/BeSimple/SoapClient/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"mikey179/vfsStream": "~1.0",
31-
"symfony/filesystem": "~2.0",
31+
"symfony/filesystem": "~2.3",
3232
"symfony/process": "~2.3"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)