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>
This commit is contained in:
Guillaume Seren
2016-11-24 08:18:48 +01:00
committed by Michael Orlitzky
parent 57de338f5b
commit ea07d00436
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?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__);