From ce258176f85be1583f630edeea96c2c25e4c8ace Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 10:55:23 +0200 Subject: php-seld-phar-utils: 1.0.1 --- phar-utils-autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 phar-utils-autoload.php (limited to 'phar-utils-autoload.php') diff --git a/phar-utils-autoload.php b/phar-utils-autoload.php new file mode 100644 index 0000000..0b8dbac --- /dev/null +++ b/phar-utils-autoload.php @@ -0,0 +1,15 @@ +register(); +} + +$fedoraClassLoader->addPrefix('Seld\\PharUtils\\', dirname(dirname(__DIR__))); -- cgit