Skip to content

Commit

Permalink
[SoapClient] [Tests] Down required version of symfony/filesystem vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed Aug 14, 2014
1 parent f664b46 commit 3622df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/WsdlDownloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static function setUpBeforeClass()
$content = file_get_contents(self::$fixturesPath.$file);
$content = preg_replace('#'.preg_quote('%location%').'#', sprintf('localhost:%d', WEBSERVER_PORT), $content);

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"mikey179/vfsStream": "dev-master",
"symfony/filesystem": "~2.3",
"symfony/filesystem": "~2.0",
"symfony/process": "~2.3"
},
"autoload": {
Expand Down

0 comments on commit 3622df3

Please sign in to comment.