diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-14 09:17:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-14 09:17:39 +0200 |
commit | f45cb25a356f8164e05e54038344f7aee08397bf (patch) | |
tree | 4d0104991c09b468763dc11d865a226f3a947b58 /phan-autoload.php | |
parent | 8c9e4ef4111316ac19596f084eaa9ecaab34c944 (diff) |
v0.8.4
Diffstat (limited to 'phan-autoload.php')
-rw-r--r-- | phan-autoload.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phan-autoload.php b/phan-autoload.php index 323e5b1..b40a5bf 100644 --- a/phan-autoload.php +++ b/phan-autoload.php @@ -4,6 +4,9 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('Phan\\', __DIR__); -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Symfony/Component/Console/autoload.php', -)); +\Fedora\Autoloader\Dependencies::required([ + [ + '/usr/share/php/Symfony3/Component/Console/autoload.php', + '/usr/share/php/Symfony/Component/Console/autoload.php', + ], +]); |