From 58890f0efb46f634ad62547ae9cc5d35bbd95659 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 15:43:45 +0200 Subject: php-jsonlint: add an autoloader --- php-jsonlint-autoload.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 php-jsonlint-autoload.php (limited to 'php-jsonlint-autoload.php') diff --git a/php-jsonlint-autoload.php b/php-jsonlint-autoload.php new file mode 100644 index 0000000..53f50f4 --- /dev/null +++ b/php-jsonlint-autoload.php @@ -0,0 +1,15 @@ +register(); +} + +$fedoraClassLoader->addPrefix('Seld\\JsonLint\\', dirname(dirname(__DIR__))); -- cgit