diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 15:47:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 15:47:23 +0100 |
commit | 21bb4911cc68adee9a562eb976a25a6dd02769fb (patch) | |
tree | 9fb0847ad274f893eb589ba3b65330a39f5697c8 /php-cs-fixer-autoload.php | |
parent | 9f12a011492425749642f586d96827a7c508ba7c (diff) |
php-gecko-packages-gecko-php-unit: 2.0.0 - New package
Diffstat (limited to 'php-cs-fixer-autoload.php')
-rw-r--r-- | php-cs-fixer-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-cs-fixer-autoload.php b/php-cs-fixer-autoload.php index 5523869..e6c1c9f 100644 --- a/php-cs-fixer-autoload.php +++ b/php-cs-fixer-autoload.php @@ -3,7 +3,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -\Fedora\Autoloader\Autoload::addPsr4('Symfony\\CS\\', __DIR__); +\Fedora\Autoloader\Autoload::addPsr4('PhpCsFixer\\', __DIR__); \Fedora\Autoloader\Dependencies::required(array( '/usr/share/php/Symfony/Component/autoload.php', |