File phar-utils-autoload.php of Package php-seld-phar-utils
<?php /* Autoloader for seld/phar-utils and its dependencies */ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; } \Fedora\Autoloader\Autoload::addPsr4('Seld\\PharUtils\\', __DIR__);