summaryrefslogtreecommitdiffstats
path: root/php-justinrainbow-json-schema5-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-16 10:22:59 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-16 10:22:59 +0100
commit992bd4a6fd5014369aca16c1a8a9372575e4bfe0 (patch)
tree745bc391810296c02006786c852823ee53a904e2 /php-justinrainbow-json-schema5-autoload.php
php-justinrainbow-json-schema5: 5.0.0 - New package
Diffstat (limited to 'php-justinrainbow-json-schema5-autoload.php')
-rw-r--r--php-justinrainbow-json-schema5-autoload.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/php-justinrainbow-json-schema5-autoload.php b/php-justinrainbow-json-schema5-autoload.php
new file mode 100644
index 0000000..e90a275
--- /dev/null
+++ b/php-justinrainbow-json-schema5-autoload.php
@@ -0,0 +1,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__);