You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/theseer-Autoload/files/theseer-Autoload-1.26.0-aut...

13 lines
273 B

--- a/composer/bin/phpab
+++ b/composer/bin/phpab
@@ -56,7 +56,7 @@ foreach ($files as $file) {
}
}
-require __DIR__ . '/../../src/autoload.php';
+require 'TheSeer/Autoload/autoload.php';
$factory = new \TheSeer\Autoload\Factory();
$factory->getCLI()->run();