From 5556c2b7d307ef83ebe541f85025689cc5a615fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Feb 2017 07:08:47 +0100 Subject: php-cs-fixer: 2.1.0 --- php-cs-fixer-autoload.php | 1 + 1 file changed, 1 insertion(+) (limited to 'php-cs-fixer-autoload.php') 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', )); -- cgit