|
@@ -36,10 +36,10 @@ |
|
|
block discarded – undo |
|
36
|
36
|
*/ |
|
37
|
37
|
protected function getPackageBasePath(PackageInterface $package) |
|
38
|
38
|
{ |
|
39
|
|
- if($this->composer->getPackage()->getPrettyName() === 'simplesamlphp/simplesamlphp') { |
|
|
39
|
+ if ($this->composer->getPackage()->getPrettyName() === 'simplesamlphp/simplesamlphp') { |
|
40
|
40
|
$ssp_path = "."; |
|
41
|
41
|
} else { |
|
42
|
|
- $ssp_path = $this->composer->getConfig()->get('vendor-dir').'/simplesamlphp/simplesamlphp'; |
|
|
42
|
+ $ssp_path = $this->composer->getConfig()->get('vendor-dir') . '/simplesamlphp/simplesamlphp'; |
|
43
|
43
|
} |
|
44
|
44
|
|
|
45
|
45
|
$matches = []; |
Please login to merge, or discard this patch.