summaryrefslogtreecommitdiffstats
path: root/phar-utils-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-10 15:36:38 +0100
committerRemi Collet <remi@php.net>2021-12-10 15:36:38 +0100
commitb11eca04402870ffa4fff9cc4732d863d61840f0 (patch)
treeeb42264e9088d6e74b07ddaa6deb64c1433998e6 /phar-utils-autoload.php
parent46ec5268ecbb77b01e4dffdcd0b7ce627d890d10 (diff)
update to 1.2.0
switch to classmap autoloader
Diffstat (limited to 'phar-utils-autoload.php')
-rw-r--r--phar-utils-autoload.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/phar-utils-autoload.php b/phar-utils-autoload.php
deleted file mode 100644
index 622780c..0000000
--- a/phar-utils-autoload.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/* Autoloader for seld/phar-utils and its dependencies */
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
- require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-}
-
-\Fedora\Autoloader\Autoload::addPsr4('Seld\\PharUtils\\', __DIR__);
-