diff options
Diffstat (limited to 'php-pdepend-PHP-Depend-autoload.php')
-rw-r--r-- | php-pdepend-PHP-Depend-autoload.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/php-pdepend-PHP-Depend-autoload.php b/php-pdepend-PHP-Depend-autoload.php index 4ddd5ba..947304d 100644 --- a/php-pdepend-PHP-Depend-autoload.php +++ b/php-pdepend-PHP-Depend-autoload.php @@ -4,6 +4,17 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('PDepend\\', __DIR__); \Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Symfony/Component/autoload.php', + array( + '/usr/share/php/Symfony3/Component/DependencyInjection/autoload.php', + '/usr/share/php/Symfony/Component/DependencyInjection/autoload.php', + ), + array( + '/usr/share/php/Symfony3/Component/Filesystem/autoload.php', + '/usr/share/php/Symfony/Component/Filesystem/autoload.php', + ), + array( + '/usr/share/php/Symfony3/Component/Config/autoload.php', + '/usr/share/php/Symfony/Component/Config/autoload.php', + ), )); |