summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-Reflect-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-05 09:24:32 +0200
committerRemi Collet <remi@remirepo.net>2017-10-05 09:24:32 +0200
commit5f1a0245fbcb9ee4d10e74806cb3932158024f16 (patch)
tree8cf8cc558013c9c0d104f6c22835b42b2fdb9d69 /php-bartlett-PHP-Reflect-autoload.php
parent5ccf72aa69a9d130078d05aab23ffff1885ed1a5 (diff)
fix autoloader for Symfony 3, FTBFS from Koschei
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r--php-bartlett-PHP-Reflect-autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php
index a7606de..eda9084 100644
--- a/php-bartlett-PHP-Reflect-autoload.php
+++ b/php-bartlett-PHP-Reflect-autoload.php
@@ -8,7 +8,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\', dirname(__DIR__));
\Fedora\Autoloader\Dependencies::required(array(
array(
- '/usr/share/php/Symfony/Component3/autoload.php',
+ '/usr/share/php/Symfony3/Component/autoload.php',
'/usr/share/php/Symfony/Component/autoload.php',
),
'/usr/share/php/PhpParser2/autoload.php',