We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2750365 commit 89e4e80Copy full SHA for 89e4e80
build/phar-autoload.php.in
@@ -45,7 +45,10 @@ if ($execute) {
45
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/guzzle/functions_include.php';
46
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/psr7/functions_include.php';
47
require __PHPBU_PHAR_ROOT__ . '/lib/guzzlehttp/promises/functions_include.php';
48
-
+ // dropbox collection helper
49
+ require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/helpers.php';
50
+ require __PHPBU_PHAR_ROOT__ . '/lib/tightenco/Collect/Support/alias.php';
51
+
52
phpbu\App\Cmd::main();
53
}
54
0 commit comments