summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
blob: b6d642e352376dbcfe78697e0292599d50a3b64b (plain)
1
2
3
4
5
6
7
8
9
<?php
/* Autoloader for robmorgan/phinx and its dependencies */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';

\Fedora\Autoloader\Autoload::addPsr4('Phinx\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
    '/usr/share/php/Symfony/Component/autoload.php',
));