@@ -147,7 +147,7 @@ discard block |
||
| 147 | 147 | if ($requiredVersion !== $version) { |
| 148 | 148 | $this->assertPackageAllowed($package); |
| 149 | 149 | if (!$package->git) { |
| 150 | - throw new Exception("Package {$package->name} required to be installed from source"); |
|
| 150 | + throw new Exception("package {$package->name} required to be installed from source"); |
|
| 151 | 151 | } |
| 152 | 152 | if ($autoFix) { |
| 153 | 153 | $fix = true; |
@@ -483,7 +483,7 @@ discard block |
||
| 483 | 483 | protected function assertPackageAllowed($package) |
| 484 | 484 | { |
| 485 | 485 | if (!$this->isPackageAllowed($package)) { |
| 486 | - throw new Exception("Package {$package->name} is not in white list"); |
|
| 486 | + throw new Exception("package {$package->name} is not in white list"); |
|
| 487 | 487 | } |
| 488 | 488 | } |
| 489 | 489 | |