summaryrefslogtreecommitdiffstats
path: root/php-jsonlint-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-07 08:04:20 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-07 08:04:20 +0100
commit39d634e3aad01bcc880dffa05d69c3ee27f226fb (patch)
tree203faee79a958d78cb595f1f75bc7f92aade5722 /php-jsonlint-autoload.php
parent9ce9b53655aacee636019c0f10fb62c44185d3f2 (diff)
php-jsonlint: 1.6.0
Diffstat (limited to 'php-jsonlint-autoload.php')
-rw-r--r--php-jsonlint-autoload.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/php-jsonlint-autoload.php b/php-jsonlint-autoload.php
deleted file mode 100644
index a6c272d..0000000
--- a/php-jsonlint-autoload.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/* Autoloader for seld/jsonlint and its dependencies */
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
- require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-}
-
-\Fedora\Autoloader\Autoload::addPsr4('Seld\\JsonLint\\', __DIR__);
-