@@ -43,8 +43,8 @@ |
||
43 | 43 | $composerJsonPath = $realInstallationPath . '/composer.json'; |
44 | 44 | |
45 | 45 | Assert::that($composerJsonPath) |
46 | - ->file() |
|
47 | - ->readable(); |
|
46 | + ->file() |
|
47 | + ->readable(); |
|
48 | 48 | |
49 | 49 | $composerDefinitionString = file_get_contents($composerJsonPath); |
50 | 50 |