Merge branch '1.7'
commit
92dc2cd9ad
|
@ -187,16 +187,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/xdebug-handler",
|
"name": "composer/xdebug-handler",
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/xdebug-handler.git",
|
"url": "https://github.com/composer/xdebug-handler.git",
|
||||||
"reference": "e37cbd80da64afe314c72de8d2d2fec0e40d9373"
|
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/e37cbd80da64afe314c72de8d2d2fec0e40d9373",
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
|
||||||
"reference": "e37cbd80da64afe314c72de8d2d2fec0e40d9373",
|
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
"Xdebug",
|
"Xdebug",
|
||||||
"performance"
|
"performance"
|
||||||
],
|
],
|
||||||
"time": "2018-08-23T12:00:19+00:00"
|
"time": "2018-08-31T19:20:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "justinrainbow/json-schema",
|
"name": "justinrainbow/json-schema",
|
||||||
|
|
|
@ -310,7 +310,7 @@ class SvnDriver extends VcsDriver
|
||||||
$processExecutor = new ProcessExecutor($io);
|
$processExecutor = new ProcessExecutor($io);
|
||||||
|
|
||||||
$exit = $processExecutor->execute(
|
$exit = $processExecutor->execute(
|
||||||
"svn info --non-interactive ".ProcessExecutor::escape('{'.$url.'}'),
|
"svn info --non-interactive ".ProcessExecutor::escape($url),
|
||||||
$ignoredOutput
|
$ignoredOutput
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue