diff --git a/autoload.php b/autoload.php index 9e4ba41..13af0d1 100644 --- a/autoload.php +++ b/autoload.php @@ -36,4 +36,6 @@ } }); -require_once __DIR__ . '/vendor/autoload.php'; +if (file_exists(__DIR__ . '/vendor/autoload.php')) { + include_once __DIR__ . '/vendor/autoload.php'; +}