|
@@ -18,10 +18,10 @@ |
|
|
block discarded – undo |
|
18
|
18
|
return file_exists($file) ? include $file : false; |
|
19
|
19
|
} |
|
20
|
20
|
|
|
21
|
|
-if ((!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))) { |
|
22
|
|
- echo 'You must set up the project dependencies, run the following commands:'.PHP_EOL. |
|
23
|
|
- 'curl -sS https://getcomposer.org/installer | php'.PHP_EOL. |
|
24
|
|
- 'php composer.phar install'.PHP_EOL; |
|
|
21
|
+if ((!$loader = includeIfExists(__DIR__ . '/../vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__ . '/../../../autoload.php'))) { |
|
|
22
|
+ echo 'You must set up the project dependencies, run the following commands:' . PHP_EOL . |
|
|
23
|
+ 'curl -sS https://getcomposer.org/installer | php' . PHP_EOL . |
|
|
24
|
+ 'php composer.phar install' . PHP_EOL; |
|
25
|
25
|
exit(1); |
|
26
|
26
|
} |
|
27
|
27
|
|
Please login to merge, or discard this patch.