mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-php/PHP_Timer: Version bump for 2.1.2
Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
15
dev-php/PHP_Timer/files/autoload-2.1.2.php
Normal file
15
dev-php/PHP_Timer/files/autoload-2.1.2.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* Autoloader for dev-php/PHP_Timer */
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addClassMap(
|
||||
[
|
||||
'sebastianBergmann\timer\exception' => '/Exception.php',
|
||||
'sebastianBergmann\timer\runtimeexception' => '/RuntimeException.php',
|
||||
'sebastianBergmann\timer\timer' => '/Timer.php',
|
||||
],
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user