dev-php/PHP_Timer: Revbump to fix bad autoload file
authorBrian Evans <grknight@gentoo.org>
Fri, 20 Dec 2019 18:32:57 +0000 (13:32 -0500)
committerBrian Evans <grknight@gentoo.org>
Fri, 20 Dec 2019 18:34:24 +0000 (13:34 -0500)
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild [moved from dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild with 100% similarity]
dev-php/PHP_Timer/files/autoload-2.1.2.php

index 835f626a13a9b491b1e2a46e9f61fa3417ee33ba..65490d9ae6e454340e188d02bcaa303bbf46cae6 100644 (file)
@@ -7,9 +7,9 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
 
 \Fedora\Autoloader\Autoload::addClassMap(
     [
-               'sebastianBergmann\timer\exception' => '/Exception.php',
-               'sebastianBergmann\timer\runtimeexception' => '/RuntimeException.php',
-               'sebastianBergmann\timer\timer' => '/Timer.php',
+               'sebastianbergmann\timer\exception' => '/Exception.php',
+               'sebastianbergmann\timer\runtimeexception' => '/RuntimeException.php',
+               'sebastianbergmann\timer\timer' => '/Timer.php',
     ],
     __DIR__
 );