diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-12 10:28:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-12 10:28:54 +0100 |
commit | 3f1ef106ecc8f365f3c5dbe533d4cdc1c50adc33 (patch) | |
tree | 3cb31787b236c474b3facd470d069235e6fdffdc /php-justinrainbow-json-schema4-autoload.php |
php-justinrainbow-json-schema4: 4.0.1 (new package)
Diffstat (limited to 'php-justinrainbow-json-schema4-autoload.php')
-rw-r--r-- | php-justinrainbow-json-schema4-autoload.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php-justinrainbow-json-schema4-autoload.php b/php-justinrainbow-json-schema4-autoload.php new file mode 100644 index 0000000..e90a275 --- /dev/null +++ b/php-justinrainbow-json-schema4-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__); |