summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild (renamed from dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild)0
-rw-r--r--dev-php/PHP_Timer/files/autoload-2.1.2.php6
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild b/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild
index a0785cb680f7..a0785cb680f7 100644
--- a/dev-php/PHP_Timer/PHP_Timer-2.1.2.ebuild
+++ b/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild
diff --git a/dev-php/PHP_Timer/files/autoload-2.1.2.php b/dev-php/PHP_Timer/files/autoload-2.1.2.php
index 835f626a13a9..65490d9ae6e4 100644
--- a/dev-php/PHP_Timer/files/autoload-2.1.2.php
+++ b/dev-php/PHP_Timer/files/autoload-2.1.2.php
@@ -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__
);