[SoapClient] [Tests] Down required version of symfony/filesystem vendor
This commit is contained in:
parent
36a368e695
commit
726ee89936
|
@ -38,7 +38,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-mcrypt": "*",
|
"ext-mcrypt": "*",
|
||||||
"mikey179/vfsStream": "dev-master",
|
"mikey179/vfsStream": "dev-master",
|
||||||
"symfony/filesystem": "~2.3",
|
"symfony/filesystem": "~2.0",
|
||||||
"symfony/process": "~2.3"
|
"symfony/process": "~2.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
@ -274,7 +274,7 @@ class WsdlDownloaderTest extends AbstractWebserverTest
|
||||||
$content = file_get_contents(self::$fixturesPath.$file);
|
$content = file_get_contents(self::$fixturesPath.$file);
|
||||||
$content = preg_replace('#'.preg_quote('%location%').'#', sprintf('localhost:%d', WEBSERVER_PORT), $content);
|
$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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mikey179/vfsStream": "dev-master",
|
"mikey179/vfsStream": "dev-master",
|
||||||
"symfony/filesystem": "~2.3",
|
"symfony/filesystem": "~2.0",
|
||||||
"symfony/process": "~2.3"
|
"symfony/process": "~2.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Reference in New Issue