summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-hoa-regex-autoload.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-hoa-regex-autoload.php b/php-hoa-regex-autoload.php
index a95679c..4492bf0 100644
--- a/php-hoa-regex-autoload.php
+++ b/php-hoa-regex-autoload.php
@@ -1,5 +1,5 @@
<?php
-/* Autoloader for hoa/router and its dependencies */
+/* Autoloader for hoa/regex and its dependencies */
$vendor = '/usr/share/php';
@@ -7,10 +7,13 @@ $vendor = '/usr/share/php';
foreach ([
$vendor . '/Hoa/Consistency/autoload.php' => true,
$vendor . '/Hoa/Exception/autoload.php' => true,
- $vendor . '/Hoa/Http/autoload.php' => true,
+ $vendor . '/Hoa/Math/autoload.php' => true,
+ $vendor . '/Hoa/Protocol/autoload.php' => true,
+ $vendor . '/Hoa/Ustring/autoload.php' => true,
+ $vendor . '/Hoa/Visitor/autoload.php' => true,
] as $dep => $mandatory) {
if ($mandatory || file_exists($dep)) require_once($dep);
}
-$fedoraHoaLoader->addNamespace('Hoa\\Locale\\', __DIR__, true);
+$fedoraHoaLoader->addNamespace('Hoa\\Regex\\', __DIR__, true);