Files
gentoo/dev-php/composer/files/autoload.php.tpl
Thomas Deutschmann 110f7ca582 dev-php/composer: bump to v2.0.9
Closes: https://github.com/gentoo/gentoo/pull/18047
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2021-02-01 20:15:51 +01:00

13 lines
253 B
Smarty

<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
require_once 'Fedora/Autoloader'.'/autoload.php';
\Fedora\Autoloader\Autoload::addClassMap(
array(
___CLASSLIST___,
),
__DIR__ . '/../src'
);
// @codeCoverageIgnoreEnd