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

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';

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