diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-11 07:08:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-11 07:08:47 +0100 |
commit | 5556c2b7d307ef83ebe541f85025689cc5a615fa (patch) | |
tree | 068889b4b85cf4a6e7e43d90ffa4b93f29e037cd /php-cs-fixer-autoload.php | |
parent | 6664409c2c8b377222d2e6b6fa8667a28dd92efb (diff) |
php-cs-fixer: 2.1.0
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', )); |