summaryrefslogtreecommitdiffstats
path: root/phinx-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'phinx-autoload.php')
-rw-r--r--phinx-autoload.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/phinx-autoload.php b/phinx-autoload.php
index b6d642e..7f20807 100644
--- a/phinx-autoload.php
+++ b/phinx-autoload.php
@@ -5,5 +5,16 @@ 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',
+ [
+ '/usr/share/php/Symfony3/Component/Console/autoload.php',
+ '/usr/share/php/Symfony/Component/Console/autoload.php',
+ ],
+ [
+ '/usr/share/php/Symfony3/Component/Config/autoload.php',
+ '/usr/share/php/Symfony/Component/Config/autoload.php',
+ ],
+ [
+ '/usr/share/php/Symfony3/Component/Yaml/autoload.php',
+ '/usr/share/php/Symfony/Component/Yaml/autoload.php',
+ ],
));