dev-php/phpdocumentor-reflection-docblock: New package for an unbundled phpunit

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Brian Evans
2017-03-09 10:37:33 -05:00
parent 72d99c2398
commit 294a6d9202
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?php
/* Autoloader for dev-php/phpdocumentor-reflection-common */
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}
Fedora\Autoloader\Autoload::addPsr4('phpDocumentor\\Reflection\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
'/usr/share/php/phpDocumentor/TypeResolver/autoload.php',
'/usr/share/php/phpDocumentor/ReflectionCommon/autoload.php',
'/usr/share/php/Webmozart/Assert/autoload.php',
));