diff options
Diffstat (limited to 'php-cs-fixer-autoload.php')
-rw-r--r-- | php-cs-fixer-autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-cs-fixer-autoload.php b/php-cs-fixer-autoload.php index e6c1c9f..8f11222 100644 --- a/php-cs-fixer-autoload.php +++ b/php-cs-fixer-autoload.php @@ -8,5 +8,6 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Dependencies::required(array( '/usr/share/php/Symfony/Component/autoload.php', '/usr/share/php/SebastianBergmann/Diff/autoload.php', + '/usr/share/php/Symfony/Polyfill/autoload.php', )); |