summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-autoload.php')
-rw-r--r--php-bartlett-PHP-CompatInfo-5.0.0-autoload.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php b/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php
deleted file mode 100644
index 4297383..0000000
--- a/php-bartlett-PHP-CompatInfo-5.0.0-autoload.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/**
- * Autoloader for bartlett/php-compatinfo and its dependencies
- */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\CompatInfo\\', __DIR__);
-\Fedora\Autoloader\Dependencies::required(array(
- '/usr/share/php/Bartlett/Reflect/autoload.php',
- '/usr/share/php/Bartlett/CompatInfoDb/autoload.php',
-));
-