summaryrefslogtreecommitdiffstats
path: root/phan-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-12 09:07:56 +0200
committerRemi Collet <remi@remirepo.net>2017-07-12 09:07:56 +0200
commite41508b53b249f5ae60efddf79899d495aa19f8f (patch)
tree002bba9da95c58e60316959ca00f0bdee4c95992 /phan-autoload.php
parentf45cb25a356f8164e05e54038344f7aee08397bf (diff)
v0.8.5
Diffstat (limited to 'phan-autoload.php')
-rw-r--r--phan-autoload.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/phan-autoload.php b/phan-autoload.php
deleted file mode 100644
index b40a5bf..0000000
--- a/phan-autoload.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/* Autoloader for etsy/phan and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Phan\\', __DIR__);
-\Fedora\Autoloader\Dependencies::required([
- [
- '/usr/share/php/Symfony3/Component/Console/autoload.php',
- '/usr/share/php/Symfony/Component/Console/autoload.php',
- ],
-]);