dev-php/symfony-process: Add 2.8.12 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-23 19:15:30 +01:00
committed by Michael Orlitzky
parent 6c369a57c2
commit a7733e14f6
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/* Autoloader for symfony-process and its dependencies */
$vendorDir = '/usr/share/php';
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}
\Fedora\Autoloader\Autoload::addPsr4('Symfony\\Component\\Process\\', __DIR__);