From 364619cfb27b88502eda487542a3466e6d60d706 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2016 13:23:12 +0200 Subject: php-hoa-ustring: wip --- php-hoa-ustring-autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 php-hoa-ustring-autoload.php (limited to 'php-hoa-ustring-autoload.php') diff --git a/php-hoa-ustring-autoload.php b/php-hoa-ustring-autoload.php new file mode 100644 index 0000000..63f9df7 --- /dev/null +++ b/php-hoa-ustring-autoload.php @@ -0,0 +1,15 @@ + true, + $vendor . '/Hoa/Exception/autoload.php' => true, + ] as $dep => $mandatory) { + if ($mandatory || file_exists($dep)) require_once($dep); +} + +$fedoraHoaLoader->addNamespace('Hoa\\Ustring\\', __DIR__, true); + -- cgit