Skip to content

Commit 9a5fb8c

Browse files
Fix the PHAR build
1 parent 13c8677 commit 9a5fb8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/phar-autoload.php.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ if ($execute) {
4343
require __PHPBU_PHAR_ROOT__ . '/lib/aws-sdk/functions.php';
4444
// guzzle functions
4545
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';
5146
// load the symfony polyfills
5247
require __PHPBU_PHAR_ROOT__ . '/lib/symfony/polyfill-ctype/bootstrap.php';
5348
require __PHPBU_PHAR_ROOT__ . '/lib/symfony/polyfill-mbstring/bootstrap.php';

0 commit comments

Comments
 (0)