summaryrefslogtreecommitdiffstats
path: root/php-jeremeamia-superclosure-autoload.php
blob: b6d9496ca7c69142ea194dbc033b31117eefed7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/* Autoloader for jeremeamia/superclosure and its dependencies */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('SuperClosure\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
    '/usr/share/php//Symfony/Polyfill/autoload.php',
    array(
        '/usr/share/php/PhpParser3/autoload.php',
        '/usr/share/php/PhpParser2/autoload.php',
        '/usr/share/php/PhpParser/autoload.php',
)));