diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-11 09:19:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-11 09:19:24 +0200 |
commit | 729c65c7cef3c67a092ef675d9d42e98b4e1593c (patch) | |
tree | 1555cf3eeaa347bcea353c2306f93c204c970e2c /php-bartlett-PHP-Reflect-autoload.php | |
parent | 2e94eca1e6b44463e8ebb7579b1d313dd3cb3d21 (diff) |
v4.1.0 (not ready, blocked by phpdocumentor/reflection-docblock 3.0
Diffstat (limited to 'php-bartlett-PHP-Reflect-autoload.php')
-rw-r--r-- | php-bartlett-PHP-Reflect-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-autoload.php b/php-bartlett-PHP-Reflect-autoload.php index 5f23681..0598262 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( '/usr/share/php/Symfony/Component/autoload.php', - '/usr/share/php/PhpParser/autoload.php', + '/usr/share/php/PhpParser2/autoload.php', '/usr/share/php/Seld/JsonLint/autoload.php', '/usr/share/php/JsonSchema/autoload.php', '/usr/share/php/SebastianBergmann/Version/autoload.php', |