@@ -84,7 +84,7 @@ |
||
84 | 84 | { |
85 | 85 | try { |
86 | 86 | $client = new PackagistClient(); |
87 | - $package = $client->get(static::PACKAGE_VENDOR . '/' . strtolower($this->getApplication()->getName())); |
|
87 | + $package = $client->get(static::PACKAGE_VENDOR.'/'.strtolower($this->getApplication()->getName())); |
|
88 | 88 | } catch (ConnectException $e) { |
89 | 89 | $output->writeln('<comment>Could not check for available new versions. Are you offline?.</comment>'); |
90 | 90 | return 1; |