Version 1
[yaffs-website] / vendor / nikic / php-parser / lib / bootstrap.php
diff --git a/vendor/nikic/php-parser/lib/bootstrap.php b/vendor/nikic/php-parser/lib/bootstrap.php
new file mode 100644 (file)
index 0000000..b0f5178
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+
+if (!class_exists('PhpParser\Autoloader')) {
+    require __DIR__ . '/PhpParser/Autoloader.php';
+}
+PhpParser\Autoloader::register();