Revert "[SoapClient] [Tests] Down required version of symfony/filesystem vendor"

This reverts commit 726ee89936.

Conflicts:
	composer.json
	src/BeSimple/SoapClient/composer.json
This commit is contained in:
Francis Besset 2014-08-14 14:51:42 +02:00
parent 8e4d8b0300
commit 313840d5a4
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
"require-dev": {
"ext-mcrypt": "*",
"mikey179/vfsStream": "~1.0",
"symfony/filesystem": "~2.0",
"symfony/filesystem": "~2.3",
"symfony/process": "~2.3"
},
"autoload": {

View File

@ -274,7 +274,7 @@ class WsdlDownloaderTest extends AbstractWebserverTest
$content = file_get_contents(self::$fixturesPath.$file);
$content = preg_replace('#'.preg_quote('%location%').'#', sprintf('localhost:%d', WEBSERVER_PORT), $content);
file_put_contents(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
self::$filesystem->dumpFile(self::$fixturesPath.'build_include'.DIRECTORY_SEPARATOR.pathinfo($file, PATHINFO_BASENAME), $content);
}
}

View File

@ -28,7 +28,7 @@
},
"require-dev": {
"mikey179/vfsStream": "~1.0",
"symfony/filesystem": "~2.0",
"symfony/filesystem": "~2.3",
"symfony/process": "~2.3"
},
"autoload": {