php-parser/lib/bootstrap.php

4 lines
87 B
PHP

<?php
require __DIR__ . '/PhpParser/Autoloader.php';
PhpParser\Autoloader::register();