@@ -5,8 +5,8 @@ |
||
5 | 5 | { |
6 | 6 | $packagePath = dirname(__DIR__); |
7 | 7 | |
8 | - if (is_dir($packagePath . DIRECTORY_SEPARATOR . 'vendor')) { |
|
9 | - return $packagePath . DIRECTORY_SEPARATOR . 'vendor'; |
|
8 | + if (is_dir($packagePath.DIRECTORY_SEPARATOR.'vendor')) { |
|
9 | + return $packagePath.DIRECTORY_SEPARATOR.'vendor'; |
|
10 | 10 | } |
11 | 11 | |
12 | 12 | return dirname(dirname(dirname(__DIR__))); |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if (!function_exists('Composed\getPackages')) { |
4 | - require __DIR__ . '/functions_internal.php'; |
|
5 | - require __DIR__ . '/functions.php'; |
|
4 | + require __DIR__.'/functions_internal.php'; |
|
5 | + require __DIR__.'/functions.php'; |
|
6 | 6 | } |