]> git.pld-linux.org Git - packages/composer.git/commitdiff
Add missing autoload for Symfony\Component\Filesystem\Filesystem auto/th/composer-1.9.1-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jan 2020 14:28:15 +0000 (16:28 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Jan 2020 14:28:15 +0000 (16:28 +0200)
autoload.php

index c990112f923dd78f24af2398e5749eda035d1917..5cca42128dccf0c5b1a367568a99fdb833289952 100644 (file)
@@ -25,6 +25,7 @@ $loader->addPrefixes(array(
     'Seld\\JsonLint' => array($phpDir),
     'Seld\\PharUtils\\' => array($phpDir),
     'Symfony\\Component\\Console\\' => array($phpDir),
+    'Symfony\\Component\\Filesystem\\' => array($phpDir),
     'Symfony\\Component\\Finder' => array($phpDir),
     'Symfony\\Component\\Process\\' => array($phpDir),
 ));
This page took 0.116571 seconds and 4 git commands to generate.