diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-12 09:19:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-12 09:19:06 +0200 |
commit | b26389d9989de4c481e7f8494928db193c295438 (patch) | |
tree | 000f672b1ee838367a053e88005281f0bf913374 /phan-autoload.php | |
parent | 233e8f5a9bce7d1f4aff1ba302f8788a196a0697 (diff) |
v0.9.3
Diffstat (limited to 'phan-autoload.php')
-rw-r--r-- | phan-autoload.php | 12 |
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', - ], -]); |