From 20a82aca806eae1a4c30176ed90357b3c9df6750 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Oct 2016 14:42:17 +0200 Subject: phinx: 0.6.5 --- phinx-autoload.php | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'phinx-autoload.php') diff --git a/phinx-autoload.php b/phinx-autoload.php index b2e2835..b6d642e 100644 --- a/phinx-autoload.php +++ b/phinx-autoload.php @@ -1,19 +1,9 @@ register(); -} - -$fedoraClassLoader->addPrefixes(array( - 'Symfony\\Component\\' => $vendorDir, - 'Phinx\\' => dirname(__DIR__) +\Fedora\Autoloader\Autoload::addPsr4('Phinx\\', __DIR__); +\Fedora\Autoloader\Dependencies::required(array( + '/usr/share/php/Symfony/Component/autoload.php', )); - -- cgit