From 56b2d524590a2907ac24ff7bb3d66f6822af199e Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 15 Oct 2022 02:05:31 -0400 Subject: [PATCH] Updated autoload.php --- src/autoload/autoload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autoload/autoload.php b/src/autoload/autoload.php index 8f42459..9fda522 100644 --- a/src/autoload/autoload.php +++ b/src/autoload/autoload.php @@ -14,6 +14,7 @@ $target_files = [ __DIR__ . DIRECTORY_SEPARATOR . 'autoload_spl.php', $third_party_path . 'defuse' . DIRECTORY_SEPARATOR . 'php-encryption' . DIRECTORY_SEPARATOR . 'autoload_spl.php', + $third_party_path . 'nikic' . DIRECTORY_SEPARATOR . 'PhpParser' . DIRECTORY_SEPARATOR . 'autoload_spl.php', $third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'polyfill-ctype' . DIRECTORY_SEPARATOR . 'autoload_spl.php', $third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'polyfill-ctype' . DIRECTORY_SEPARATOR . 'bootstrap.php', $third_party_path . 'Symfony' . DIRECTORY_SEPARATOR . 'polyfill-mbstring' . DIRECTORY_SEPARATOR . 'autoload_spl.php',