mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-php/phar-io-version: new package
Package-Manager: Portage-2.3.13, Repoman-2.3.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
committed by
Michael Orlitzky
parent
3fe58b8e82
commit
9db64417fb
8
dev-php/phar-io-version/files/autoload.php
Normal file
8
dev-php/phar-io-version/files/autoload.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/* Autoloader for dev-php/phar-io-version */
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addPsr4('PharIo\\Version\\', __DIR__);
|
||||
Reference in New Issue
Block a user