blob: aff7235ef52eb0c32cb8606715ce1a865cf6428d (
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',
)));
|