summaryrefslogtreecommitdiffstats
path: root/php-justinrainbow-json-schema-autoload.php
blob: b2dca24afc35866ad11aeb38a67ebb762c7f8c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/**
 * Autoloader for justinrainbow/json-schema and its dependencies
 */

if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
    require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}

\Fedora\Autoloader\Autoload::addPsr4('JsonSchema\\', __DIR__);