Guillaume Seren ea07d00436
dev-php/phar-utils: Add 1.0.0 version
This is needed for composer-1.2.2, bug 439206.

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
2016-12-18 18:16:59 -05:00

9 lines
261 B
PHP

<?php
/* Autoloader for symfony-finder 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__);