diff options
| author | Remi Collet <remi@remirepo.net> | 2017-05-10 16:21:57 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-05-10 16:21:57 +0200 | 
| commit | a73586155a3e6f421f7ba2a19dd40a6fe2935e2c (patch) | |
| tree | 6ba2d2916b1b8cdc10b02ae989c2217c97ce53cd /php-JsonSchema-autoload.php | |
| parent | c7ad391bad32192268df9890b5bea8663c4aabe8 (diff) | |
cleanup
Diffstat (limited to 'php-JsonSchema-autoload.php')
| -rw-r--r-- | php-JsonSchema-autoload.php | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/php-JsonSchema-autoload.php b/php-JsonSchema-autoload.php deleted file mode 100644 index f0ef526..0000000 --- a/php-JsonSchema-autoload.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -/** - * Autoloader for justinrainbow/json-schema and its dependencies - */ - -$vendorDir = '/usr/share/php'; - -// Use Symfony autoloader -if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Component\ClassLoader\ClassLoader)) { -    if (!class_exists('Symfony\\Component\\ClassLoader\\ClassLoader', false)) { -        require_once $vendorDir . '/Symfony/Component/ClassLoader/ClassLoader.php'; -    } - -    $fedoraClassLoader = new \Symfony\Component\ClassLoader\ClassLoader(); -    $fedoraClassLoader->register(); -} - -$fedoraClassLoader->addPrefix('JsonSchema\\', dirname(__DIR__));  | 
